Lines Matching refs:xfs_trans_t
130 } xfs_trans_t; typedef
154 xfs_trans_t *xfs_trans_alloc(struct xfs_mount *, uint);
155 xfs_trans_t *_xfs_trans_alloc(struct xfs_mount *, uint, xfs_km_flags_t);
156 xfs_trans_t *xfs_trans_dup(xfs_trans_t *);
159 void xfs_trans_mod_sb(xfs_trans_t *, uint, int64_t);
202 struct xfs_buf *xfs_trans_getsb(xfs_trans_t *, struct xfs_mount *, int);
204 void xfs_trans_brelse(xfs_trans_t *, struct xfs_buf *);
205 void xfs_trans_bjoin(xfs_trans_t *, struct xfs_buf *);
206 void xfs_trans_bhold(xfs_trans_t *, struct xfs_buf *);
207 void xfs_trans_bhold_release(xfs_trans_t *, struct xfs_buf *);
208 void xfs_trans_binval(xfs_trans_t *, struct xfs_buf *);
209 void xfs_trans_inode_buf(xfs_trans_t *, struct xfs_buf *);
210 void xfs_trans_stale_inode_buf(xfs_trans_t *, struct xfs_buf *);
211 void xfs_trans_ordered_buf(xfs_trans_t *, struct xfs_buf *);
212 void xfs_trans_dquot_buf(xfs_trans_t *, struct xfs_buf *, uint);
213 void xfs_trans_inode_alloc_buf(xfs_trans_t *, struct xfs_buf *);
216 void xfs_trans_log_buf(xfs_trans_t *, struct xfs_buf *, uint, uint);
217 void xfs_trans_log_inode(xfs_trans_t *, struct xfs_inode *, uint);
218 struct xfs_efi_log_item *xfs_trans_get_efi(xfs_trans_t *, uint);
220 void xfs_trans_log_efi_extent(xfs_trans_t *,
224 struct xfs_efd_log_item *xfs_trans_get_efd(xfs_trans_t *,
227 void xfs_trans_log_efd_extent(xfs_trans_t *,
231 int xfs_trans_commit(xfs_trans_t *, uint flags);
233 void xfs_trans_cancel(xfs_trans_t *, int);