Searched refs:evicting (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/include/sys/ |
| H A D | dbuf.h | 362 void dbuf_rele_and_unlock(dmu_buf_impl_t *db, void *tag, boolean_t evicting);
|
| H A D | dnode.h | 426 void dnode_rele_and_unlock(dnode_t *dn, void *tag, boolean_t evicting);
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | dnode.c | 1606 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 D | dbuf.c | 3612 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()
|