Lines Matching refs:xfs_buf
32 struct xfs_buf;
43 struct xfs_buf *bli_buf; /* real buffer pointer */
52 int xfs_buf_item_init(struct xfs_buf *, struct xfs_mount *);
53 void xfs_buf_item_done(struct xfs_buf *bp);
54 void xfs_buf_item_relse(struct xfs_buf *);
58 void xfs_buf_inode_iodone(struct xfs_buf *);
59 void xfs_buf_inode_io_fail(struct xfs_buf *bp);
61 void xfs_buf_dquot_iodone(struct xfs_buf *);
62 void xfs_buf_dquot_io_fail(struct xfs_buf *bp);
64 static inline void xfs_buf_dquot_iodone(struct xfs_buf *bp) in xfs_buf_dquot_iodone()
67 static inline void xfs_buf_dquot_io_fail(struct xfs_buf *bp) in xfs_buf_dquot_io_fail()
71 void xfs_buf_iodone(struct xfs_buf *);