Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_rmap_item.c351 return XFS_FSB_TO_AGNO(mp, ra->ri_bmap.br_startblock) - in xfs_rmap_update_diff_items()
352 XFS_FSB_TO_AGNO(mp, rb->ri_bmap.br_startblock); in xfs_rmap_update_diff_items()
377 map->me_startblock = rmap->ri_bmap.br_startblock; in xfs_rmap_update_log_item()
378 map->me_startoff = rmap->ri_bmap.br_startoff; in xfs_rmap_update_log_item()
379 map->me_len = rmap->ri_bmap.br_blockcount; in xfs_rmap_update_log_item()
381 rmap->ri_bmap.br_state); in xfs_rmap_update_log_item()
429 rmap->ri_bmap.br_startoff, rmap->ri_bmap.br_startblock, in xfs_rmap_update_finish_item()
430 rmap->ri_bmap.br_blockcount, rmap->ri_bmap.br_state, in xfs_rmap_update_finish_item()
/fs/xfs/libxfs/
Dxfs_rmap.h164 struct xfs_bmbt_irec ri_bmap; member
Dxfs_rmap.c2493 ri->ri_bmap = *bmap; in __xfs_rmap_add()