Home
last modified time | relevance | path

Searched refs:finish_item (Results 1 - 13 of 13) sorted by relevance

/kernel/linux/linux-5.10/fs/xfs/libxfs/
H A Dxfs_defer.h53 int (*finish_item)(struct xfs_trans *tp, struct xfs_log_item *done, member
H A Dxfs_defer.c86 * If ->finish_item decides that it needs a fresh transaction to
95 * transaction, and re-call ->finish_item wherever it left off. The
100 * This requires some coordination between ->finish_item and
102 * ->finish_item should update the current work item to reflect the
109 * required that ->finish_item must be careful to leave enough
421 error = ops->finish_item(tp, dfp->dfp_done, li, &state); in xfs_defer_finish_one()
/kernel/linux/linux-6.6/fs/xfs/libxfs/
H A Dxfs_defer.h54 int (*finish_item)(struct xfs_trans *tp, struct xfs_log_item *done, member
H A Dxfs_defer.c96 * If ->finish_item decides that it needs a fresh transaction to
105 * transaction, and re-call ->finish_item wherever it left off. The
110 * This requires some coordination between ->finish_item and
112 * ->finish_item should update the current work item to reflect the
119 * required that ->finish_item must be careful to leave enough
488 error = ops->finish_item(tp, dfp->dfp_done, li, &state); in xfs_defer_finish_one()
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_extfree_item.c513 .finish_item = xfs_extent_free_finish_item,
577 .finish_item = xfs_agfl_free_finish_item,
H A Dxfs_refcount_item.c415 .finish_item = xfs_refcount_update_finish_item,
H A Dxfs_bmap_item.c416 .finish_item = xfs_bmap_update_finish_item,
H A Dxfs_rmap_item.c458 .finish_item = xfs_rmap_update_finish_item,
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_extfree_item.c575 .finish_item = xfs_extent_free_finish_item,
641 .finish_item = xfs_agfl_free_finish_item,
H A Dxfs_refcount_item.c441 .finish_item = xfs_refcount_update_finish_item,
H A Dxfs_bmap_item.c445 .finish_item = xfs_bmap_update_finish_item,
H A Dxfs_rmap_item.c460 .finish_item = xfs_rmap_update_finish_item,
H A Dxfs_attr_item.c822 .finish_item = xfs_attr_finish_item,

Completed in 20 milliseconds