Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dtrace_arc.h129 __field(uint64_t, vdev_state)
135 __entry->vdev_state = vd->vdev_state;
140 __entry->vdev_state, ZIO_TP_PRINTK_ARGS)
303 __field(uint64_t, vdev_state)
317 __entry->vdev_state = dev->l2ad_vdev->vdev_state;
331 __entry->vdev_id, __entry->vdev_guid, __entry->vdev_state,
/freebsd/cddl/usr.sbin/zfsd/
H A Dcase_file.h168 vdev_state VdevState() const;
406 vdev_state m_vdevState;
434 inline vdev_state
H A Dvdev.cc157 vdev_state
179 return (static_cast<vdev_state>(vs->vs_state)); in State()
H A Dvdev.h125 virtual vdev_state State() const;
H A Dcase_file.cc816 vdev_state curState(caseFile->VdevState()); in DeSerializeFile()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev.c206 switch (vd->vdev_state) { in vdev_dbgmsg_print_tree()
233 (uint_t)vd->vdev_state); in vdev_dbgmsg_print_tree()
732 vd->vdev_state = VDEV_STATE_CLOSED; in vdev_alloc_common()
1432 mvd->vdev_state = cvd->vdev_state; in vdev_add_parent()
2042 cvd->vdev_state <= VDEV_STATE_FAULTED) in vdev_open_children_impl()
2154 ASSERT(vd->vdev_state == VDEV_STATE_CLOSED || in vdev_open()
2155 vd->vdev_state == VDEV_STATE_CANT_OPEN || in vdev_open()
2156 vd->vdev_state == VDEV_STATE_OFFLINE); in vdev_open()
2256 if (vd->vdev_child[c]->vdev_state != VDEV_STATE_HEALTHY) { in vdev_open()
2378 if (vd->vdev_state == VDEV_STATE_HEALTHY && in vdev_open()
[all …]
H A Dzfs_fm.c1143 (vd->vdev_remove_wanted || vd->vdev_state == VDEV_STATE_REMOVED)) in zfs_ereport_is_valid()
1390 FM_EREPORT_PAYLOAD_ZFS_VDEV_STATE, vd->vdev_state)); in zfs_event_create()
H A Dspa.c496 rvd->vdev_state, src); in spa_prop_get_config()
1025 uint64_t vdev_state; in spa_change_guid_check() local
1034 vdev_state = rvd->vdev_state; in spa_change_guid_check()
1037 if (vdev_state != VDEV_STATE_HEALTHY) in spa_change_guid_check()
2787 tvd->vdev_state == VDEV_STATE_CANT_OPEN) { in spa_check_for_missing_logs()
2815 tvd->vdev_state == VDEV_STATE_CANT_OPEN) { in spa_check_for_missing_logs()
4302 if (rvd->vdev_state <= VDEV_STATE_CANT_OPEN) {
6212 spa->spa_spares.sav_vdevs[i]->vdev_state;
8738 vml[c]->vdev_state != VDEV_STATE_HEALTHY ||
H A Dvdev_label.c1759 if (vd->vdev_state == VDEV_STATE_HEALTHY && in vdev_uberblock_sync()
H A Dspa_misc.c2996 vdev_state_t state = rvd->vdev_state; in spa_state_to_name()
H A Dvdev_raidz.c3008 cvd->vdev_state != VDEV_STATE_HEALTHY; in vdev_child_slow_outlier()
H A Dmetaslab.c5330 if (d == 0 && vd->vdev_state < VDEV_STATE_HEALTHY && in metaslab_group_allocatable()
/freebsd/sys/contrib/openzfs/include/sys/
H A Dvdev_impl.h239 uint64_t vdev_state; /* see VDEV_STATE_* #defines */ member
/freebsd/cddl/usr.sbin/zfsd/tests/
H A Dzfsd_unittest.cc138 MOCK_CONST_METHOD0(State, vdev_state());
/freebsd/sys/contrib/openzfs/include/sys/fs/
H A Dzfs.h1018 typedef enum vdev_state { enum
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dvdev_geom.c165 if (vd->vdev_state != VDEV_STATE_HEALTHY) in vdev_geom_resize()
/freebsd/sys/cddl/boot/zfs/
H A Dzfsimpl.h864 typedef enum vdev_state { enum
/freebsd/sys/contrib/openzfs/cmd/
H A Dztest.c4320 tvd->vdev_state, in online_vdev()
4422 if (tvd->vdev_state != VDEV_STATE_HEALTHY || in ztest_vdev_LUN_growth()
4445 tvd->vdev_state != VDEV_STATE_HEALTHY) { in ztest_vdev_LUN_growth()
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs.abi6416 <enum-decl name='vdev_state' id='21566197'>