Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_synctask.h116 int dsl_early_sync_task(const char *, dsl_checkfunc_t *,
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_checkpoint.c561 error = dsl_early_sync_task(pool, spa_checkpoint_check, in spa_checkpoint()
620 return (dsl_early_sync_task(pool, spa_checkpoint_discard_check, in spa_checkpoint_discard()
H A Ddsl_synctask.c150 dsl_early_sync_task(const char *pool, dsl_checkfunc_t *checkfunc, in dsl_early_sync_task() function