Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
Ddbuf.h307 void dbuf_rele_and_unlock(dmu_buf_impl_t *db, void *tag, boolean_t evicting);
Ddnode.h392 void dnode_rele_and_unlock(dnode_t *dn, void *tag, boolean_t evicting);
/freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
Ddnode.c1580 dnode_rele_and_unlock(dnode_t *dn, void *tag, boolean_t evicting) in dnode_rele_and_unlock() argument
1612 dbuf_rele_and_unlock(db, dnh, evicting); in dnode_rele_and_unlock()
Ddbuf.c3167 dbuf_rele_and_unlock(dmu_buf_impl_t *db, void *tag, boolean_t evicting) in dbuf_rele_and_unlock() argument
3287 if (dcs == DB_DBUF_CACHE && !evicting) in dbuf_rele_and_unlock()