dop_pending       208 fs/xfs/libxfs/xfs_defer.c 	struct list_head		*dop_pending)
dop_pending       216 fs/xfs/libxfs/xfs_defer.c 	list_for_each_entry(dfp, dop_pending, dfp_list) {
dop_pending       366 fs/xfs/libxfs/xfs_defer.c 	LIST_HEAD(dop_pending);
dop_pending       373 fs/xfs/libxfs/xfs_defer.c 	while (!list_empty(&dop_pending) || !list_empty(&(*tp)->t_dfops)) {
dop_pending       376 fs/xfs/libxfs/xfs_defer.c 		list_splice_tail_init(&(*tp)->t_dfops, &dop_pending);
dop_pending       386 fs/xfs/libxfs/xfs_defer.c 		dfp = list_first_entry(&dop_pending, struct xfs_defer_pending,
dop_pending       445 fs/xfs/libxfs/xfs_defer.c 		xfs_defer_trans_abort(*tp, &dop_pending);
dop_pending       448 fs/xfs/libxfs/xfs_defer.c 		xfs_defer_cancel_list((*tp)->t_mountp, &dop_pending);