Lines Matching defs:hdr

720 #define	HDR_IN_HASH_TABLE(hdr)	((hdr)->b_flags & ARC_FLAG_IN_HASH_TABLE)  argument
721 #define HDR_IO_IN_PROGRESS(hdr) ((hdr)->b_flags & ARC_FLAG_IO_IN_PROGRESS) argument
722 #define HDR_IO_ERROR(hdr) ((hdr)->b_flags & ARC_FLAG_IO_ERROR) argument
723 #define HDR_PREFETCH(hdr) ((hdr)->b_flags & ARC_FLAG_PREFETCH) argument
724 #define HDR_PRESCIENT_PREFETCH(hdr) \ argument
726 #define HDR_COMPRESSION_ENABLED(hdr) \ argument
729 #define HDR_L2CACHE(hdr) ((hdr)->b_flags & ARC_FLAG_L2CACHE) argument
730 #define HDR_UNCACHED(hdr) ((hdr)->b_flags & ARC_FLAG_UNCACHED) argument
731 #define HDR_L2_READING(hdr) \ argument
734 #define HDR_L2_WRITING(hdr) ((hdr)->b_flags & ARC_FLAG_L2_WRITING) argument
735 #define HDR_L2_EVICTED(hdr) ((hdr)->b_flags & ARC_FLAG_L2_EVICTED) argument
736 #define HDR_L2_WRITE_HEAD(hdr) ((hdr)->b_flags & ARC_FLAG_L2_WRITE_HEAD) argument
737 #define HDR_PROTECTED(hdr) ((hdr)->b_flags & ARC_FLAG_PROTECTED) argument
738 #define HDR_NOAUTH(hdr) ((hdr)->b_flags & ARC_FLAG_NOAUTH) argument
739 #define HDR_SHARED_DATA(hdr) ((hdr)->b_flags & ARC_FLAG_SHARED_DATA) argument
741 #define HDR_ISTYPE_METADATA(hdr) \ argument
743 #define HDR_ISTYPE_DATA(hdr) (!HDR_ISTYPE_METADATA(hdr)) argument
745 #define HDR_HAS_L1HDR(hdr) ((hdr)->b_flags & ARC_FLAG_HAS_L1HDR) argument
746 #define HDR_HAS_L2HDR(hdr) ((hdr)->b_flags & ARC_FLAG_HAS_L2HDR) argument
747 #define HDR_HAS_RABD(hdr) \ argument
750 #define HDR_ENCRYPTED(hdr) \ argument
752 #define HDR_AUTHENTICATED(hdr) \ argument
758 #define HDR_GET_COMPRESS(hdr) ((enum zio_compress)BF32_GET((hdr)->b_flags, \ argument
760 #define HDR_SET_COMPRESS(hdr, cmp) BF32_SET((hdr)->b_flags, \ argument
791 #define HDR_LOCK(hdr) \ argument
929 #define l2arc_hdr_arcstats_increment(hdr) \ argument
931 #define l2arc_hdr_arcstats_decrement(hdr) \ argument
933 #define l2arc_hdr_arcstats_increment_state(hdr) \ argument
935 #define l2arc_hdr_arcstats_decrement_state(hdr) \ argument
1031 #define HDR_EMPTY(hdr) \ argument
1035 #define HDR_EMPTY_OR_LOCKED(hdr) \ argument
1038 #define HDR_EQUAL(spa, dva, birth, hdr) \ argument
1044 buf_discard_identity(arc_buf_hdr_t *hdr) in buf_discard_identity()
1058 arc_buf_hdr_t *hdr; in buf_hash_find() local
1081 buf_hash_insert(arc_buf_hdr_t *hdr, kmutex_t **lockp) in buf_hash_insert()
1122 buf_hash_remove(arc_buf_hdr_t *hdr) in buf_hash_remove()
1183 arc_buf_hdr_t *hdr = vbuf; in hdr_full_cons() local
1202 arc_buf_hdr_t *hdr = vbuf; in hdr_l2only_cons() local
1230 arc_buf_hdr_t *hdr = vbuf; in hdr_full_dest() local
1245 arc_buf_hdr_t *hdr = vbuf; in hdr_l2only_dest() local
1354 arc_buf_hdr_t *hdr = buf->b_hdr; in arc_get_raw_params() local
1383 arc_hdr_get_compress(arc_buf_hdr_t *hdr) in arc_hdr_get_compress()
1419 arc_cksum_free(arc_buf_hdr_t *hdr) in arc_cksum_free()
1438 arc_hdr_has_uncompressed_buf(arc_buf_hdr_t *hdr) in arc_hdr_has_uncompressed_buf()
1460 arc_buf_hdr_t *hdr = buf->b_hdr; in arc_cksum_verify() local
1491 arc_cksum_is_equal(arc_buf_hdr_t *hdr, zio_t *zio) in arc_cksum_is_equal()
1527 arc_buf_hdr_t *hdr = buf->b_hdr; in arc_cksum_compute() local
1581 arc_buf_type(arc_buf_hdr_t *hdr) in arc_buf_type()
1618 arc_buf_hdr_t *hdr = buf->b_hdr; in arc_buf_thaw() local
1658 arc_hdr_set_flags(arc_buf_hdr_t *hdr, arc_flags_t flags) in arc_hdr_set_flags()
1665 arc_hdr_clear_flags(arc_buf_hdr_t *hdr, arc_flags_t flags) in arc_hdr_clear_flags()
1679 arc_hdr_set_compress(arc_buf_hdr_t *hdr, enum zio_compress cmp) in arc_hdr_set_compress()
1707 arc_buf_hdr_t *hdr = buf->b_hdr; in arc_buf_try_copy_decompressed_data() local
1752 arc_buf_hdr_t *hdr; in arc_buf_alloc_l2only() local
1786 arc_hdr_size(arc_buf_hdr_t *hdr) in arc_hdr_size()
1801 arc_hdr_authenticate(arc_buf_hdr_t *hdr, spa_t *spa, uint64_t dsobj) in arc_hdr_authenticate()
1869 arc_hdr_decrypt(arc_buf_hdr_t *hdr, spa_t *spa, const zbookmark_phys_t *zb) in arc_hdr_decrypt()
1936 arc_fill_hdr_crypt(arc_buf_hdr_t *hdr, kmutex_t *hash_lock, spa_t *spa, in arc_fill_hdr_crypt()
1988 arc_buf_hdr_t *hdr = buf->b_hdr; in arc_buf_untransform_in_place() local
2019 arc_buf_hdr_t *hdr = buf->b_hdr; in arc_buf_fill() local
2235 arc_evictable_space_increment(arc_buf_hdr_t *hdr, arc_state_t *state) in arc_evictable_space_increment()
2274 arc_evictable_space_decrement(arc_buf_hdr_t *hdr, arc_state_t *state) in arc_evictable_space_decrement()
2314 add_reference(arc_buf_hdr_t *hdr, const void *tag) in add_reference()
2339 remove_reference(arc_buf_hdr_t *hdr, const void *tag) in remove_reference()
2376 arc_buf_hdr_t *hdr = ab->b_hdr; in arc_buf_info() local
2422 arc_change_state(arc_state_t *new_state, arc_buf_hdr_t *hdr) in arc_change_state()
2708 arc_can_share(arc_buf_hdr_t *hdr, arc_buf_t *buf) in arc_can_share()
2749 arc_buf_alloc_impl(arc_buf_hdr_t *hdr, spa_t *spa, const zbookmark_phys_t *zb, in arc_buf_alloc_impl()
2909 arc_buf_hdr_t *hdr = buf->b_hdr; in arc_return_buf() local
2923 arc_buf_hdr_t *hdr = buf->b_hdr; in arc_loan_inuse_buf() local
2947 arc_hdr_free_on_write(arc_buf_hdr_t *hdr, boolean_t free_rdata) in arc_hdr_free_on_write()
2982 arc_share_buf(arc_buf_hdr_t *hdr, arc_buf_t *buf) in arc_share_buf()
3014 arc_unshare_buf(arc_buf_hdr_t *hdr, arc_buf_t *buf) in arc_unshare_buf()
3048 arc_buf_remove(arc_buf_hdr_t *hdr, arc_buf_t *buf) in arc_buf_remove()
3088 arc_buf_hdr_t *hdr = buf->b_hdr; in arc_buf_destroy_impl() local
3192 arc_hdr_alloc_abd(arc_buf_hdr_t *hdr, int alloc_flags) in arc_hdr_alloc_abd()
3222 arc_hdr_free_abd(arc_buf_hdr_t *hdr, boolean_t free_rdata) in arc_hdr_free_abd()
3286 arc_buf_hdr_t *hdr; in arc_hdr_alloc() local
3327 arc_hdr_realloc(arc_buf_hdr_t *hdr, kmem_cache_t *old, kmem_cache_t *new) in arc_hdr_realloc()
3435 arc_buf_hdr_t *hdr = buf->b_hdr; in arc_convert_to_raw() local
3466 arc_buf_hdr_t *hdr = arc_hdr_alloc(spa_load_guid(spa), size, size, in arc_alloc_buf() local
3490 arc_buf_hdr_t *hdr = arc_hdr_alloc(spa_load_guid(spa), psize, lsize, in arc_alloc_compressed_buf() local
3514 arc_buf_hdr_t *hdr; in arc_alloc_raw_buf() local
3549 l2arc_hdr_arcstats_update(arc_buf_hdr_t *hdr, boolean_t incr, in l2arc_hdr_arcstats_update()
3620 arc_hdr_l2hdr_destroy(arc_buf_hdr_t *hdr) in arc_hdr_l2hdr_destroy()
3642 arc_hdr_destroy(arc_buf_hdr_t *hdr) in arc_hdr_destroy()
3717 arc_buf_hdr_t *hdr = buf->b_hdr; in arc_buf_destroy() local
3764 arc_evict_hdr(arc_buf_hdr_t *hdr, uint64_t *real_evicted) in arc_evict_hdr()
3906 arc_buf_hdr_t *hdr; in arc_evict_state_impl() local
5104 arc_get_data_abd(arc_buf_hdr_t *hdr, uint64_t size, const void *tag, in arc_get_data_abd()
5117 arc_get_data_buf(arc_buf_hdr_t *hdr, uint64_t size, const void *tag) in arc_get_data_buf()
5218 arc_get_data_impl(arc_buf_hdr_t *hdr, uint64_t size, const void *tag, in arc_get_data_impl()
5274 arc_free_data_abd(arc_buf_hdr_t *hdr, abd_t *abd, uint64_t size, in arc_free_data_abd()
5282 arc_free_data_buf(arc_buf_hdr_t *hdr, void *buf, uint64_t size, const void *tag) in arc_free_data_buf()
5299 arc_free_data_impl(arc_buf_hdr_t *hdr, uint64_t size, const void *tag) in arc_free_data_impl()
5327 arc_access(arc_buf_hdr_t *hdr, arc_flags_t arc_flags, boolean_t hit) in arc_access()
5487 arc_buf_hdr_t *hdr = buf->b_hdr; in arc_buf_access() local
5552 arc_hdr_verify(arc_buf_hdr_t *hdr, blkptr_t *bp) in arc_hdr_verify()
5572 arc_buf_hdr_t *hdr = zio->io_private; in arc_read_done() local
5785 arc_buf_hdr_t *hdr = NULL; in arc_cached() local
5852 arc_buf_hdr_t *hdr = NULL; in arc_read() local
6534 arc_buf_hdr_t *hdr; in arc_freed() local
6584 arc_buf_hdr_t *hdr = buf->b_hdr; in arc_release() local
6776 arc_buf_hdr_t *hdr = buf->b_hdr; in arc_write_ready() local
6947 arc_buf_hdr_t *hdr = buf->b_hdr; in arc_write_done() local
7036 arc_buf_hdr_t *hdr = buf->b_hdr; in arc_write() local
7504 arc_buf_hdr_t *hdr = obj; in arc_state_multilist_index_func() local
8441 l2arc_write_eligible(uint64_t spa_guid, arc_buf_hdr_t *hdr) in l2arc_write_eligible()
8626 arc_buf_hdr_t *head, *hdr, *hdr_prev; in l2arc_write_done() local
8806 arc_buf_hdr_t *hdr = cb->l2rcb_hdr; in l2arc_untransform() local
8899 arc_buf_hdr_t *hdr; in l2arc_read_done() local
9113 arc_buf_hdr_t *hdr, *hdr_prev; in l2arc_evict() local
9333 l2arc_apply_transforms(spa_t *spa, arc_buf_hdr_t *hdr, uint64_t asize, in l2arc_apply_transforms()
9473 arc_buf_hdr_t *hdr, *head, *marker; in l2arc_write_buffers() local
10780 arc_buf_hdr_t *hdr, *exists; in l2arc_hdr_restore() local
11107 l2arc_log_blk_insert(l2arc_dev_t *dev, const arc_buf_hdr_t *hdr) in l2arc_log_blk_insert()