Searched refs:ri_bmap (Results 1 – 4 of 4) sorted by relevance
294 map->me_startblock = ri->ri_bmap.br_startblock; in xfs_rmap_update_log_item()295 map->me_startoff = ri->ri_bmap.br_startoff; in xfs_rmap_update_log_item()296 map->me_len = ri->ri_bmap.br_blockcount; in xfs_rmap_update_log_item()299 if (ri->ri_bmap.br_state == XFS_EXT_UNWRITTEN) in xfs_rmap_update_log_item()406 ri->ri_group = xfs_group_intent_get(mp, ri->ri_bmap.br_startblock, in xfs_rmap_defer_add()552 ri->ri_bmap.br_startblock = map->me_startblock; in xfs_rui_recover_work()553 ri->ri_bmap.br_startoff = map->me_startoff; in xfs_rui_recover_work()554 ri->ri_bmap.br_blockcount = map->me_len; in xfs_rui_recover_work()555 ri->ri_bmap.br_state = (map->me_flags & XFS_RMAP_EXTENT_UNWRITTEN) ? in xfs_rui_recover_work()
3357 ri->ri_bmap.br_startblock,3361 __entry->l_loff = ri->ri_bmap.br_startoff;3362 __entry->l_len = ri->ri_bmap.br_blockcount;3363 __entry->l_state = ri->ri_bmap.br_state;
176 struct xfs_bmbt_irec ri_bmap; member
2714 ri->ri_bmap.br_startoff); in xfs_rmap_finish_one()2715 unwritten = ri->ri_bmap.br_state == XFS_EXT_UNWRITTEN; in xfs_rmap_finish_one()2717 bno = xfs_fsb_to_gbno(mp, ri->ri_bmap.br_startblock, in xfs_rmap_finish_one()2720 ri->ri_bmap.br_blockcount, &oinfo, unwritten); in xfs_rmap_finish_one()2725 ri->ri_bmap.br_blockcount, unwritten, &oinfo); in xfs_rmap_finish_one()2760 ri->ri_bmap = *bmap; in __xfs_rmap_add()
Completed in 23 milliseconds