Searched refs:ZPOOL_CONFIG_POOL_STATE (Results 1 – 12 of 12) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_import.c | 189 if (nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_STATE, in zpool_clear_label() 198 ZPOOL_CONFIG_POOL_STATE, &l2cache) == 0 && in zpool_clear_label() 323 verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_STATE, in zpool_in_use()
|
| H A D | libzfs_status.c | 241 verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_STATE, in check_status()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzutil/ |
| H A D | zutil_import.c | 290 if (nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_STATE, in add_config() 580 ZPOOL_CONFIG_POOL_STATE); in get_configs() 582 ZPOOL_CONFIG_POOL_STATE, state); in get_configs() 923 if (nvlist_lookup_uint64(*config, ZPOOL_CONFIG_POOL_STATE, in zpool_read_label() 1298 ZPOOL_CONFIG_POOL_STATE, &state) == 0 && in zpool_find_import_impl()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | spa_config.c | 442 fnvlist_add_uint64(config, ZPOOL_CONFIG_POOL_STATE, spa_state(spa)); in spa_config_generate()
|
| H A D | vdev_label.c | 866 if (nvlist_lookup_uint64(label, ZPOOL_CONFIG_POOL_STATE, in vdev_inuse() 1078 VERIFY(nvlist_add_uint64(label, ZPOOL_CONFIG_POOL_STATE, in vdev_label_init() 1091 VERIFY(nvlist_add_uint64(label, ZPOOL_CONFIG_POOL_STATE, in vdev_label_init()
|
| H A D | vdev.c | 2200 if (nvlist_lookup_uint64(label, ZPOOL_CONFIG_POOL_STATE, in vdev_validate() 2206 ZPOOL_CONFIG_POOL_STATE); in vdev_validate() 3436 nvlist_lookup_uint64(label, ZPOOL_CONFIG_POOL_STATE, &state) != 0) { in vdev_validate_aux()
|
| H A D | spa.c | 2950 (void) nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_STATE, &state); in spa_activity_check_required() 6126 if (nvlist_lookup_uint64(tryconfig, ZPOOL_CONFIG_POOL_STATE, &state)) 6166 VERIFY(nvlist_add_uint64(config, ZPOOL_CONFIG_POOL_STATE, 7545 VERIFY(nvlist_add_uint64(config, ZPOOL_CONFIG_POOL_STATE,
|
| H A D | vdev_draid.c | 2691 fnvlist_add_uint64(nv, ZPOOL_CONFIG_POOL_STATE, in vdev_draid_read_config_spare()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/fs/ |
| H A D | zfs.h | 605 #define ZPOOL_CONFIG_POOL_STATE "state" macro
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/zfs/ |
| H A D | vdev_geom.c | 489 if (nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_STATE, in vdev_geom_read_config()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 2611 verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_STATE, in show_import() 2945 state = fnvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_STATE); in zfs_force_import_required() 3572 verify(nvlist_lookup_uint64(config, ZPOOL_CONFIG_POOL_STATE, in zpool_do_import()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zdb/ |
| H A D | zdb.c | 4692 ZPOOL_CONFIG_POOL_STATE, &l2cache) == 0 && in dump_label()
|