Home
last modified time | relevance | path

Searched refs:evicting (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddbuf.h362 void dbuf_rele_and_unlock(dmu_buf_impl_t *db, void *tag, boolean_t evicting);
H A Ddnode.h426 void dnode_rele_and_unlock(dnode_t *dn, void *tag, boolean_t evicting);
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddnode.c1606 dnode_rele_and_unlock(dnode_t *dn, void *tag, boolean_t evicting) in dnode_rele_and_unlock() argument
1641 dbuf_rele_and_unlock(db, dnh, evicting); in dnode_rele_and_unlock()
H A Ddbuf.c3612 dbuf_rele_and_unlock(dmu_buf_impl_t *db, void *tag, boolean_t evicting) in dbuf_rele_and_unlock() argument
3733 if (dcs == DB_DBUF_CACHE && !evicting) in dbuf_rele_and_unlock()