Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddmu.h671 dmu_buf_evict_func_t *evict_func_async, in dmu_buf_init_user() argument
678 IMPLY(evict_func_sync == NULL, evict_func_async != NULL); in dmu_buf_init_user()
680 dbu->dbu_evict_func_async = evict_func_async; in dmu_buf_init_user()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddbuf.c160 dmu_buf_evict_func_t *evict_func_async,