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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Drrwlock.c179 refcount_is_zero(&rrl->rr_anon_rcount) && !prio &&
253 ASSERT(!refcount_is_zero(&rrl->rr_anon_rcount) ||
254 !refcount_is_zero(&rrl->rr_linked_rcount) ||
269 ASSERT(refcount_is_zero(&rrl->rr_anon_rcount) &&
270 refcount_is_zero(&rrl->rr_linked_rcount));
291 held = (!refcount_is_zero(&rrl->rr_anon_rcount) ||
H A Drefcount.c113 refcount_is_zero(refcount_t *rc) function
H A Darc.c2070 ASSERT(refcount_is_zero(&hdr->b_l1hdr.b_refcnt));
2583 ASSERT(refcount_is_zero(&hdr->b_l1hdr.b_refcnt));
2864 ASSERT(refcount_is_zero(&hdr->b_l1hdr.b_refcnt));
3045 ASSERT(refcount_is_zero(&hdr->b_l1hdr.b_refcnt));
4327 ASSERT(refcount_is_zero(&hdr->b_l1hdr.b_refcnt));
4355 ASSERT(refcount_is_zero(&hdr->b_l1hdr.b_refcnt));
4471 ASSERT(refcount_is_zero(&hdr->b_l1hdr.b_refcnt));
4645 ASSERT(refcount_is_zero(&hdr->b_l1hdr.b_refcnt) ||
4656 freeable = refcount_is_zero(&hdr->b_l1hdr.b_refcnt);
4676 freeable = refcount_is_zero(
[all...]
H A Dspa_misc.c401 if (!refcount_is_zero(&scl->scl_count)) {
435 while (!refcount_is_zero(&scl->scl_count)) {
456 ASSERT(!refcount_is_zero(&scl->scl_count));
476 if ((rw == RW_READER && !refcount_is_zero(&scl->scl_count)) ||
H A Ddbuf.c289 ASSERT(refcount_is_zero(&db->db_holds));
943 ASSERT(!refcount_is_zero(&db->db_holds));
1100 ASSERT(!refcount_is_zero(&db->db_holds));
1192 ASSERT(!refcount_is_zero(&db->db_holds));
1487 ASSERT(!refcount_is_zero(&db->db_holds));
1877 ASSERT(!refcount_is_zero(&db->db_holds));
1929 ASSERT(!refcount_is_zero(&db->db_holds));
2004 ASSERT(!refcount_is_zero(&db->db_holds));
2068 ASSERT(refcount_is_zero(&db->db_holds));
2132 ASSERT(refcount_is_zero(
[all...]
H A Ddnode.c567 ASSERT(refcount_is_zero(&dn->dn_tx_holds));
1039 ASSERT(refcount_is_zero(&dn->dn_holds));
1040 ASSERT(refcount_is_zero(&dn->dn_tx_holds));
1168 (type != DMU_OT_NONE || !refcount_is_zero(&dn->dn_holds)))) {
1208 if (refcount_is_zero(&dn->dn_holds)) {
1295 ASSERT(!refcount_is_zero(&dn->dn_holds) ||
H A Ddsl_destroy.c252 ASSERT(refcount_is_zero(&ds->ds_longholds));
644 if (!refcount_is_zero(&ds->ds_prev->ds_longholds))
H A Ddnode_sync.c416 refcount_is_zero(&db->db_holds)) {
443 if (refcount_is_zero(&dn->dn_bonus->db_holds)) {
H A Ddsl_dataset.c686 return (!refcount_is_zero(&ds->ds_longholds));
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Drefcount.h68 int refcount_is_zero(refcount_t *rc);
93 #define refcount_is_zero(rc) ((rc)->rc_count == 0) macro

Completed in 109 milliseconds