Searched refs:zpool_get_config (Results 1 – 15 of 15) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_config.c | 220 zpool_get_config(zpool_handle_t *zhp, nvlist_t **oldconfig) in zpool_get_config() function 236 config = zpool_get_config(zhp, NULL); in zpool_get_features() 248 config = zpool_get_config(zhp, NULL); in zpool_get_features()
|
| H A D | libzfs_import.c | 379 (pool_config = zpool_get_config(zhp, NULL)) in zpool_in_use()
|
| H A D | libzfs_pool.c | 265 verify(nvlist_lookup_nvlist(zpool_get_config(zhp, NULL), in zpool_get_state_str() 3211 verify(nvlist_lookup_nvlist(zpool_get_config(zhp, NULL), in zpool_vdev_attach() 3449 if ((config = zpool_get_config(zhp, NULL)) == NULL) { in zpool_vdev_split()
|
| H A D | libzfs_dataset.c | 5407 config = zpool_get_config(zhp, NULL); in volsize_from_vdevs()
|
| H A D | libzfs.abi | 303 …<elf-symbol name='zpool_get_config' type='func-type' binding='global-binding' visibility='default-… 1158 …zpool_get_config' mangled-name='zpool_get_config' filepath='/home/fedora/zfs/lib/libzfs/libzfs_con…
|
| /f-stack/freebsd/contrib/openzfs/cmd/zed/agents/ |
| H A D | zfs_retire.c | 161 config = zpool_get_config(zhp, NULL); in find_by_guid() 193 config = zpool_get_config(zhp, NULL); in replace_with_spare()
|
| H A D | zfs_mod.c | 120 verify(nvlist_lookup_nvlist(zpool_get_config(zhp, NULL), in zfs_toplevel_state() 566 if ((config = zpool_get_config(zhp, NULL)) != NULL) { in zfs_iter_pool()
|
| H A D | zfs_agents.c | 141 if ((config = zpool_get_config(zhp, NULL)) != NULL) { in zfs_agent_iter_pool()
|
| H A D | zfs_diagnosis.c | 235 if ((config = zpool_get_config(zhp, NULL)) == NULL) { in zfs_mark_pool() 293 if ((config = zpool_get_config(zhp, NULL)) == NULL) { in zpool_find_load_time()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_main.c | 1938 config = zpool_get_config(zhp, NULL); in find_spare() 4930 config = zpool_get_config(zhp, NULL); in get_stat_flags_cb() 6086 config = zpool_get_config(zhp, NULL); in list_callback() 6970 config = zpool_get_config(zhp, NULL); in zpool_has_checkpoint() 7673 config = zpool_get_config(zhp, NULL); in print_removal_status() 7932 config = zpool_get_config(zhp, NULL); in status_callback() 8584 config = zpool_get_config(zhp, NULL); in upgrade_version() 8667 config = zpool_get_config(zhp, NULL); in upgrade_cb() 8716 config = zpool_get_config(zhp, NULL); in upgrade_list_older_cb() 8749 config = zpool_get_config(zhp, NULL); in upgrade_list_disabled_cb() [all …]
|
| H A D | zpool_iter.c | 326 if ((config = zpool_get_config(zhp, NULL)) != NULL) { in for_each_vdev()
|
| H A D | zpool_vdev.c | 1825 if (zhp && ((poolconfig = zpool_get_config(zhp, NULL)) == NULL)) { in make_root_vdev()
|
| /f-stack/freebsd/contrib/openzfs/include/ |
| H A D | libzfs.h | 409 extern nvlist_t *zpool_get_config(zpool_handle_t *, nvlist_t **);
|
| /f-stack/freebsd/contrib/openzfs/cmd/zpool_influxdb/ |
| H A D | zpool_influxdb.c | 727 config = zpool_get_config(zhp, NULL); in print_stats()
|
| /f-stack/freebsd/contrib/openzfs/cmd/zfs/ |
| H A D | zfs_main.c | 907 nvlist_t *config = zpool_get_config(zhp, NULL); in default_volblocksize()
|