Home
last modified time | relevance | path

Searched refs:DB_DBUF_CACHE (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddbuf.c582 if (db->db_caching_status == DB_DBUF_CACHE) in dbuf_evict_user()
760 return (zfs_refcount_count(&dbuf_caches[DB_DBUF_CACHE].size) > in dbuf_cache_above_lowater()
772 &dbuf_caches[DB_DBUF_CACHE].cache, idx); in dbuf_evict_one()
790 &dbuf_caches[DB_DBUF_CACHE].size, size, db); in dbuf_evict_one()
792 &dbuf_caches[DB_DBUF_CACHE].size, usize, db->db_user); in dbuf_evict_one()
796 ASSERT3U(db->db_caching_status, ==, DB_DBUF_CACHE); in dbuf_evict_one()
880 zfs_refcount_count(&dbuf_caches[DB_DBUF_CACHE].size); in dbuf_kstat_update()
3047 ASSERT(db->db_caching_status == DB_DBUF_CACHE || in dbuf_destroy()
3796 ASSERT(db->db_caching_status == DB_DBUF_CACHE || in dbuf_hold_impl()
4030 DB_DBUF_METADATA_CACHE : DB_DBUF_CACHE; in dbuf_rele_and_unlock()
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddbuf.h94 DB_DBUF_CACHE, enumerator