Home
last modified time | relevance | path

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

/openbmc/linux/fs/xfs/
H A 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()
545 fake.bi_bmap.br_startoff = map->me_startoff; in xfs_bui_item_recover()
H A 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()
586 fake.ri_bmap.br_startoff = map->me_startoff; in xfs_rui_item_recover()
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_log_format.h725 uint64_t me_startoff; member