Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_rmap_item.c318 return XFS_FSB_TO_AGNO(mp, ra->ri_bmap.br_startblock) - in xfs_rmap_update_diff_items()
319 XFS_FSB_TO_AGNO(mp, rb->ri_bmap.br_startblock); in xfs_rmap_update_diff_items()
344 map->me_startblock = rmap->ri_bmap.br_startblock; in xfs_rmap_update_log_item()
345 map->me_startoff = rmap->ri_bmap.br_startoff; in xfs_rmap_update_log_item()
346 map->me_len = rmap->ri_bmap.br_blockcount; in xfs_rmap_update_log_item()
348 rmap->ri_bmap.br_state); in xfs_rmap_update_log_item()
397 rmap->ri_bmap.br_startoff, in xfs_rmap_update_finish_item()
398 rmap->ri_bmap.br_startblock, in xfs_rmap_update_finish_item()
399 rmap->ri_bmap.br_blockcount, in xfs_rmap_update_finish_item()
400 rmap->ri_bmap.br_state, in xfs_rmap_update_finish_item()
/fs/xfs/libxfs/
Dxfs_rmap.h161 struct xfs_bmbt_irec ri_bmap; member
Dxfs_rmap.c2294 ri->ri_bmap = *bmap; in __xfs_rmap_add()