Lines Matching refs:xfs_trans
19 struct xfs_trans;
79 struct xfs_trans *tp);
124 typedef struct xfs_trans { struct
183 struct xfs_trans **tpp);
185 struct xfs_trans **tpp);
188 int xfs_trans_get_buf_map(struct xfs_trans *tp, struct xfs_buftarg *target,
194 struct xfs_trans *tp, in xfs_trans_get_buf()
206 struct xfs_trans *tp,
216 struct xfs_trans *tp, in xfs_trans_read_buf()
229 struct xfs_buf *xfs_trans_getsb(struct xfs_trans *);
241 void xfs_trans_ichgtime(struct xfs_trans *, struct xfs_inode *, int);
242 void xfs_trans_ijoin(struct xfs_trans *, struct xfs_inode *, uint);
243 void xfs_trans_log_buf(struct xfs_trans *, struct xfs_buf *, uint,
245 void xfs_trans_dirty_buf(struct xfs_trans *, struct xfs_buf *);
249 int xfs_trans_commit(struct xfs_trans *);
250 int xfs_trans_roll(struct xfs_trans **);
251 int xfs_trans_roll_inode(struct xfs_trans **, struct xfs_inode *);
256 void xfs_trans_buf_set_type(struct xfs_trans *, struct xfs_buf *,
266 struct xfs_trans *tp) in xfs_trans_item_relog()