Lines Matching refs:xfs_buf
23 struct xfs_buf;
46 void (*li_cb)(struct xfs_buf *,
158 struct xfs_buf *xfs_trans_get_buf_map(struct xfs_trans *tp,
163 static inline struct xfs_buf *
180 struct xfs_buf **bpp,
191 struct xfs_buf **bpp, in xfs_trans_read_buf()
199 struct xfs_buf *xfs_trans_getsb(xfs_trans_t *, struct xfs_mount *, int);
201 void xfs_trans_brelse(xfs_trans_t *, struct xfs_buf *);
202 void xfs_trans_bjoin(xfs_trans_t *, struct xfs_buf *);
203 void xfs_trans_bhold(xfs_trans_t *, struct xfs_buf *);
204 void xfs_trans_bhold_release(xfs_trans_t *, struct xfs_buf *);
205 void xfs_trans_binval(xfs_trans_t *, struct xfs_buf *);
206 void xfs_trans_inode_buf(xfs_trans_t *, struct xfs_buf *);
207 void xfs_trans_stale_inode_buf(xfs_trans_t *, struct xfs_buf *);
208 void xfs_trans_ordered_buf(xfs_trans_t *, struct xfs_buf *);
209 void xfs_trans_dquot_buf(xfs_trans_t *, struct xfs_buf *, uint);
210 void xfs_trans_inode_alloc_buf(xfs_trans_t *, struct xfs_buf *);
213 void xfs_trans_log_buf(xfs_trans_t *, struct xfs_buf *, uint, uint);
233 void xfs_trans_buf_set_type(struct xfs_trans *, struct xfs_buf *,
235 void xfs_trans_buf_copy_type(struct xfs_buf *dst_bp,
236 struct xfs_buf *src_bp);