Lines Matching refs:oinfo
1169 if (!xfs_rmap_should_skip_owner_update(&args->oinfo)) { in xfs_alloc_ag_vextent()
1171 args->agbno, args->len, &args->oinfo); in xfs_alloc_ag_vextent()
1884 const struct xfs_owner_info *oinfo, in xfs_free_ag_extent() argument
1904 if (!xfs_rmap_should_skip_owner_update(oinfo)) { in xfs_free_ag_extent()
1905 error = xfs_rmap_free(tp, agbp, agno, bno, len, oinfo); in xfs_free_ag_extent()
2334 struct xfs_owner_info *oinfo) in xfs_free_agfl_block() argument
2339 error = xfs_free_ag_extent(tp, agbp, agno, agbno, 1, oinfo, in xfs_free_agfl_block()
2457 struct xfs_owner_info *oinfo) in xfs_defer_agfl_block() argument
2463 ASSERT(oinfo != NULL); in xfs_defer_agfl_block()
2469 new->xefi_oinfo = *oinfo; in xfs_defer_agfl_block()
2575 targs.oinfo = XFS_RMAP_OINFO_SKIP_UPDATE; in xfs_alloc_fix_freelist()
2577 targs.oinfo = XFS_RMAP_OINFO_AG; in xfs_alloc_fix_freelist()
2584 xfs_defer_agfl_block(tp, args->agno, bno, &targs.oinfo); in xfs_alloc_fix_freelist()
3275 const struct xfs_owner_info *oinfo, in __xfs_free_extent() argument
3310 error = xfs_free_ag_extent(tp, agbp, agno, agbno, len, oinfo, type); in __xfs_free_extent()