Lines Matching refs:xfs_trans
40 void xfs_defer_add(struct xfs_trans *tp, enum xfs_defer_ops_type type,
42 int xfs_defer_finish_noroll(struct xfs_trans **tp);
43 int xfs_defer_finish(struct xfs_trans **tp);
44 void xfs_defer_cancel(struct xfs_trans *);
45 void xfs_defer_move(struct xfs_trans *dtp, struct xfs_trans *stp);
49 struct xfs_log_item *(*create_intent)(struct xfs_trans *tp,
52 struct xfs_log_item *(*create_done)(struct xfs_trans *tp,
54 int (*finish_item)(struct xfs_trans *tp, struct xfs_log_item *done,
56 void (*finish_cleanup)(struct xfs_trans *tp,
120 int xfs_defer_ops_capture_and_commit(struct xfs_trans *tp,
122 void xfs_defer_ops_continue(struct xfs_defer_capture *d, struct xfs_trans *tp,