Home
last modified time | relevance | path

Searched refs:me_startoff (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/fs/xfs/
H A Dxfs_bmap_item.c263 map->me_startoff = bi->bi_bmap.br_startoff; in xfs_bmap_update_log_item()
437 if (!xfs_verify_fileext(mp, map->me_startoff, map->me_len)) in xfs_bui_validate()
466 bi->bi_bmap.br_startoff = map->me_startoff; in xfs_bui_recover_work()
H A Dxfs_rmap_item.c285 map->me_startoff = ri->ri_bmap.br_startoff; in xfs_rmap_update_log_item()
489 if (!xfs_verify_fileext(mp, map->me_startoff, map->me_len)) in xfs_rui_validate_map()
543 ri->ri_bmap.br_startoff = map->me_startoff; in xfs_rui_recover_work()
/linux-6.15/fs/xfs/libxfs/
H A Dxfs_log_format.h743 uint64_t me_startoff; member