Lines Matching refs:xfs_buf
119 struct xfs_buf;
120 typedef void (*xfs_buf_iodone_t)(struct xfs_buf *);
134 void (*verify_read)(struct xfs_buf *);
135 void (*verify_write)(struct xfs_buf *);
138 typedef struct xfs_buf { struct
192 struct xfs_buf *_xfs_buf_find(struct xfs_buftarg *target, argument
194 xfs_buf_flags_t flags, struct xfs_buf *new_bp);
196 static inline struct xfs_buf *
207 struct xfs_buf *_xfs_buf_alloc(struct xfs_buftarg *target,
211 static inline struct xfs_buf *
222 struct xfs_buf *xfs_buf_get_map(struct xfs_buftarg *target,
225 struct xfs_buf *xfs_buf_read_map(struct xfs_buftarg *target,
233 static inline struct xfs_buf *
244 static inline struct xfs_buf *
267 struct xfs_buf *xfs_buf_get_empty(struct xfs_buftarg *target, size_t numblks);
268 void xfs_buf_set_empty(struct xfs_buf *bp, size_t numblks);
269 int xfs_buf_associate_memory(struct xfs_buf *bp, void *mem, size_t length);
271 struct xfs_buf *xfs_buf_get_uncached(struct xfs_buftarg *target, size_t numblks,
274 size_t numblks, int flags, struct xfs_buf **bpp,
276 void xfs_buf_hold(struct xfs_buf *bp);
290 extern int xfs_bwrite(struct xfs_buf *bp);
291 extern void xfs_buf_ioend(struct xfs_buf *bp);
293 extern void xfs_buf_ioerror_alert(struct xfs_buf *, const char *func);
294 extern void xfs_buf_submit(struct xfs_buf *bp);
295 extern int xfs_buf_submit_wait(struct xfs_buf *bp);
305 extern bool xfs_buf_delwri_queue(struct xfs_buf *, struct list_head *);
318 void xfs_buf_stale(struct xfs_buf *bp);
351 static inline void xfs_buf_set_ref(struct xfs_buf *bp, int lru_ref) in xfs_buf_set_ref()
356 static inline int xfs_buf_ispinned(struct xfs_buf *bp) in xfs_buf_ispinned()
368 xfs_buf_verify_cksum(struct xfs_buf *bp, unsigned long cksum_offset) in xfs_buf_verify_cksum()
375 xfs_buf_update_cksum(struct xfs_buf *bp, unsigned long cksum_offset) in xfs_buf_update_cksum()