Home
last modified time | relevance | path

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

/linux-6.6.21/fs/xfs/
Dxfs_bmap_item.c330 map->me_startoff = bi->bi_bmap.br_startoff; in xfs_bmap_update_log_item()
477 if (!xfs_verify_fileext(mp, map->me_startoff, map->me_len)) in xfs_bui_validate()
542 fake.bi_bmap.br_startoff = map->me_startoff; in xfs_bui_item_recover()
Dxfs_rmap_item.c356 map->me_startoff = ri->ri_bmap.br_startoff; in xfs_rmap_update_log_item()
495 if (!xfs_verify_fileext(mp, map->me_startoff, map->me_len)) in xfs_rui_validate_map()
583 fake.ri_bmap.br_startoff = map->me_startoff; in xfs_rui_item_recover()
/linux-6.6.21/fs/xfs/libxfs/
Dxfs_log_format.h725 uint64_t me_startoff; member