Lines Matching refs:xfs_buf

55 static int __xfs_buf_submit(struct xfs_buf *bp, bool wait);
59 struct xfs_buf *bp) in xfs_buf_submit()
66 struct xfs_buf *bp) in xfs_buf_is_vmapped()
80 struct xfs_buf *bp) in xfs_buf_vmap_len()
100 struct xfs_buf *bp) in xfs_buf_ioacct_inc()
120 struct xfs_buf *bp) in __xfs_buf_ioacct_dec()
132 struct xfs_buf *bp) in xfs_buf_ioacct_dec()
149 struct xfs_buf *bp) in xfs_buf_stale()
182 struct xfs_buf *bp, in xfs_buf_get_maps()
205 struct xfs_buf *bp) in xfs_buf_free_maps()
219 struct xfs_buf **bpp) in _xfs_buf_alloc()
221 struct xfs_buf *bp; in _xfs_buf_alloc()
514 const struct xfs_buf *bp = obj; in _xfs_buf_obj_cmp()
544 .key_offset = offsetof(struct xfs_buf, b_bn),
545 .head_offset = offsetof(struct xfs_buf, b_rhash_head),
589 struct xfs_buf *new_bp, in xfs_buf_find()
590 struct xfs_buf **found_bp) in xfs_buf_find()
678 struct xfs_buf *
685 struct xfs_buf *bp; in xfs_buf_incore()
706 struct xfs_buf **bpp) in xfs_buf_get_map()
708 struct xfs_buf *bp; in xfs_buf_get_map()
709 struct xfs_buf *new_bp; in xfs_buf_get_map()
796 struct xfs_buf *bp, in xfs_buf_reverify()
818 struct xfs_buf **bpp, in xfs_buf_read_map()
822 struct xfs_buf *bp; in xfs_buf_read_map()
896 struct xfs_buf *bp; in xfs_buf_readahead_map()
916 struct xfs_buf **bpp, in xfs_buf_read_uncached()
919 struct xfs_buf *bp; in xfs_buf_read_uncached()
951 struct xfs_buf **bpp) in xfs_buf_get_uncached()
955 struct xfs_buf *bp; in xfs_buf_get_uncached()
1118 struct xfs_buf *bp) in xfs_buf_trylock()
1141 struct xfs_buf *bp) in xfs_buf_lock()
1154 struct xfs_buf *bp) in xfs_buf_unlock()
1184 struct xfs_buf *bp) in xfs_buf_ioerror_alert_ratelimited()
1203 struct xfs_buf *bp, in xfs_buf_ioerror_permanent()
1241 struct xfs_buf *bp) in xfs_buf_ioend_handle_error()
1317 struct xfs_buf *bp) in xfs_buf_ioend()
1375 struct xfs_buf *bp = in xfs_buf_ioend_work()
1383 struct xfs_buf *bp) in xfs_buf_ioend_async()
1402 struct xfs_buf *bp, in xfs_buf_ioerror_alert()
1419 struct xfs_buf *bp) in xfs_buf_ioend_fail()
1429 struct xfs_buf *bp) in xfs_bwrite()
1449 struct xfs_buf *bp = (struct xfs_buf *)bio->bi_private; in xfs_buf_bio_end_io()
1476 struct xfs_buf *bp, in xfs_buf_ioapply_map()
1556 struct xfs_buf *bp) in _xfs_buf_ioapply()
1634 struct xfs_buf *bp) in xfs_buf_iowait()
1653 struct xfs_buf *bp, in __xfs_buf_submit()
1717 struct xfs_buf *bp, in xfs_buf_offset()
1732 struct xfs_buf *bp, in xfs_buf_zero()
1770 struct xfs_buf *bp, in __xfs_buf_mark_corrupt()
1796 struct xfs_buf *bp = container_of(item, struct xfs_buf, b_lru); in xfs_buftarg_wait_rele()
1848 struct xfs_buf *bp; in xfs_wait_buftarg()
1849 bp = list_first_entry(&dispose, struct xfs_buf, b_lru); in xfs_wait_buftarg()
1884 struct xfs_buf *bp = container_of(item, struct xfs_buf, b_lru); in xfs_buftarg_isolate()
1923 struct xfs_buf *bp; in xfs_buftarg_shrink_scan()
1924 bp = list_first_entry(&dispose, struct xfs_buf, b_lru); in xfs_buftarg_shrink_scan()
2050 struct xfs_buf *bp; in xfs_buf_delwri_cancel()
2053 bp = list_first_entry(list, struct xfs_buf, b_list); in xfs_buf_delwri_cancel()
2075 struct xfs_buf *bp, in xfs_buf_delwri_queue()
2121 struct xfs_buf *ap = container_of(a, struct xfs_buf, b_list); in xfs_buf_cmp()
2122 struct xfs_buf *bp = container_of(b, struct xfs_buf, b_list); in xfs_buf_cmp()
2145 struct xfs_buf *bp, *n; in xfs_buf_delwri_submit_buffers()
2237 struct xfs_buf *bp; in xfs_buf_delwri_submit()
2243 bp = list_first_entry(&wait_list, struct xfs_buf, b_list); in xfs_buf_delwri_submit()
2277 struct xfs_buf *bp, in xfs_buf_delwri_pushbuf()
2318 xfs_buf_zone = kmem_cache_create("xfs_buf", sizeof(struct xfs_buf), 0, in xfs_buf_init()
2338 void xfs_buf_set_ref(struct xfs_buf *bp, int lru_ref) in xfs_buf_set_ref()
2358 struct xfs_buf *bp, in xfs_verify_magic()
2376 struct xfs_buf *bp, in xfs_verify_magic16()