Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/xfs/libxfs/
A Dxfs_defer.c236 list_for_each_entry(dfp, &tp->t_dfops, dfp_list) { in xfs_defer_create_intents()
544 list_splice_init(&(*tp)->t_dfops, &dop_pending); in xfs_defer_finish_noroll()
603 ASSERT(list_empty(&(*tp)->t_dfops)); in xfs_defer_finish()
615 xfs_defer_cancel_list(mp, &tp->t_dfops); in xfs_defer_cancel()
636 if (!list_empty(&tp->t_dfops)) { in xfs_defer_add()
637 dfp = list_last_entry(&tp->t_dfops, in xfs_defer_add()
652 list_add_tail(&dfp->dfp_list, &tp->t_dfops); in xfs_defer_add()
669 list_splice_init(&stp->t_dfops, &dtp->t_dfops); in xfs_defer_move()
705 if (list_empty(&tp->t_dfops)) in xfs_defer_ops_capture()
718 list_splice_init(&tp->t_dfops, &dfc->dfc_dfops); in xfs_defer_ops_capture()
[all …]
/linux-6.3-rc2/fs/xfs/
A Dxfs_trans.c104 INIT_LIST_HEAD(&ntp->t_dfops); in xfs_trans_dup()
280 INIT_LIST_HEAD(&tp->t_dfops); in xfs_trans_alloc()
967 WARN_ON_ONCE(!list_empty(&tp->t_dfops) && in __xfs_trans_commit()
1084 if (!list_empty(&tp->t_dfops)) { in xfs_trans_cancel()
A Dxfs_trans.h155 struct list_head t_dfops; /* deferred operations */ member

Completed in 7 milliseconds