Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddbuf.h359 uint64_t dbuf_refcount(dmu_buf_impl_t *db);
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddbuf.c3569 if (db == found_db && dbuf_refcount(db) > db->db_dirtycnt) { in dbuf_try_add_ref()
3746 #pragma weak dmu_buf_refcount = dbuf_refcount
3748 dbuf_refcount(dmu_buf_impl_t *db) in dbuf_refcount() function
4930 EXPORT_SYMBOL(dbuf_refcount);