Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddmu.h605 typedef void dmu_buf_evict_func_t(void *user_ptr); typedef
647 dmu_buf_evict_func_t *dbu_evict_func_sync;
648 dmu_buf_evict_func_t *dbu_evict_func_async;
670 dmu_buf_init_user(dmu_buf_user_t *dbu, dmu_buf_evict_func_t *evict_func_sync, in dmu_buf_init_user()
671 dmu_buf_evict_func_t *evict_func_async, in dmu_buf_init_user()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddbuf.c159 dmu_buf_evict_func_t *evict_func_sync,
160 dmu_buf_evict_func_t *evict_func_async,