Searched refs:ZPOOL_CONFIG_IS_LOG (Results 1 – 12 of 12) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_util.c | 81 (void) nvlist_lookup_uint64(child[c], ZPOOL_CONFIG_IS_LOG, in num_logs()
|
| H A D | zpool_vdev.c | 514 (void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_LOG, &is_log); in get_replication() 1609 ZPOOL_CONFIG_IS_LOG, is_log) == 0); in construct_spec() 1657 ZPOOL_CONFIG_IS_LOG, is_log) == 0); in construct_spec() 1787 (void) nvlist_lookup_uint64(top[t], ZPOOL_CONFIG_IS_LOG, &log); in num_normal_vdevs()
|
| H A D | zpool_main.c | 682 (void) nvlist_lookup_uint64(child[c], ZPOOL_CONFIG_IS_LOG, in print_vdev_tree() 2390 (void) nvlist_lookup_uint64(child[c], ZPOOL_CONFIG_IS_LOG, in print_status_config() 2489 (void) nvlist_lookup_uint64(child[c], ZPOOL_CONFIG_IS_LOG, in print_import_config() 2553 (void) nvlist_lookup_uint64(child[c], ZPOOL_CONFIG_IS_LOG, in print_class_vdevs() 4639 (void) nvlist_lookup_uint64(newchild[c], ZPOOL_CONFIG_IS_LOG, in print_vdev_stats() 4667 ZPOOL_CONFIG_IS_LOG, &islog); in print_vdev_stats() 5998 ZPOOL_CONFIG_IS_LOG, &islog) == 0 && islog) in print_list_stats() 6018 if (nvlist_lookup_uint64(child[c], ZPOOL_CONFIG_IS_LOG, in print_list_stats()
|
| /f-stack/freebsd/contrib/openzfs/module/zcommon/ |
| H A D | zfs_comutil.c | 59 (void) nvlist_lookup_uint64(child[c], ZPOOL_CONFIG_IS_LOG, in zfs_allocatable_devs()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzpool/ |
| H A D | util.c | 70 (void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_LOG, &is_log); in show_vdev_stats()
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | spa_config.c | 466 ZPOOL_CONFIG_IS_LOG, 1ULL); in spa_config_generate()
|
| H A D | vdev_label.c | 480 fnvlist_add_uint64(nv, ZPOOL_CONFIG_IS_LOG, vd->vdev_islog); in vdev_config_generate()
|
| H A D | vdev_draid.c | 1931 fnvlist_add_uint64(spare, ZPOOL_CONFIG_IS_LOG, 0); in vdev_draid_spare_create()
|
| H A D | vdev.c | 697 (void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_LOG, &islog); in vdev_alloc()
|
| /f-stack/freebsd/contrib/openzfs/include/sys/fs/ |
| H A D | zfs.h | 694 #define ZPOOL_CONFIG_IS_LOG "is_log" macro
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_pool.c | 1806 (void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_LOG, in print_vdev_tree() 2625 ZPOOL_CONFIG_IS_LOG, &is_log) == 0 && in vdev_to_nvlist_iter() 3502 (void) nvlist_lookup_uint64(child[c], ZPOOL_CONFIG_IS_LOG, in zpool_vdev_split()
|
| /f-stack/freebsd/contrib/openzfs/cmd/ztest/ |
| H A D | ztest.c | 1232 VERIFY(nvlist_add_uint64(child[c], ZPOOL_CONFIG_IS_LOG, in make_vdev_root()
|