Home
last modified time | relevance | path

Searched refs:t_dfops (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/fs/xfs/libxfs/
Dxfs_defer.c315 list_for_each_entry(dfp, &tp->t_dfops, dfp_list) { in xfs_defer_create_intents()
636 list_for_each_entry_safe(dfp, pli, &tp->t_dfops, dfp_list) { in xfs_defer_isolate_paused()
667 while (!list_empty(&dop_pending) || !list_empty(&(*tp)->t_dfops)) { in xfs_defer_finish_noroll()
681 list_splice_init(&(*tp)->t_dfops, &dop_pending); in xfs_defer_finish_noroll()
713 list_splice_tail_init(&dop_paused, &(*tp)->t_dfops); in xfs_defer_finish_noroll()
755 list_for_each_entry(dfp, &(*tp)->t_dfops, dfp_list) in xfs_defer_finish()
769 xfs_defer_trans_abort(tp, &tp->t_dfops); in xfs_defer_cancel()
770 xfs_defer_cancel_list(mp, &tp->t_dfops); in xfs_defer_cancel()
785 if (list_empty(&tp->t_dfops)) in xfs_defer_find_last()
788 dfp = list_last_entry(&tp->t_dfops, struct xfs_defer_pending, in xfs_defer_find_last()
[all …]
/linux-6.12.1/fs/xfs/
Dxfs_trans.c105 INIT_LIST_HEAD(&ntp->t_dfops); in xfs_trans_dup()
281 INIT_LIST_HEAD(&tp->t_dfops); in xfs_trans_alloc()
848 WARN_ON_ONCE(!list_empty(&tp->t_dfops) && in __xfs_trans_commit()
970 if (!list_empty(&tp->t_dfops)) { in xfs_trans_cancel()
Dxfs_trans.h153 struct list_head t_dfops; /* deferred operations */ member
Dxfs_log_recover.c2664 list_move(&dfp->dfp_list, &tp->t_dfops); in xlog_recover_finish_intent()