t_dfops           194 fs/xfs/libxfs/xfs_defer.c 	list_for_each_entry(dfp, &tp->t_dfops, dfp_list) {
t_dfops           307 fs/xfs/libxfs/xfs_defer.c 	ASSERT(list_empty(&tp->t_dfops));
t_dfops           373 fs/xfs/libxfs/xfs_defer.c 	while (!list_empty(&dop_pending) || !list_empty(&(*tp)->t_dfops)) {
t_dfops           376 fs/xfs/libxfs/xfs_defer.c 		list_splice_tail_init(&(*tp)->t_dfops, &dop_pending);
t_dfops           489 fs/xfs/libxfs/xfs_defer.c 	xfs_defer_cancel_list(mp, &tp->t_dfops);
t_dfops           510 fs/xfs/libxfs/xfs_defer.c 	if (!list_empty(&tp->t_dfops)) {
t_dfops           511 fs/xfs/libxfs/xfs_defer.c 		dfp = list_last_entry(&tp->t_dfops,
t_dfops           526 fs/xfs/libxfs/xfs_defer.c 		list_add_tail(&dfp->dfp_list, &tp->t_dfops);
t_dfops           543 fs/xfs/libxfs/xfs_defer.c 	list_splice_init(&stp->t_dfops, &dtp->t_dfops);
t_dfops           102 fs/xfs/xfs_trans.c 	INIT_LIST_HEAD(&ntp->t_dfops);
t_dfops           283 fs/xfs/xfs_trans.c 	INIT_LIST_HEAD(&tp->t_dfops);
t_dfops           942 fs/xfs/xfs_trans.c 	WARN_ON_ONCE(!list_empty(&tp->t_dfops) &&
t_dfops           142 fs/xfs/xfs_trans.h 	struct list_head	t_dfops;	/* deferred operations */