Home
last modified time | relevance | path

Searched refs:vs_aux (Results 1 – 19 of 19) sorted by relevance

/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_status.c105 vs->vs_aux == VDEV_AUX_OPEN_FAILED); in vdev_missing()
323 vs->vs_aux == VDEV_AUX_ACTIVE) { in check_status()
351 vs->vs_aux == VDEV_AUX_VERSION_NEWER) in check_status()
358 vs->vs_aux == VDEV_AUX_UNSUP_FEAT) { in check_status()
370 vs->vs_aux == VDEV_AUX_BAD_GUID_SUM) in check_status()
393 vs->vs_aux == VDEV_AUX_BAD_LOG) { in check_status()
416 vs->vs_aux == VDEV_AUX_CORRUPT_DATA) in check_status()
H A Dlibzfs_pool.c277 str = zpool_state_to_name(vs->vs_state, vs->vs_aux); in zpool_get_state_str()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_file.c132 vd->vdev_stat.vs_aux = VDEV_AUX_BAD_LABEL; in vdev_file_open()
160 vd->vdev_stat.vs_aux = VDEV_AUX_OPEN_FAILED; in vdev_file_open()
174 vd->vdev_stat.vs_aux = VDEV_AUX_OPEN_FAILED; in vdev_file_open()
183 vd->vdev_stat.vs_aux = VDEV_AUX_OPEN_FAILED; in vdev_file_open()
H A Dvdev_root.c93 vd->vdev_stat.vs_aux = VDEV_AUX_BAD_LABEL; in vdev_root_open()
113 vd->vdev_stat.vs_aux = VDEV_AUX_NO_REPLICAS; in vdev_root_open()
H A Dvdev_mirror.c395 vd->vdev_stat.vs_aux = VDEV_AUX_BAD_LABEL; in vdev_mirror_open()
425 vd->vdev_stat.vs_aux = VDEV_AUX_CHILDREN_OFFLINE; in vdev_mirror_open()
427 vd->vdev_stat.vs_aux = VDEV_AUX_NO_REPLICAS; in vdev_mirror_open()
H A Dvdev.c941 vd->vdev_stat.vs_aux = VDEV_AUX_EXTERNAL; in vdev_alloc()
2161 vd->vdev_stat.vs_aux = VDEV_AUX_NONE; in vdev_open()
2216 vd->vdev_stat.vs_aux != VDEV_AUX_OPEN_FAILED) in vdev_open()
2219 if (vd->vdev_stat.vs_aux == VDEV_AUX_CHILDREN_OFFLINE) { in vdev_open()
2221 vd->vdev_stat.vs_aux); in vdev_open()
2224 vd->vdev_stat.vs_aux); in vdev_open()
2832 vd->vdev_stat.vs_aux = VDEV_AUX_NONE; in vdev_close()
4365 vd->vdev_stat.vs_aux = VDEV_AUX_EXTERNAL; in vdev_fault()
4747 vd->vdev_stat.vs_aux = 0; in vdev_clear()
5534 if (child->vdev_stat.vs_aux == VDEV_AUX_CORRUPT_DATA) in vdev_propagate_state()
[all …]
H A Dzio_inject.c462 vd->vdev_stat.vs_aux = in zio_handle_device_injection_impl()
H A Dvdev_draid.c1703 vd->vdev_stat.vs_aux = VDEV_AUX_BAD_LABEL; in vdev_draid_open()
1729 vd->vdev_stat.vs_aux = in vdev_draid_open()
H A Dvdev_label.c720 switch (vd->vdev_stat.vs_aux) { in vdev_config_generate()
H A Dspa_misc.c3006 vdev_aux_t aux = rvd->vdev_stat.vs_aux; in spa_state_to_name()
H A Dvdev_raidz.c2190 vd->vdev_stat.vs_aux = VDEV_AUX_BAD_LABEL; in vdev_raidz_open()
2229 vd->vdev_stat.vs_aux = VDEV_AUX_NO_REPLICAS; in vdev_raidz_open()
H A Dspa.c3684 vd[i]->vdev_stat.vs_aux != VDEV_AUX_SPLIT_POOL) in spa_try_repair()
6668 vs->vs_aux = VDEV_AUX_SPARED;
/freebsd/cddl/usr.sbin/zfsd/
H A Dvdev.cc295 if (vs == NULL || vs->vs_aux != VDEV_AUX_SPARED) in IsActiveSpare()
H A Dcase_file.cc593 if ((vs->vs_aux != VDEV_AUX_SPARED) in ActivateSpare()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dvdev_geom.c823 vd->vdev_stat.vs_aux = VDEV_AUX_BAD_LABEL; in vdev_geom_open()
935 vd->vdev_stat.vs_aux = VDEV_AUX_OPEN_FAILED; in vdev_geom_open()
/freebsd/sys/contrib/openzfs/cmd/zpool_influxdb/
H A Dzpool_influxdb.c352 (vdev_aux_t)vs->vs_aux), vdev_desc); in print_summary_stats()
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_main.c2902 state = zpool_state_to_name(vs->vs_state, vs->vs_aux); in print_status_config()
2909 if (vs->vs_aux == VDEV_AUX_SPARED) in print_status_config()
3015 } else if (vs->vs_aux != 0) { in print_status_config()
3018 switch (vs->vs_aux) { in print_status_config()
3217 (void) printf(" %s", zpool_state_to_name(vs->vs_state, vs->vs_aux)); in print_import_config()
3219 if (vs->vs_aux != 0) { in print_import_config()
3222 switch (vs->vs_aux) { in print_import_config()
3404 health = zpool_state_to_name(vs->vs_state, vs->vs_aux); in show_import()
3734 vs->vs_aux == VDEV_AUX_CORRUPT_DATA) { in show_import()
7167 vs->vs_aux); in collect_list_stats()
[all …]
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dvdev_disk.c294 v->vdev_stat.vs_aux = VDEV_AUX_BAD_LABEL; in vdev_disk_open()
/freebsd/sys/contrib/openzfs/include/sys/fs/
H A Dzfs.h1384 uint64_t vs_aux; /* see vdev_aux_t */ member