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

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Ddsl_scan.c198 ((scn)->scn_phys.scn_func == POOL_SCAN_SCRUB || \
199 (scn)->scn_phys.scn_func == POOL_SCAN_RESILVER)
222 * SYNC_OPTIONAL) write out scn_phys iff scn_bytes_pending == 0
223 * SYNC_MANDATORY) write out scn_phys always. scn_bytes_pending must be 0.
224 * SYNC_CACHED) if scn_bytes_pending == 0, write out scn_phys. Otherwise
382 return (scn->scn_phys.scn_state == DSS_SCANNING);
389 dp->dp_scan->scn_phys.scn_func == POOL_SCAN_RESILVER);
480 &scn->scn_phys.scn_queue_obj);
484 &scn->scn_phys);
487 * does properly update the scn->scn_phys structur
623 dsl_scan_phys_t *scn_phys = &dp->dp_scan->scn_phys; local
2052 ds_destroyed_scn_phys(dsl_dataset_t *ds, dsl_scan_phys_t *scn_phys) argument
[all...]
H A Dspa_misc.c2570 if (scn == NULL || scn->scn_phys.scn_func == POOL_SCAN_NONE)
2575 ps->pss_func = scn->scn_phys.scn_func;
2576 ps->pss_state = scn->scn_phys.scn_state;
2577 ps->pss_start_time = scn->scn_phys.scn_start_time;
2578 ps->pss_end_time = scn->scn_phys.scn_end_time;
2579 ps->pss_to_examine = scn->scn_phys.scn_to_examine;
2580 ps->pss_examined = scn->scn_phys.scn_examined;
2581 ps->pss_to_process = scn->scn_phys.scn_to_process;
2582 ps->pss_processed = scn->scn_phys.scn_processed;
2583 ps->pss_errors = scn->scn_phys
[all...]
H A Dvdev.c2921 dsl_scan_phys_t *scnp __maybe_unused = &scn->scn_phys;
2934 if (vdev_dtl_max(vd) <= scn->scn_phys.scn_max_txg) {
2979 scn->scn_phys.scn_errors = 0;
2993 (u_longlong_t)(scn ? scn->scn_phys.scn_errors : 0));
3007 (scn != NULL && scn->scn_phys.scn_errors == 0)) {
4527 dsl_scan_phys_t *scn_phys = &scn->scn_phys; local
4528 uint64_t *processed = &scn_phys->scn_processed;
H A Dspa.c9697 is_scrub = (scn->scn_phys.scn_func == POOL_SCAN_SCRUB);
9698 scanning = (scn->scn_phys.scn_state == DSS_SCANNING);
/freebsd-13-stable/sys/contrib/openzfs/include/sys/
H A Ddsl_scan.h155 dsl_scan_phys_t scn_phys; /* on disk representation of scan */ member in struct:dsl_scan
/freebsd-13-stable/sys/contrib/openzfs/cmd/zdb/
H A Dzdb.c7378 mos_obj_refd(spa->spa_dsl_pool->dp_scan->scn_phys.scn_queue_obj);

Completed in 221 milliseconds