Searched refs:evicting (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | dbuf.h | 341 void dbuf_rele_and_unlock(dmu_buf_impl_t *db, void *tag, boolean_t evicting);
|
H A D | dnode.h | 397 void dnode_rele_and_unlock(dnode_t *dn, void *tag, boolean_t evicting);
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | dnode.c | 1596 dnode_rele_and_unlock(dnode_t *dn, void *tag, boolean_t evicting) in dnode_rele_and_unlock() argument 1631 dbuf_rele_and_unlock(db, dnh, evicting); in dnode_rele_and_unlock()
|
H A D | dbuf.c | 3137 dbuf_rele_and_unlock(dmu_buf_impl_t *db, void *tag, boolean_t evicting) in dbuf_rele_and_unlock() argument 3241 !evicting) { in dbuf_rele_and_unlock()
|