Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Dsa_impl.h212 dmu_buf_user_t sa_dbu; member
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dsa.c1376 (void) dmu_buf_remove_user(db, &hdl->sa_dbu); in sa_handle_destroy()
1416 handle->sa_dbu.dbu_evict_func_sync = NULL; in sa_handle_get_from_db()
1417 handle->sa_dbu.dbu_evict_func_async = NULL; in sa_handle_get_from_db()
1428 dmu_buf_init_user(&handle->sa_dbu, sa_evict_sync, NULL, in sa_handle_get_from_db()
1430 winner = dmu_buf_set_user_ie(db, &handle->sa_dbu); in sa_handle_get_from_db()