Home
last modified time | relevance | path

Searched refs:xfs_defer_ops_capture_and_commit (Results 1 – 8 of 8) sorted by relevance

/linux-6.14.4/fs/xfs/libxfs/
Dxfs_defer.h136 int xfs_defer_ops_capture_and_commit(struct xfs_trans *tp,
Dxfs_defer.c1056 xfs_defer_ops_capture_and_commit( in xfs_defer_ops_capture_and_commit() function
/linux-6.14.4/fs/xfs/
Dxfs_exchmaps_item.c471 error = xfs_defer_ops_capture_and_commit(tp, capture_list); in xfs_exchmaps_recover_work()
Dxfs_bmap_item.c547 error = xfs_defer_ops_capture_and_commit(tp, capture_list); in xfs_bmap_recover_work()
Dxfs_refcount_item.c551 return xfs_defer_ops_capture_and_commit(tp, capture_list); in xfs_refcount_recover_work()
Dxfs_rmap_item.c604 return xfs_defer_ops_capture_and_commit(tp, capture_list); in xfs_rmap_recover_work()
Dxfs_extfree_item.c682 return xfs_defer_ops_capture_and_commit(tp, capture_list); in xfs_extent_free_recover_work()
Dxfs_attr_item.c797 error = xfs_defer_ops_capture_and_commit(tp, capture_list); in xfs_attr_recover_work()