Home
last modified time | relevance | path

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

/fs/xfs/
Dxfs_rmap_item.c349 return XFS_FSB_TO_AGNO(mp, ra->ri_bmap.br_startblock) - in xfs_rmap_update_diff_items()
350 XFS_FSB_TO_AGNO(mp, rb->ri_bmap.br_startblock); in xfs_rmap_update_diff_items()
400 map->me_startblock = rmap->ri_bmap.br_startblock; in xfs_rmap_update_log_item()
401 map->me_startoff = rmap->ri_bmap.br_startoff; in xfs_rmap_update_log_item()
402 map->me_len = rmap->ri_bmap.br_blockcount; in xfs_rmap_update_log_item()
404 rmap->ri_bmap.br_state); in xfs_rmap_update_log_item()
432 rmap->ri_bmap.br_startoff, in xfs_rmap_update_finish_item()
433 rmap->ri_bmap.br_startblock, in xfs_rmap_update_finish_item()
434 rmap->ri_bmap.br_blockcount, in xfs_rmap_update_finish_item()
435 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()