Searched refs:ZPOOL_CONFIG_IS_LOG (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/cmd/zpool/ |
H A D | zpool_util.c | 80 (void) nvlist_lookup_uint64(child[c], ZPOOL_CONFIG_IS_LOG, in num_logs()
|
H A D | zpool_vdev.c | 475 verify(nvlist_add_uint64(vdev, ZPOOL_CONFIG_IS_LOG, is_log) == 0); in make_leaf_vdev() 573 (void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_LOG, &is_log); in get_replication() 1290 ZPOOL_CONFIG_IS_LOG, is_log) == 0); in construct_spec()
|
H A D | zpool_main.c | 376 (void) nvlist_lookup_uint64(child[c], ZPOOL_CONFIG_IS_LOG, in print_vdev_tree() 1303 (void) nvlist_lookup_uint64(child[c], ZPOOL_CONFIG_IS_LOG, in print_status_config() 1382 (void) nvlist_lookup_uint64(child[c], ZPOOL_CONFIG_IS_LOG, in print_import_config() 1437 (void) nvlist_lookup_uint64(child[c], ZPOOL_CONFIG_IS_LOG, in print_logs() 2267 (void) nvlist_lookup_uint64(newchild[c], ZPOOL_CONFIG_IS_LOG, in print_vdev_stats() 2290 ZPOOL_CONFIG_IS_LOG, &islog); in print_vdev_stats() 2854 ZPOOL_CONFIG_IS_LOG, &islog) == 0 && islog) { in print_list_stats() 2868 if (nvlist_lookup_uint64(child[c], ZPOOL_CONFIG_IS_LOG, in print_list_stats()
|
/titanic_50/usr/src/common/zfs/ |
H A D | zfs_comutil.c | 61 (void) nvlist_lookup_uint64(child[c], ZPOOL_CONFIG_IS_LOG, in zfs_allocatable_devs()
|
/titanic_50/usr/src/lib/libzpool/common/ |
H A D | util.c | 60 (void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_LOG, &is_log); in show_vdev_stats()
|
/titanic_50/usr/src/uts/common/fs/zfs/ |
H A D | spa_config.c | 423 VERIFY(nvlist_add_uint64(config, ZPOOL_CONFIG_IS_LOG, in spa_config_generate()
|
H A D | vdev_label.c | 281 fnvlist_add_uint64(nv, ZPOOL_CONFIG_IS_LOG, vd->vdev_islog); in vdev_config_generate()
|
H A D | vdev.c | 421 (void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_LOG, &islog); in vdev_alloc()
|
/titanic_50/usr/src/uts/common/sys/fs/ |
H A D | zfs.h | 535 #define ZPOOL_CONFIG_IS_LOG "is_log" macro
|
/titanic_50/usr/src/lib/libzfs/common/ |
H A D | libzfs_pool.c | 1562 (void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_LOG, in print_vdev_tree() 2043 ZPOOL_CONFIG_IS_LOG, &is_log) == 0 && in vdev_to_nvlist_iter() 2877 (void) nvlist_lookup_uint64(child[c], ZPOOL_CONFIG_IS_LOG, in zpool_vdev_split()
|
/titanic_50/usr/src/cmd/ztest/ |
H A D | ztest.c | 936 VERIFY(nvlist_add_uint64(child[c], ZPOOL_CONFIG_IS_LOG, in make_vdev_root()
|