Lines Matching refs:xfs_trans
39 void xfs_defer_add(struct xfs_trans *tp, enum xfs_defer_ops_type type,
41 int xfs_defer_finish_noroll(struct xfs_trans **tp);
42 int xfs_defer_finish(struct xfs_trans **tp);
43 void xfs_defer_cancel(struct xfs_trans *);
44 void xfs_defer_move(struct xfs_trans *dtp, struct xfs_trans *stp);
48 struct xfs_log_item *(*create_intent)(struct xfs_trans *tp,
51 struct xfs_log_item *(*create_done)(struct xfs_trans *tp,
53 int (*finish_item)(struct xfs_trans *tp, struct xfs_log_item *done,
55 void (*finish_cleanup)(struct xfs_trans *tp,
97 int xfs_defer_ops_capture_and_commit(struct xfs_trans *tp,
99 void xfs_defer_ops_continue(struct xfs_defer_capture *d, struct xfs_trans *tp,