Home
last modified time | relevance | path

Searched refs:evict_func_async (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/uts/common/fs/zfs/sys/
H A Ddmu.h563 dmu_buf_evict_func_t *evict_func_async, dmu_buf_t **clear_on_evict_dbufp);
567 dmu_buf_evict_func_t *evict_func_async, dmu_buf_t **clear_on_evict_dbufp) in dmu_buf_init_user() argument
573 IMPLY(evict_func_sync == NULL, evict_func_async != NULL); in dmu_buf_init_user()
575 dbu->dbu_evict_func_async = evict_func_async; in dmu_buf_init_user()
/titanic_44/usr/src/uts/common/fs/zfs/
H A Ddbuf.c61 dmu_buf_evict_func_t *evict_func_async,