Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/
Dxfs_rmap_item.c268 map->me_startblock = ri->ri_bmap.br_startblock; in xfs_rmap_update_log_item()
269 map->me_startoff = ri->ri_bmap.br_startoff; in xfs_rmap_update_log_item()
270 map->me_len = ri->ri_bmap.br_blockcount; in xfs_rmap_update_log_item()
273 if (ri->ri_bmap.br_state == XFS_EXT_UNWRITTEN) in xfs_rmap_update_log_item()
356 ri->ri_pag = xfs_perag_intent_get(mp, ri->ri_bmap.br_startblock); in xfs_rmap_defer_add()
492 ri->ri_bmap.br_startblock = map->me_startblock; in xfs_rui_recover_work()
493 ri->ri_bmap.br_startoff = map->me_startoff; in xfs_rui_recover_work()
494 ri->ri_bmap.br_blockcount = map->me_len; in xfs_rui_recover_work()
495 ri->ri_bmap.br_state = (map->me_flags & XFS_RMAP_EXTENT_UNWRITTEN) ? in xfs_rui_recover_work()
Dxfs_trace.h2983 __entry->agno = XFS_FSB_TO_AGNO(mp, ri->ri_bmap.br_startblock);
2985 ri->ri_bmap.br_startblock);
2988 __entry->l_loff = ri->ri_bmap.br_startoff;
2989 __entry->l_len = ri->ri_bmap.br_blockcount;
2990 __entry->l_state = ri->ri_bmap.br_state;
/linux-6.12.1/fs/xfs/libxfs/
Dxfs_rmap.h175 struct xfs_bmbt_irec ri_bmap; member
Dxfs_rmap.c2614 ri->ri_bmap.br_startoff); in xfs_rmap_finish_one()
2615 unwritten = ri->ri_bmap.br_state == XFS_EXT_UNWRITTEN; in xfs_rmap_finish_one()
2616 bno = XFS_FSB_TO_AGBNO(rcur->bc_mp, ri->ri_bmap.br_startblock); in xfs_rmap_finish_one()
2619 ri->ri_bmap.br_blockcount, &oinfo, unwritten); in xfs_rmap_finish_one()
2624 ri->ri_bmap.br_blockcount, unwritten, &oinfo); in xfs_rmap_finish_one()
2658 ri->ri_bmap = *bmap; in __xfs_rmap_add()