Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/sys/
H A Ddsl_scan.h72 } dsl_scan_phys_t; typedef
74 #define SCAN_PHYS_NUMINTS (sizeof (dsl_scan_phys_t) / sizeof (uint64_t))
174 dsl_scan_phys_t scn_phys; /* on disk representation of scan */
175 dsl_scan_phys_t scn_phys_cached;
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_scan.c546 VERIFY3S(offsetof(dsl_scan_phys_t, scn_flags), ==, in dsl_scan_init()
686 dsl_scan_phys_t *scn_phys = &dp->dp_scan->scn_phys; in dsl_scan_scrubbing()
1696 dsl_scan_phys_t *scnp = &scn->scn_phys; in dsl_scan_check_suspend()
2456 ds_destroyed_scn_phys(dsl_dataset_t *ds, dsl_scan_phys_t *scn_phys) in ds_destroyed_scn_phys()
4516 dsl_scan_phys_t *scnp = &scn->scn_phys; in dsl_scan_sync()
H A Dvdev.c3127 dsl_scan_phys_t *scnp __maybe_unused = &scn->scn_phys; in vdev_dtl_should_excise()
4944 dsl_scan_phys_t *scn_phys = &scn->scn_phys; in vdev_stat_update()