Searched refs:t_dfops (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_defer.c | 207 list_for_each_entry(dfp, &tp->t_dfops, dfp_list) { in xfs_defer_create_intents() 470 while (!list_empty(&dop_pending) || !list_empty(&(*tp)->t_dfops)) { in xfs_defer_finish_noroll() 481 list_splice_init(&(*tp)->t_dfops, &dop_pending); in xfs_defer_finish_noroll() 534 ASSERT(list_empty(&(*tp)->t_dfops)); in xfs_defer_finish() 546 xfs_defer_cancel_list(mp, &tp->t_dfops); in xfs_defer_cancel() 567 if (!list_empty(&tp->t_dfops)) { in xfs_defer_add() 568 dfp = list_last_entry(&tp->t_dfops, in xfs_defer_add() 583 list_add_tail(&dfp->dfp_list, &tp->t_dfops); in xfs_defer_add() 600 list_splice_init(&stp->t_dfops, &dtp->t_dfops); in xfs_defer_move() [all...] |
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_defer.c | 236 list_for_each_entry(dfp, &tp->t_dfops, dfp_list) { in xfs_defer_create_intents() 541 while (!list_empty(&dop_pending) || !list_empty(&(*tp)->t_dfops)) { in xfs_defer_finish_noroll() 553 list_splice_init(&(*tp)->t_dfops, &dop_pending); in xfs_defer_finish_noroll() 612 ASSERT(list_empty(&(*tp)->t_dfops)); in xfs_defer_finish() 624 xfs_defer_cancel_list(mp, &tp->t_dfops); in xfs_defer_cancel() 645 if (!list_empty(&tp->t_dfops)) { in xfs_defer_add() 646 dfp = list_last_entry(&tp->t_dfops, in xfs_defer_add() 660 list_add_tail(&dfp->dfp_list, &tp->t_dfops); in xfs_defer_add() 678 list_splice_init(&stp->t_dfops, &dtp->t_dfops); in xfs_defer_move() [all...] |
/kernel/linux/linux-6.6/fs/xfs/ |
H A D | xfs_trans.c | 104 INIT_LIST_HEAD(&ntp->t_dfops); in xfs_trans_dup() 280 INIT_LIST_HEAD(&tp->t_dfops); in xfs_trans_alloc() 969 WARN_ON_ONCE(!list_empty(&tp->t_dfops) && in __xfs_trans_commit() 1091 if (!list_empty(&tp->t_dfops)) { in xfs_trans_cancel()
|
H A D | xfs_trans.h | 155 struct list_head t_dfops; /* deferred operations */ member
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_trans.c | 103 INIT_LIST_HEAD(&ntp->t_dfops); in xfs_trans_dup() 279 INIT_LIST_HEAD(&tp->t_dfops); in xfs_trans_alloc() 845 WARN_ON_ONCE(!list_empty(&tp->t_dfops) && in __xfs_trans_commit()
|
H A D | xfs_trans.h | 158 struct list_head t_dfops; /* deferred operations */ member
|
Completed in 7 milliseconds