Lines Matching refs:xfs_trans_t
160 } xfs_trans_t; typedef
186 void xfs_trans_mod_sb(xfs_trans_t *, uint, int64_t);
231 void xfs_trans_brelse(xfs_trans_t *, struct xfs_buf *);
232 void xfs_trans_bjoin(xfs_trans_t *, struct xfs_buf *);
233 void xfs_trans_bhold(xfs_trans_t *, struct xfs_buf *);
234 void xfs_trans_bhold_release(xfs_trans_t *, struct xfs_buf *);
235 void xfs_trans_binval(xfs_trans_t *, struct xfs_buf *);
236 void xfs_trans_inode_buf(xfs_trans_t *, struct xfs_buf *);
237 void xfs_trans_stale_inode_buf(xfs_trans_t *, struct xfs_buf *);
238 bool xfs_trans_ordered_buf(xfs_trans_t *, struct xfs_buf *);
239 void xfs_trans_dquot_buf(xfs_trans_t *, struct xfs_buf *, uint);
240 void xfs_trans_inode_alloc_buf(xfs_trans_t *, struct xfs_buf *);
247 void xfs_trans_log_inode(xfs_trans_t *, struct xfs_inode *, uint);
252 void xfs_trans_cancel(xfs_trans_t *);