• Home
  • Raw
  • Download

Lines Matching refs:dfops

51 		struct xfs_defer_ops *dfops);
54 struct xfs_defer_ops *dfops);
831 struct xfs_defer_ops *dfops, in xfs_refcount_adjust_extents() argument
886 xfs_bmap_add_free(cur->bc_mp, dfops, fsbno, in xfs_refcount_adjust_extents()
929 xfs_bmap_add_free(cur->bc_mp, dfops, fsbno, in xfs_refcount_adjust_extents()
959 struct xfs_defer_ops *dfops, in xfs_refcount_adjust() argument
1004 adj, dfops, oinfo); in xfs_refcount_adjust()
1043 struct xfs_defer_ops *dfops, in xfs_refcount_finish_one() argument
1093 rcur = xfs_refcountbt_init_cursor(mp, tp, agbp, agno, dfops); in xfs_refcount_finish_one()
1106 new_len, XFS_REFCOUNT_ADJUST_INCREASE, dfops, NULL); in xfs_refcount_finish_one()
1111 new_len, XFS_REFCOUNT_ADJUST_DECREASE, dfops, NULL); in xfs_refcount_finish_one()
1117 error = __xfs_refcount_cow_alloc(rcur, bno, blockcount, dfops); in xfs_refcount_finish_one()
1122 error = __xfs_refcount_cow_free(rcur, bno, blockcount, dfops); in xfs_refcount_finish_one()
1145 struct xfs_defer_ops *dfops, in __xfs_refcount_add() argument
1163 xfs_defer_add(dfops, XFS_DEFER_OPS_TYPE_REFCOUNT, &ri->ri_list); in __xfs_refcount_add()
1173 struct xfs_defer_ops *dfops, in xfs_refcount_increase_extent() argument
1179 return __xfs_refcount_add(mp, dfops, XFS_REFCOUNT_INCREASE, in xfs_refcount_increase_extent()
1189 struct xfs_defer_ops *dfops, in xfs_refcount_decrease_extent() argument
1195 return __xfs_refcount_add(mp, dfops, XFS_REFCOUNT_DECREASE, in xfs_refcount_decrease_extent()
1359 struct xfs_defer_ops *dfops, in xfs_refcount_adjust_cow_extents() argument
1440 struct xfs_defer_ops *dfops) in xfs_refcount_adjust_cow() argument
1468 dfops, NULL); in xfs_refcount_adjust_cow()
1488 struct xfs_defer_ops *dfops) in __xfs_refcount_cow_alloc() argument
1497 XFS_REFCOUNT_ADJUST_COW_ALLOC, dfops); in __xfs_refcount_cow_alloc()
1503 error = xfs_rmap_alloc_extent(rcur->bc_mp, dfops, in __xfs_refcount_cow_alloc()
1521 struct xfs_defer_ops *dfops) in __xfs_refcount_cow_free() argument
1530 XFS_REFCOUNT_ADJUST_COW_FREE, dfops); in __xfs_refcount_cow_free()
1536 error = xfs_rmap_free_extent(rcur->bc_mp, dfops, in __xfs_refcount_cow_free()
1550 struct xfs_defer_ops *dfops, in xfs_refcount_alloc_cow_extent() argument
1557 return __xfs_refcount_add(mp, dfops, XFS_REFCOUNT_ALLOC_COW, in xfs_refcount_alloc_cow_extent()
1565 struct xfs_defer_ops *dfops, in xfs_refcount_free_cow_extent() argument
1572 return __xfs_refcount_add(mp, dfops, XFS_REFCOUNT_FREE_COW, in xfs_refcount_free_cow_extent()
1614 struct xfs_defer_ops dfops; in xfs_refcount_recover_cow_leftovers() local
1670 xfs_defer_init(&dfops, &fsb); in xfs_refcount_recover_cow_leftovers()
1673 error = xfs_refcount_free_cow_extent(mp, &dfops, fsb, in xfs_refcount_recover_cow_leftovers()
1679 xfs_bmap_add_free(mp, &dfops, fsb, in xfs_refcount_recover_cow_leftovers()
1682 error = xfs_defer_finish(&tp, &dfops); in xfs_refcount_recover_cow_leftovers()
1696 xfs_defer_cancel(&dfops); in xfs_refcount_recover_cow_leftovers()