Home
last modified time | relevance | path

Searched refs:ZPOOL_CONFIG_IS_LOG (Results 1 – 11 of 11) sorted by relevance

/titanic_50/usr/src/cmd/zpool/
H A Dzpool_util.c80 (void) nvlist_lookup_uint64(child[c], ZPOOL_CONFIG_IS_LOG, in num_logs()
H A Dzpool_vdev.c475 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 Dzpool_main.c376 (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 Dzfs_comutil.c61 (void) nvlist_lookup_uint64(child[c], ZPOOL_CONFIG_IS_LOG, in zfs_allocatable_devs()
/titanic_50/usr/src/lib/libzpool/common/
H A Dutil.c60 (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 Dspa_config.c423 VERIFY(nvlist_add_uint64(config, ZPOOL_CONFIG_IS_LOG, in spa_config_generate()
H A Dvdev_label.c281 fnvlist_add_uint64(nv, ZPOOL_CONFIG_IS_LOG, vd->vdev_islog); in vdev_config_generate()
H A Dvdev.c421 (void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_LOG, &islog); in vdev_alloc()
/titanic_50/usr/src/uts/common/sys/fs/
H A Dzfs.h535 #define ZPOOL_CONFIG_IS_LOG "is_log" macro
/titanic_50/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c1562 (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 Dztest.c936 VERIFY(nvlist_add_uint64(child[c], ZPOOL_CONFIG_IS_LOG, in make_vdev_root()