Searched refs:checkfunc (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | dsl_synctask.c | 43 dsl_sync_task_common(const char *pool, dsl_checkfunc_t *checkfunc, in dsl_sync_task_common() argument 66 dst.dst_checkfunc = checkfunc != NULL ? checkfunc : dsl_null_checkfunc; in dsl_sync_task_common() 128 dsl_sync_task(const char *pool, dsl_checkfunc_t *checkfunc, in dsl_sync_task() argument 132 return (dsl_sync_task_common(pool, checkfunc, syncfunc, NULL, arg, in dsl_sync_task() 150 dsl_early_sync_task(const char *pool, dsl_checkfunc_t *checkfunc, in dsl_early_sync_task() argument 154 return (dsl_sync_task_common(pool, checkfunc, syncfunc, NULL, arg, in dsl_early_sync_task() 163 dsl_sync_task_sig(const char *pool, dsl_checkfunc_t *checkfunc, in dsl_sync_task_sig() argument 167 return (dsl_sync_task_common(pool, checkfunc, syncfunc, sigfunc, arg, in dsl_sync_task_sig()
|
H A D | zthr.c | 245 zthr_create(zthr_checkfunc_t *checkfunc, zthr_func_t *func, void *arg) in zthr_create() argument 247 return (zthr_create_timer(checkfunc, func, arg, (hrtime_t)0)); in zthr_create() 256 zthr_create_timer(zthr_checkfunc_t *checkfunc, zthr_func_t *func, in zthr_create_timer() argument 265 t->zthr_checkfunc = checkfunc; in zthr_create_timer()
|
H A D | zcp_synctask.c | 77 zcp_sync_task(lua_State *state, dsl_checkfunc_t *checkfunc, in zcp_sync_task() argument 83 err = checkfunc(arg, ri->zri_tx); in zcp_sync_task()
|
/illumos-gate/usr/src/uts/common/fs/zfs/sys/ |
H A D | zthr.h | 27 extern zthr_t *zthr_create(zthr_checkfunc_t checkfunc, 29 extern zthr_t *zthr_create_timer(zthr_checkfunc_t *checkfunc,
|
/illumos-gate/usr/src/tools/findunref/ |
H A D | findunref.c | 79 checkscm_func_t *checkfunc; member 463 if (scm == NULL || scm->checkfunc(path, ftwp)) in checkpath()
|