Home
last modified time | relevance | path

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

/Linux-v4.19/fs/xfs/
Dxfs_trans_rmap.c124 return XFS_FSB_TO_AGNO(mp, ra->ri_bmap.br_startblock) - in xfs_rmap_update_diff_items()
125 XFS_FSB_TO_AGNO(mp, rb->ri_bmap.br_startblock); in xfs_rmap_update_diff_items()
175 map->me_startblock = rmap->ri_bmap.br_startblock; in xfs_rmap_update_log_item()
176 map->me_startoff = rmap->ri_bmap.br_startoff; in xfs_rmap_update_log_item()
177 map->me_len = rmap->ri_bmap.br_blockcount; in xfs_rmap_update_log_item()
179 rmap->ri_bmap.br_state); in xfs_rmap_update_log_item()
207 rmap->ri_bmap.br_startoff, in xfs_rmap_update_finish_item()
208 rmap->ri_bmap.br_startblock, in xfs_rmap_update_finish_item()
209 rmap->ri_bmap.br_blockcount, in xfs_rmap_update_finish_item()
210 rmap->ri_bmap.br_state, in xfs_rmap_update_finish_item()
/Linux-v4.19/fs/xfs/libxfs/
Dxfs_rmap.h184 struct xfs_bmbt_irec ri_bmap; member
Dxfs_rmap.c2302 ri->ri_bmap = *bmap; in __xfs_rmap_add()