Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Ddbuf.h385 boolean_t evicting);
H A Ddnode.h438 void dnode_rele_and_unlock(dnode_t *dn, const void *tag, boolean_t evicting);
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddnode.c1767 dnode_rele_and_unlock(dnode_t *dn, const void *tag, boolean_t evicting) in dnode_rele_and_unlock() argument
1804 dbuf_rele_and_unlock(db, dnh, evicting); in dnode_rele_and_unlock()
H A Ddbuf.c4113 dbuf_rele_and_unlock(dmu_buf_impl_t *db, const void *tag, boolean_t evicting) in dbuf_rele_and_unlock() argument
4220 if (dcs == DB_DBUF_CACHE && !evicting) in dbuf_rele_and_unlock()