Searched refs:vdev_state (Results 1 – 18 of 18) sorted by relevance
| /freebsd-13.1/sys/contrib/openzfs/include/os/linux/zfs/sys/ |
| H A D | trace_arc.h | 131 __field(uint64_t, vdev_state) 137 __entry->vdev_state = vd->vdev_state; 142 __entry->vdev_state, ZIO_TP_PRINTK_ARGS) 313 __field(uint64_t, vdev_state) 327 __entry->vdev_state = dev->l2ad_vdev->vdev_state; 341 __entry->vdev_id, __entry->vdev_guid, __entry->vdev_state,
|
| /freebsd-13.1/cddl/usr.sbin/zfsd/ |
| H A D | case_file.h | 157 vdev_state VdevState() const; 383 vdev_state m_vdevState; 409 inline vdev_state
|
| H A D | vdev.cc | 161 vdev_state 183 return (static_cast<vdev_state>(vs->vs_state)); in State()
|
| H A D | vdev.h | 127 virtual vdev_state State() const;
|
| H A D | case_file.cc | 736 vdev_state curState(caseFile->VdevState()); in DeSerializeFile()
|
| /freebsd-13.1/sys/contrib/openzfs/module/zfs/ |
| H A D | vdev.c | 174 switch (vd->vdev_state) { in vdev_dbgmsg_print_tree() 201 (uint_t)vd->vdev_state); in vdev_dbgmsg_print_tree() 615 vd->vdev_state = VDEV_STATE_CLOSED; in vdev_alloc_common() 1270 mvd->vdev_state = cvd->vdev_state; in vdev_add_parent() 3937 oldstate = vd->vdev_state; in vdev_online() 3962 *newstate = vd->vdev_state; in vdev_online() 4242 uint64_t state = vd->vdev_state; in vdev_allocatable() 4406 vs->vs_state = vd->vdev_state; in vdev_get_stats_ex() 4982 if (state == vd->vdev_state) { in vdev_set_state() 4998 save_state = vd->vdev_state; in vdev_set_state() [all …]
|
| H A D | zfs_fm.c | 1066 (vd->vdev_remove_wanted || vd->vdev_state == VDEV_STATE_REMOVED)) in zfs_ereport_is_valid() 1313 FM_EREPORT_PAYLOAD_ZFS_VDEV_STATE, vd->vdev_state)); in zfs_event_create()
|
| H A D | spa.c | 340 rvd->vdev_state, src); in spa_prop_get_config() 843 uint64_t vdev_state; in spa_change_guid_check() local 852 vdev_state = rvd->vdev_state; in spa_change_guid_check() 855 if (vdev_state != VDEV_STATE_HEALTHY) in spa_change_guid_check() 2106 tvd->vdev_state == VDEV_STATE_CANT_OPEN) { in spa_check_for_missing_logs() 2134 tvd->vdev_state == VDEV_STATE_CANT_OPEN) { in spa_check_for_missing_logs() 3514 if (rvd->vdev_state <= VDEV_STATE_CANT_OPEN) { 7594 vml[c]->vdev_state != VDEV_STATE_HEALTHY ||
|
| H A D | vdev_label.c | 1667 if (vd->vdev_state == VDEV_STATE_HEALTHY && in vdev_uberblock_sync()
|
| H A D | spa_misc.c | 2719 vdev_state_t state = rvd->vdev_state; in spa_state_to_name()
|
| H A D | metaslab.c | 5199 vd->vdev_state < VDEV_STATE_HEALTHY) && in metaslab_alloc_dva()
|
| /freebsd-13.1/sys/contrib/openzfs/include/sys/ |
| H A D | vdev_impl.h | 258 uint64_t vdev_state; /* see VDEV_STATE_* #defines */ member
|
| /freebsd-13.1/cddl/usr.sbin/zfsd/tests/ |
| H A D | zfsd_unittest.cc | 138 MOCK_CONST_METHOD0(State, vdev_state());
|
| /freebsd-13.1/sys/contrib/openzfs/include/sys/fs/ |
| H A D | zfs.h | 867 typedef enum vdev_state { enum
|
| /freebsd-13.1/sys/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | vdev_geom.c | 165 if (vd->vdev_state != VDEV_STATE_HEALTHY) in vdev_geom_resize()
|
| /freebsd-13.1/sys/cddl/boot/zfs/ |
| H A D | zfsimpl.h | 886 typedef enum vdev_state { enum
|
| /freebsd-13.1/sys/contrib/openzfs/cmd/ztest/ |
| H A D | ztest.c | 3966 (u_longlong_t)tvd->vdev_state, in online_vdev() 4056 if (tvd->vdev_state != VDEV_STATE_HEALTHY || in ztest_vdev_LUN_growth() 4079 tvd->vdev_state != VDEV_STATE_HEALTHY) { in ztest_vdev_LUN_growth()
|
| /freebsd-13.1/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs.abi | 5342 <enum-decl name='vdev_state' id='21566197'>
|