Searched refs:dn_holds (Results 1 – 3 of 3) sorted by relevance
119 refcount_create_untracked(&dn->dn_holds); in dnode_cons()175 refcount_destroy(&dn->dn_holds); in dnode_dest()760 refcount_transfer(&ndn->dn_holds, &odn->dn_holds); in dnode_move_impl()949 refcount = refcount_count(&odn->dn_holds); in dnode_move()998 while (refcount_count(&dn->dn_holds) > 0) in dnode_special_close()1047 ASSERT(refcount_is_zero(&dn->dn_holds)); in dnode_buf_evict_async()1098 (void) refcount_add(&dn->dn_holds, tag); in dnode_hold_impl()1182 if (refcount_add(&dn->dn_holds, tag) == 1) in dnode_hold_impl()1216 if (refcount_is_zero(&dn->dn_holds)) { in dnode_add_ref()1240 refs = refcount_remove(&dn->dn_holds, tag); in dnode_rele_and_unlock()[all …]
2281 refcount_count(&dn->dn_holds) > 0); in dbuf_create()2282 (void) refcount_add(&dn->dn_holds, db); in dbuf_create()
215 refcount_t dn_holds; member