Searched refs:sync_type (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Ddsl_scan.c643 * kind of sync to be performed is specified by the sync_type argument. If the
659 dsl_scan_sync_state(dsl_scan_t *scn, dmu_tx_t *tx, state_sync_type_t sync_type) argument
664 ASSERT(sync_type != SYNC_MANDATORY || scn->scn_bytes_pending == 0);
695 } else if (sync_type == SYNC_CACHED) {
3504 state_sync_type_t sync_type = SYNC_OPTIONAL; local
3762 sync_type = SYNC_MANDATORY;
3765 dsl_scan_sync_state(scn, tx, sync_type);

Completed in 107 milliseconds