Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c2071 ASSERT0(hdr->b_l1hdr.b_bufcnt); in arc_evictable_space_increment()
2111 ASSERT0(hdr->b_l1hdr.b_bufcnt); in arc_evictable_space_decrement()
2225 bufcnt = hdr->b_l1hdr.b_bufcnt; in arc_change_state()
2615 hdr->b_l1hdr.b_bufcnt += 1; in arc_buf_alloc_impl()
2955 hdr->b_l1hdr.b_bufcnt -= 1; in arc_buf_destroy_impl()
3131 hdr->b_l1hdr.b_bufcnt = 0; in arc_hdr_alloc()
3194 ASSERT0(hdr->b_l1hdr.b_bufcnt); in arc_hdr_realloc()
3315 nhdr->b_l1hdr.b_bufcnt = hdr->b_l1hdr.b_bufcnt; in arc_hdr_realloc_crypt()
3374 hdr->b_l1hdr.b_bufcnt = 0; in arc_hdr_realloc_crypt()
6326 hdr->b_l1hdr.b_bufcnt -= 1; in arc_release()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Darc_impl.h160 uint32_t b_bufcnt; member
/illumos-gate/usr/src/cmd/mdb/common/modules/zfs/
H A Dzfs.c4047 uint32_t b_bufcnt; member
4158 GETMEMB(addr + data->l1hdr_off, "l1arc_buf_hdr", b_bufcnt, in arc_compression_stats_cb()
4159 hdr.b_l1hdr.b_bufcnt) == -1 || in arc_compression_stats_cb()
4228 bufcnt = hdr.b_l1hdr.b_bufcnt; in arc_compression_stats_cb()