Lines Matching defs:buf
658 #define ARC_BUF_LAST(buf) ((buf)->b_next == NULL) argument
659 #define ARC_BUF_SHARED(buf) ((buf)->b_flags & ARC_BUF_FLAG_SHARED) argument
660 #define ARC_BUF_COMPRESSED(buf) ((buf)->b_flags & ARC_BUF_FLAG_COMPRESSED) argument
661 #define ARC_BUF_ENCRYPTED(buf) ((buf)->b_flags & ARC_BUF_FLAG_ENCRYPTED) argument
1044 arc_buf_t *buf = vbuf; in buf_cons() local
1095 arc_buf_t *buf = vbuf; in buf_dest() local
1169 arc_buf_size(arc_buf_t *buf) in arc_buf_size()
1176 arc_buf_lsize(arc_buf_t *buf) in arc_buf_lsize()
1186 arc_is_encrypted(arc_buf_t *buf) in arc_is_encrypted()
1196 arc_is_unauthenticated(arc_buf_t *buf) in arc_is_unauthenticated()
1202 arc_get_raw_params(arc_buf_t *buf, boolean_t *byteorder, uint8_t *salt, in arc_get_raw_params()
1223 arc_get_compression(arc_buf_t *buf) in arc_get_compression()
1244 arc_buf_is_shared(arc_buf_t *buf) in arc_buf_is_shared()
1302 arc_cksum_verify(arc_buf_t *buf) in arc_cksum_verify()
1364 arc_cksum_compute(arc_buf_t *buf) in arc_cksum_compute()
1398 arc_buf_unwatch(arc_buf_t *buf) in arc_buf_unwatch()
1416 arc_buf_watch(arc_buf_t *buf) in arc_buf_watch()
1446 arc_is_metadata(arc_buf_t *buf) in arc_is_metadata()
1468 arc_buf_thaw(arc_buf_t *buf) in arc_buf_thaw()
1501 arc_buf_freeze(arc_buf_t *buf) in arc_buf_freeze()
1571 arc_buf_try_copy_decompressed_data(arc_buf_t *buf) in arc_buf_try_copy_decompressed_data()
1822 arc_buf_untransform_in_place(arc_buf_t *buf, kmutex_t *hash_lock) in arc_buf_untransform_in_place()
1852 arc_buf_fill(arc_buf_t *buf, spa_t *spa, const zbookmark_phys_t *zb, in arc_buf_fill()
2034 arc_untransform(arc_buf_t *buf, spa_t *spa, const zbookmark_phys_t *zb, in arc_untransform()
2089 for (arc_buf_t *buf = hdr->b_l1hdr.b_buf; buf != NULL; in arc_evictable_space_increment() local
2129 for (arc_buf_t *buf = hdr->b_l1hdr.b_buf; buf != NULL; in arc_evictable_space_decrement() local
2308 for (arc_buf_t *buf = hdr->b_l1hdr.b_buf; buf != NULL; in arc_change_state() local
2368 for (arc_buf_t *buf = hdr->b_l1hdr.b_buf; buf != NULL; in arc_change_state() local
2496 arc_can_share(arc_buf_hdr_t *hdr, arc_buf_t *buf) in arc_can_share()
2541 arc_buf_t *buf; in arc_buf_alloc_impl() local
2651 arc_buf_t *buf = arc_alloc_buf(spa, arc_onloan_tag, in arc_loan_buf() local
2663 arc_buf_t *buf = arc_alloc_compressed_buf(spa, arc_onloan_tag, in arc_loan_compressed_buf() local
2677 arc_buf_t *buf = arc_alloc_raw_buf(spa, arc_onloan_tag, dsobj, in arc_loan_raw_buf() local
2741 arc_return_buf(arc_buf_t *buf, void *tag) in arc_return_buf()
2755 arc_loan_inuse_buf(arc_buf_t *buf, void *tag) in arc_loan_inuse_buf()
2816 arc_share_buf(arc_buf_hdr_t *hdr, arc_buf_t *buf) in arc_share_buf()
2850 arc_unshare_buf(arc_buf_hdr_t *hdr, arc_buf_t *buf) in arc_unshare_buf()
2886 arc_buf_remove(arc_buf_hdr_t *hdr, arc_buf_t *buf) in arc_buf_remove()
2926 arc_buf_destroy_impl(arc_buf_t *buf) in arc_buf_destroy_impl()
3274 arc_buf_t *buf; in arc_hdr_realloc_crypt() local
3405 arc_convert_to_raw(arc_buf_t *buf, uint64_t dsobj, boolean_t byteorder, in arc_convert_to_raw()
3443 arc_buf_t *buf = NULL; in arc_alloc_buf() local
3505 arc_buf_t *buf = NULL; in arc_alloc_compressed_buf() local
3533 arc_buf_t *buf; in arc_alloc_raw_buf() local
3738 arc_buf_destroy(arc_buf_t *buf, void* tag) in arc_buf_destroy()
3843 arc_buf_t *buf = hdr->b_l1hdr.b_buf; in arc_evict_hdr() local
5065 arc_free_data_buf(arc_buf_hdr_t *hdr, void *buf, uint64_t size, void *tag) in arc_free_data_buf()
5255 arc_buf_access(arc_buf_t *buf) in arc_buf_access()
5298 arc_buf_t *buf, void *arg) in arc_bcopy_func()
5310 arc_buf_t *buf, void *arg) in arc_getbuf_func()
5375 void *buf = kmem_alloc(psize, KM_SLEEP); in arc_hdr_verify_checksum() local
5663 arc_buf_t *buf = NULL; in arc_read() local
6153 arc_release(arc_buf_t *buf, void *tag) in arc_release()
6377 arc_released(arc_buf_t *buf) in arc_released()
6390 arc_referenced(arc_buf_t *buf) in arc_referenced()
6405 arc_buf_t *buf = callback->awcb_buf; in arc_write_ready() local
6557 arc_buf_t *buf = callback->awcb_buf; in arc_write_children_ready() local
6578 arc_buf_t *buf = callback->awcb_buf; in arc_write_done() local
6659 arc_write(zio_t *pio, spa_t *spa, uint64_t txg, blkptr_t *bp, arc_buf_t *buf, in arc_write()