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

/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Darc.c1085 refcount_t b_refcnt; member in struct:l1arc_buf_hdr
1679 refcount_create(&hdr->b_l1hdr.b_refcnt);
1724 refcount_destroy(&hdr->b_l1hdr.b_refcnt);
2475 ASSERT(refcount_is_zero(&hdr->b_l1hdr.b_refcnt));
2481 if ((refcount_add(&hdr->b_l1hdr.b_refcnt, tag) == 1) &&
2513 if (((cnt = refcount_remove(&hdr->b_l1hdr.b_refcnt, tag)) == 0) &&
2545 refcnt = refcount_count(&hdr->b_l1hdr.b_refcnt);
2954 (void) refcount_add(&hdr->b_l1hdr.b_refcnt, tag);
2955 (void) refcount_remove(&hdr->b_l1hdr.b_refcnt, arc_onloan_tag);
2968 (void) refcount_add(&hdr->b_l1hdr.b_refcnt, arc_onloan_ta
[all...]

Completed in 78 milliseconds