Home
last modified time | relevance | path

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

/linux-6.1.9/fs/xfs/
Dxfs_rmap_item.c336 return XFS_FSB_TO_AGNO(mp, ra->ri_bmap.br_startblock) - in xfs_rmap_update_diff_items()
337 XFS_FSB_TO_AGNO(mp, rb->ri_bmap.br_startblock); in xfs_rmap_update_diff_items()
362 map->me_startblock = rmap->ri_bmap.br_startblock; in xfs_rmap_update_log_item()
363 map->me_startoff = rmap->ri_bmap.br_startoff; in xfs_rmap_update_log_item()
364 map->me_len = rmap->ri_bmap.br_blockcount; in xfs_rmap_update_log_item()
366 rmap->ri_bmap.br_state); in xfs_rmap_update_log_item()
414 rmap->ri_bmap.br_startoff, rmap->ri_bmap.br_startblock, in xfs_rmap_update_finish_item()
415 rmap->ri_bmap.br_blockcount, rmap->ri_bmap.br_state, in xfs_rmap_update_finish_item()
/linux-6.1.9/fs/xfs/libxfs/
Dxfs_rmap.h164 struct xfs_bmbt_irec ri_bmap; member
Dxfs_rmap.c2529 ri->ri_bmap = *bmap; in __xfs_rmap_add()