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

/linux-master/fs/xfs/libxfs/
H A Dxfs_defer.h57 int (*finish_item)(struct xfs_trans *tp, struct xfs_log_item *done, member in struct:xfs_defer_op_type
H A Dxfs_defer.c97 * If ->finish_item decides that it needs a fresh transaction to
106 * transaction, and re-call ->finish_item wherever it left off. The
111 * This requires some coordination between ->finish_item and
113 * ->finish_item should update the current work item to reflect the
120 * required that ->finish_item must be careful to leave enough
234 .finish_item = xfs_defer_barrier_finish_item,
593 error = ops->finish_item(tp, dfp->dfp_done, li, &state);
/linux-master/fs/xfs/
H A Dxfs_extfree_item.c678 .finish_item = xfs_extent_free_finish_item,
691 .finish_item = xfs_agfl_free_finish_item,
H A Dxfs_refcount_item.c531 .finish_item = xfs_refcount_update_finish_item,
H A Dxfs_bmap_item.c588 .finish_item = xfs_bmap_update_finish_item,
H A Dxfs_attr_item.c688 .finish_item = xfs_attr_finish_item,
H A Dxfs_rmap_item.c585 .finish_item = xfs_rmap_update_finish_item,

Completed in 125 milliseconds