Searched refs:db_holds (Results 1 – 4 of 4) sorted by relevance
198 refcount_create(&db->db_holds); in dbuf_cons()211 refcount_destroy(&db->db_holds); in dbuf_dest()333 ASSERT(refcount_is_zero(&db->db_holds)); in dbuf_hash_remove()370 holds = refcount_count(&db->db_holds); in dbuf_verify_user()908 if (arc_released(db->db_buf) || refcount_count(&db->db_holds) > 1) { in dbuf_loan_arcbuf()971 ASSERT(refcount_count(&db->db_holds) > 0); in dbuf_read_done()1012 ASSERT(!refcount_is_zero(&db->db_holds)); in dbuf_read_impl()1136 } else if (refcount_count(&db->db_holds) > db->db_dirtycnt) { in dbuf_fix_old_data()1168 ASSERT(!refcount_is_zero(&db->db_holds)); in dbuf_read()1263 ASSERT(!refcount_is_zero(&db->db_holds)); in dbuf_noread()[all …]
435 refcount_is_zero(&db->db_holds)) { in dnode_evict_dbufs()475 if (refcount_is_zero(&dn->dn_bonus->db_holds)) { in dnode_evict_bonus()
350 if (refcount_add(&db->db_holds, tag) == 1) { in dmu_bonus_hold()
222 refcount_t db_holds; member