Home
last modified time | relevance | path

Searched refs:dsl_destroy_head_check (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddsl_destroy.h63 int dsl_destroy_head_check(void *, dmu_tx_t *);
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddsl_destroy.c809 dsl_destroy_head_check(void *arg, dmu_tx_t *tx) in dsl_destroy_head_check() function
1216 error = dsl_sync_task(name, dsl_destroy_head_check, in dsl_destroy_head()
1244 return (dsl_sync_task(name, dsl_destroy_head_check, in dsl_destroy_head()
H A Dzcp_synctask.c156 err = zcp_sync_task(state, dsl_destroy_head_check, in zcp_synctask_destroy()