Lines Matching refs:xfs_buf

52 static int __xfs_buf_submit(struct xfs_buf *bp, bool wait);
56 struct xfs_buf *bp) in xfs_buf_submit()
63 struct xfs_buf *bp) in xfs_buf_is_vmapped()
77 struct xfs_buf *bp) in xfs_buf_vmap_len()
97 struct xfs_buf *bp) in xfs_buf_ioacct_inc()
117 struct xfs_buf *bp) in __xfs_buf_ioacct_dec()
129 struct xfs_buf *bp) in xfs_buf_ioacct_dec()
146 struct xfs_buf *bp) in xfs_buf_stale()
179 struct xfs_buf *bp, in xfs_buf_get_maps()
202 struct xfs_buf *bp) in xfs_buf_free_maps()
216 struct xfs_buf **bpp) in _xfs_buf_alloc()
218 struct xfs_buf *bp; in _xfs_buf_alloc()
274 struct xfs_buf *bp) in xfs_buf_free_pages()
298 struct xfs_buf *bp) in xfs_buf_free()
315 struct xfs_buf *bp, in xfs_buf_alloc_kmem()
346 struct xfs_buf *bp, in xfs_buf_alloc_pages()
407 struct xfs_buf *bp, in _xfs_buf_map_pages()
454 const struct xfs_buf *bp = obj; in _xfs_buf_obj_cmp()
484 .key_offset = offsetof(struct xfs_buf, b_rhash_key),
485 .head_offset = offsetof(struct xfs_buf, b_rhash_head),
529 struct xfs_buf *new_bp, in xfs_buf_find()
530 struct xfs_buf **found_bp) in xfs_buf_find()
533 struct xfs_buf *bp; in xfs_buf_find()
618 struct xfs_buf *
625 struct xfs_buf *bp; in xfs_buf_incore()
646 struct xfs_buf **bpp) in xfs_buf_get_map()
648 struct xfs_buf *bp; in xfs_buf_get_map()
649 struct xfs_buf *new_bp; in xfs_buf_get_map()
713 struct xfs_buf *bp, in _xfs_buf_read()
744 struct xfs_buf *bp, in xfs_buf_reverify()
766 struct xfs_buf **bpp, in xfs_buf_read_map()
770 struct xfs_buf *bp; in xfs_buf_read_map()
844 struct xfs_buf *bp; in xfs_buf_readahead_map()
866 struct xfs_buf **bpp, in xfs_buf_read_uncached()
869 struct xfs_buf *bp; in xfs_buf_read_uncached()
901 struct xfs_buf **bpp) in xfs_buf_get_uncached()
904 struct xfs_buf *bp; in xfs_buf_get_uncached()
941 struct xfs_buf *bp) in xfs_buf_hold()
953 struct xfs_buf *bp) in xfs_buf_rele()
1051 struct xfs_buf *bp) in xfs_buf_trylock()
1074 struct xfs_buf *bp) in xfs_buf_lock()
1087 struct xfs_buf *bp) in xfs_buf_unlock()
1097 struct xfs_buf *bp) in xfs_buf_wait_unpin()
1117 struct xfs_buf *bp) in xfs_buf_ioerror_alert_ratelimited()
1136 struct xfs_buf *bp, in xfs_buf_ioerror_permanent()
1174 struct xfs_buf *bp) in xfs_buf_ioend_handle_error()
1250 struct xfs_buf *bp) in xfs_buf_ioend()
1308 struct xfs_buf *bp = in xfs_buf_ioend_work()
1309 container_of(work, struct xfs_buf, b_ioend_work); in xfs_buf_ioend_work()
1316 struct xfs_buf *bp) in xfs_buf_ioend_async()
1324 struct xfs_buf *bp, in __xfs_buf_ioerror()
1335 struct xfs_buf *bp, in xfs_buf_ioerror_alert()
1352 struct xfs_buf *bp) in xfs_buf_ioend_fail()
1362 struct xfs_buf *bp) in xfs_bwrite()
1382 struct xfs_buf *bp = (struct xfs_buf *)bio->bi_private; in xfs_buf_bio_end_io()
1409 struct xfs_buf *bp, in xfs_buf_ioapply_map()
1489 struct xfs_buf *bp) in _xfs_buf_ioapply()
1568 struct xfs_buf *bp) in xfs_buf_iowait()
1587 struct xfs_buf *bp, in __xfs_buf_submit()
1651 struct xfs_buf *bp, in xfs_buf_offset()
1665 struct xfs_buf *bp, in xfs_buf_zero()
1703 struct xfs_buf *bp, in __xfs_buf_mark_corrupt()
1729 struct xfs_buf *bp = container_of(item, struct xfs_buf, b_lru); in xfs_buftarg_drain_rele()
1791 struct xfs_buf *bp; in xfs_buftarg_drain()
1792 bp = list_first_entry(&dispose, struct xfs_buf, b_lru); in xfs_buftarg_drain()
1827 struct xfs_buf *bp = container_of(item, struct xfs_buf, b_lru); in xfs_buftarg_isolate()
1866 struct xfs_buf *bp; in xfs_buftarg_shrink_scan()
1867 bp = list_first_entry(&dispose, struct xfs_buf, b_lru); in xfs_buftarg_shrink_scan()
1993 struct xfs_buf *bp; in xfs_buf_delwri_cancel()
1996 bp = list_first_entry(list, struct xfs_buf, b_list); in xfs_buf_delwri_cancel()
2018 struct xfs_buf *bp, in xfs_buf_delwri_queue()
2064 struct xfs_buf *ap = container_of(a, struct xfs_buf, b_list); in xfs_buf_cmp()
2065 struct xfs_buf *bp = container_of(b, struct xfs_buf, b_list); in xfs_buf_cmp()
2088 struct xfs_buf *bp, *n; in xfs_buf_delwri_submit_buffers()
2180 struct xfs_buf *bp; in xfs_buf_delwri_submit()
2186 bp = list_first_entry(&wait_list, struct xfs_buf, b_list); in xfs_buf_delwri_submit()
2220 struct xfs_buf *bp, in xfs_buf_delwri_pushbuf()
2261 xfs_buf_zone = kmem_cache_create("xfs_buf", sizeof(struct xfs_buf), 0, in xfs_buf_init()
2281 void xfs_buf_set_ref(struct xfs_buf *bp, int lru_ref) in xfs_buf_set_ref()
2301 struct xfs_buf *bp, in xfs_verify_magic()
2319 struct xfs_buf *bp, in xfs_verify_magic16()