Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_scan.h68 } dsl_scan_phys_t; typedef
70 #define SCAN_PHYS_NUMINTS (sizeof (dsl_scan_phys_t) / sizeof (uint64_t))
152 dsl_scan_phys_t scn_phys; /* on disk representation of scan */
153 dsl_scan_phys_t scn_phys_cached;
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_scan.c500 VERIFY3S(offsetof(dsl_scan_phys_t, scn_flags), ==, in dsl_scan_init()
628 dsl_scan_phys_t *scn_phys = &dp->dp_scan->scn_phys; in dsl_scan_scrubbing()
1322 dsl_scan_phys_t *scnp = &scn->scn_phys; in dsl_scan_check_suspend()
1988 ds_destroyed_scn_phys(dsl_dataset_t *ds, dsl_scan_phys_t *scn_phys) in ds_destroyed_scn_phys()
3549 dsl_scan_phys_t *scnp = &scn->scn_phys; in dsl_scan_sync()
H A Dvdev.c3930 dsl_scan_phys_t *scn_phys = in vdev_stat_update()