Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Darc.c1143 uint32_t b_bufcnt; member
2495 ASSERT0(hdr->b_l1hdr.b_bufcnt); in arc_evictable_space_increment()
2530 ASSERT0(hdr->b_l1hdr.b_bufcnt); in arc_evictable_space_decrement()
2605 ASSERT3U(hdr->b_l1hdr.b_bufcnt, >, 0); in remove_reference()
2641 abi->abi_bufcnt = l1hdr->b_bufcnt; in arc_buf_info()
2684 bufcnt = hdr->b_l1hdr.b_bufcnt; in arc_change_state()
3042 hdr->b_l1hdr.b_bufcnt += 1; in arc_buf_alloc_impl()
3264 IMPLY(hdr->b_l1hdr.b_bufcnt > 0, lastbuf != NULL); in arc_buf_remove()
3265 IMPLY(hdr->b_l1hdr.b_bufcnt > 0, hdr->b_l1hdr.b_buf != NULL); in arc_buf_remove()
3306 ASSERT(hdr->b_l1hdr.b_bufcnt > 0); in arc_buf_destroy_impl()
[all …]