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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Darc.c889 refcount_t b_refcnt; member in struct:l1arc_buf_hdr
1284 refcount_create(&hdr->b_l1hdr.b_refcnt);
1329 refcount_destroy(&hdr->b_l1hdr.b_refcnt);
2070 ASSERT(refcount_is_zero(&hdr->b_l1hdr.b_refcnt));
2076 if ((refcount_add(&hdr->b_l1hdr.b_refcnt, tag) == 1) &&
2108 if (((cnt = refcount_remove(&hdr->b_l1hdr.b_refcnt, tag)) == 0) &&
2140 refcnt = refcount_count(&hdr->b_l1hdr.b_refcnt);
2541 (void) refcount_add(&hdr->b_l1hdr.b_refcnt, tag);
2542 (void) refcount_remove(&hdr->b_l1hdr.b_refcnt, arc_onloan_tag);
2555 (void) refcount_add(&hdr->b_l1hdr.b_refcnt, arc_onloan_ta
[all...]

Completed in 74 milliseconds