Lines Matching refs:xfs_buf

120 struct xfs_buf;
121 typedef void (*xfs_buf_iodone_t)(struct xfs_buf *);
136 void (*verify_read)(struct xfs_buf *);
137 void (*verify_write)(struct xfs_buf *);
140 typedef struct xfs_buf { struct
194 struct xfs_buf *_xfs_buf_find(struct xfs_buftarg *target, argument
196 xfs_buf_flags_t flags, struct xfs_buf *new_bp);
198 static inline struct xfs_buf *
209 struct xfs_buf *_xfs_buf_alloc(struct xfs_buftarg *target,
213 static inline struct xfs_buf *
224 struct xfs_buf *xfs_buf_get_map(struct xfs_buftarg *target,
227 struct xfs_buf *xfs_buf_read_map(struct xfs_buftarg *target,
235 static inline struct xfs_buf *
246 static inline struct xfs_buf *
269 struct xfs_buf *xfs_buf_get_empty(struct xfs_buftarg *target, size_t numblks);
270 void xfs_buf_set_empty(struct xfs_buf *bp, size_t numblks);
271 int xfs_buf_associate_memory(struct xfs_buf *bp, void *mem, size_t length);
273 struct xfs_buf *xfs_buf_get_uncached(struct xfs_buftarg *target, size_t numblks,
276 size_t numblks, int flags, struct xfs_buf **bpp,
278 void xfs_buf_hold(struct xfs_buf *bp);
292 extern int xfs_bwrite(struct xfs_buf *bp);
293 extern void xfs_buf_ioend(struct xfs_buf *bp);
295 extern void xfs_buf_ioerror_alert(struct xfs_buf *, const char *func);
296 extern void xfs_buf_submit(struct xfs_buf *bp);
297 extern int xfs_buf_submit_wait(struct xfs_buf *bp);
304 extern void *xfs_buf_offset(struct xfs_buf *, size_t);
307 extern bool xfs_buf_delwri_queue(struct xfs_buf *, struct list_head *);
320 void xfs_buf_stale(struct xfs_buf *bp);
353 static inline void xfs_buf_set_ref(struct xfs_buf *bp, int lru_ref) in xfs_buf_set_ref()
358 static inline int xfs_buf_ispinned(struct xfs_buf *bp) in xfs_buf_ispinned()
370 xfs_buf_verify_cksum(struct xfs_buf *bp, unsigned long cksum_offset) in xfs_buf_verify_cksum()
377 xfs_buf_update_cksum(struct xfs_buf *bp, unsigned long cksum_offset) in xfs_buf_update_cksum()