Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddsl_synctask.c68 dst.dst_arg = arg; in dsl_sync_task_common()
182 dst->dst_arg = arg; in dsl_sync_task_nowait_common()
246 dst->dst_error = dst->dst_checkfunc(dst->dst_arg, tx); in dsl_sync_task_sync()
248 dst->dst_syncfunc(dst->dst_arg, tx); in dsl_sync_task_sync()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddsl_synctask.h106 void *dst_arg; member