Home
last modified time | relevance | path

Searched refs:b_l1hdr (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c669 #define HDR_L2ONLY_SIZE ((int64_t)offsetof(arc_buf_hdr_t, b_l1hdr))
1005 hdr->b_l1hdr.b_byteswap = DMU_BSWAP_NUMFUNCS; in hdr_full_cons()
1006 cv_init(&hdr->b_l1hdr.b_cv, NULL, CV_DEFAULT, NULL); in hdr_full_cons()
1007 zfs_refcount_create(&hdr->b_l1hdr.b_refcnt); in hdr_full_cons()
1008 mutex_init(&hdr->b_l1hdr.b_freeze_lock, NULL, MUTEX_DEFAULT, NULL); in hdr_full_cons()
1009 multilist_link_init(&hdr->b_l1hdr.b_arc_node); in hdr_full_cons()
1064 cv_destroy(&hdr->b_l1hdr.b_cv); in hdr_full_dest()
1065 zfs_refcount_destroy(&hdr->b_l1hdr.b_refcnt); in hdr_full_dest()
1066 mutex_destroy(&hdr->b_l1hdr.b_freeze_lock); in hdr_full_dest()
1067 ASSERT(!multilist_link_active(&hdr->b_l1hdr.b_arc_node)); in hdr_full_dest()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c4049 } b_l1hdr; member
4159 hdr.b_l1hdr.b_bufcnt) == -1 || in arc_compression_stats_cb()
4161 hdr.b_l1hdr.b_state) == -1) in arc_compression_stats_cb()
4169 if (hdr.b_l1hdr.b_state == data->mrug_sym.st_value || in arc_compression_stats_cb()
4170 hdr.b_l1hdr.b_state == data->mfug_sym.st_value || in arc_compression_stats_cb()
4171 hdr.b_l1hdr.b_state == data->l2c_sym.st_value) { in arc_compression_stats_cb()
4228 bufcnt = hdr.b_l1hdr.b_bufcnt; in arc_compression_stats_cb()
4236 if (hdr.b_l1hdr.b_state == data->anon_sym.st_value) { in arc_compression_stats_cb()
4240 } else if (hdr.b_l1hdr.b_state == data->mru_sym.st_value) { in arc_compression_stats_cb()
4244 } else if (hdr.b_l1hdr.b_state == data->mfu_sym.st_value) { in arc_compression_stats_cb()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Darc_impl.h488 l1arc_buf_hdr_t b_l1hdr; member