Searched refs:finish_item (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_defer.h | 53 int (*finish_item)(struct xfs_trans *tp, struct xfs_log_item *done, member
|
H A D | xfs_defer.c | 86 * 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 D | xfs_defer.h | 54 int (*finish_item)(struct xfs_trans *tp, struct xfs_log_item *done, member
|
H A D | xfs_defer.c | 96 * 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 D | xfs_extfree_item.c | 513 .finish_item = xfs_extent_free_finish_item, 577 .finish_item = xfs_agfl_free_finish_item,
|
H A D | xfs_refcount_item.c | 415 .finish_item = xfs_refcount_update_finish_item,
|
H A D | xfs_bmap_item.c | 416 .finish_item = xfs_bmap_update_finish_item,
|
H A D | xfs_rmap_item.c | 458 .finish_item = xfs_rmap_update_finish_item,
|
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_extfree_item.c | 575 .finish_item = xfs_extent_free_finish_item, 641 .finish_item = xfs_agfl_free_finish_item,
|
H A D | xfs_refcount_item.c | 441 .finish_item = xfs_refcount_update_finish_item,
|
H A D | xfs_bmap_item.c | 445 .finish_item = xfs_bmap_update_finish_item,
|
H A D | xfs_rmap_item.c | 460 .finish_item = xfs_rmap_update_finish_item,
|
H A D | xfs_attr_item.c | 822 .finish_item = xfs_attr_finish_item,
|
Completed in 20 milliseconds