Home
last modified time | relevance | path

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

/linux-5.19.10/fs/xfs/
Dxfs_bmap_item.c335 map->me_startblock = bmap->bi_bmap.br_startblock; in xfs_bmap_update_log_item()
462 return xfs_verify_fsbext(mp, bmap->me_startblock, bmap->me_len); in xfs_bui_validate()
528 whichfork, bmap->me_startoff, bmap->me_startblock, in xfs_bui_item_recover()
538 irec.br_startblock = bmap->me_startblock; in xfs_bui_item_recover()
Dxfs_rmap_item.c387 map->me_startblock = rmap->ri_bmap.br_startblock; in xfs_rmap_update_log_item()
508 return xfs_verify_fsbext(mp, rmap->me_startblock, rmap->me_len); in xfs_rui_validate_map()
591 rmap->me_startoff, rmap->me_startblock, in xfs_rui_item_recover()
/linux-5.19.10/fs/xfs/libxfs/
Dxfs_log_format.h669 uint64_t me_startblock; member