Searched refs:b_refcnt (Results 1 – 3 of 3) sorted by relevance
1167 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 …]
84 __entry->hdr_refcount = ab->b_l1hdr.b_refcnt.rc_count;242 __entry->hdr_refcount = hdr->b_l1hdr.b_refcnt.rc_count;
175 zfs_refcount_t b_refcnt; member