Home
last modified time | relevance | path

Searched refs:vdev_state (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/cddl/usr.sbin/zfsd/
H A Dcase_file.h157 vdev_state VdevState() const;
383 vdev_state m_vdevState;
409 inline vdev_state
H A Dvdev.cc160 vdev_state
182 return (static_cast<vdev_state>(vs->vs_state)); in State()
H A Dvdev.h127 virtual vdev_state State() const;
H A Dcase_file.cc735 vdev_state curState(caseFile->VdevState()); in DeSerializeFile()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev.c262 switch (vd->vdev_state) { in vdev_dbgmsg_print_tree()
289 (uint_t)vd->vdev_state); in vdev_dbgmsg_print_tree()
590 vd->vdev_state = VDEV_STATE_CLOSED; in vdev_alloc_common()
1128 mvd->vdev_state = cvd->vdev_state; in vdev_add_parent()
3296 oldstate = vd->vdev_state; in vdev_online()
3319 *newstate = vd->vdev_state; in vdev_online()
3579 uint64_t state = vd->vdev_state; in vdev_allocatable()
3643 vs->vs_state = vd->vdev_state; in vdev_get_stats()
4116 if (state == vd->vdev_state) { in vdev_set_state()
4121 save_state = vd->vdev_state; in vdev_set_state()
[all …]
H A Dspa.c330 rvd->vdev_state, src); in spa_prop_get_config()
833 uint64_t vdev_state; in spa_change_guid_check() local
842 vdev_state = rvd->vdev_state; in spa_change_guid_check()
845 if (vdev_state != VDEV_STATE_HEALTHY) in spa_change_guid_check()
1883 tvd->vdev_state == VDEV_STATE_CANT_OPEN) { in spa_check_for_missing_logs()
1911 tvd->vdev_state == VDEV_STATE_CANT_OPEN) { in spa_check_for_missing_logs()
2613 if (rvd->vdev_state <= VDEV_STATE_CANT_OPEN) {
6676 vml[c]->vdev_state != VDEV_STATE_HEALTHY ||
H A Dzfs_fm.c188 (vd->vdev_remove_wanted || vd->vdev_state == VDEV_STATE_REMOVED)) in zfs_ereport_start()
H A Dvdev_geom.c174 if (vd->vdev_state != VDEV_STATE_HEALTHY) in vdev_geom_resize()
H A Dmetaslab.c3483 vd->vdev_state < VDEV_STATE_HEALTHY) && in metaslab_alloc_dva()
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/
H A Dvdev_impl.h224 uint64_t vdev_state; /* see VDEV_STATE_* #defines */ member
/freebsd-12.1/cddl/usr.sbin/zfsd/tests/
H A Dzfsd_unittest.cc137 MOCK_CONST_METHOD0(State, vdev_state());
/freebsd-12.1/sys/cddl/contrib/opensolaris/uts/common/sys/fs/
H A Dzfs.h683 typedef enum vdev_state { enum
/freebsd-12.1/sys/cddl/boot/zfs/
H A Dzfsimpl.h781 typedef enum vdev_state { enum
/freebsd-12.1/cddl/contrib/opensolaris/cmd/ztest/
H A Dztest.c3276 (u_longlong_t)tvd->vdev_state, in online_vdev()
3364 if (tvd->vdev_state != VDEV_STATE_HEALTHY || in ztest_vdev_LUN_growth()
3387 tvd->vdev_state != VDEV_STATE_HEALTHY) { in ztest_vdev_LUN_growth()