Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Darc.c1167 zfs_refcount_create(&hdr->b_l1hdr.b_refcnt); in hdr_full_cons()
1227 zfs_refcount_destroy(&hdr->b_l1hdr.b_refcnt); in hdr_full_dest()
2443 refcnt = zfs_refcount_count(&hdr->b_l1hdr.b_refcnt); in arc_change_state()
3539 zfs_refcount_transfer(&nhdr->b_l1hdr.b_refcnt, &hdr->b_l1hdr.b_refcnt); in arc_hdr_realloc_crypt()
3541 ASSERT0(zfs_refcount_count(&hdr->b_l1hdr.b_refcnt)); in arc_hdr_realloc_crypt()
3986 ASSERT0(zfs_refcount_count(&hdr->b_l1hdr.b_refcnt)); in arc_evict_hdr()
6078 zfs_refcount_is_zero(&hdr->b_l1hdr.b_refcnt)) { in arc_read()
6168 &hdr->b_l1hdr.b_refcnt)); in arc_read()
6227 zfs_refcount_is_zero(&hdr->b_l1hdr.b_refcnt)) { in arc_read()
6529 zfs_refcount_is_zero(&hdr->b_l1hdr.b_refcnt))) { in arc_freed()
[all …]
/f-stack/freebsd/contrib/openzfs/include/os/linux/zfs/sys/
H A Dtrace_arc.h84 __entry->hdr_refcount = ab->b_l1hdr.b_refcnt.rc_count;
242 __entry->hdr_refcount = hdr->b_l1hdr.b_refcnt.rc_count;
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Darc_impl.h175 zfs_refcount_t b_refcnt; member