Home
last modified time | relevance | path

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

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_defer.h133 int xfs_defer_ops_capture_and_commit(struct xfs_trans *tp,
Dxfs_defer.c1050 xfs_defer_ops_capture_and_commit( in xfs_defer_ops_capture_and_commit() function
/linux-6.12.1/fs/xfs/
Dxfs_exchmaps_item.c471 error = xfs_defer_ops_capture_and_commit(tp, capture_list); in xfs_exchmaps_recover_work()
Dxfs_refcount_item.c499 return xfs_defer_ops_capture_and_commit(tp, capture_list); in xfs_refcount_recover_work()
Dxfs_rmap_item.c550 return xfs_defer_ops_capture_and_commit(tp, capture_list); in xfs_rmap_recover_work()
Dxfs_bmap_item.c555 error = xfs_defer_ops_capture_and_commit(tp, capture_list); in xfs_bmap_recover_work()
Dxfs_extfree_item.c633 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()