Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/zpool/
H A Dzpool_util.c82 (void) nvlist_lookup_uint64(child[c], ZPOOL_CONFIG_IS_LOG, in num_logs()
H A Dzpool_vdev.c477 verify(nvlist_add_uint64(vdev, ZPOOL_CONFIG_IS_LOG, is_log) == 0); in make_leaf_vdev()
619 (void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_LOG, &is_log); in get_replication()
1443 ZPOOL_CONFIG_IS_LOG, is_log) == 0); in construct_spec()
1610 (void) nvlist_lookup_uint64(top[t], ZPOOL_CONFIG_IS_LOG, &log); in num_normal_vdevs()
H A Dzpool_main.c542 (void) nvlist_lookup_uint64(child[c], ZPOOL_CONFIG_IS_LOG, in print_vdev_tree()
2014 (void) nvlist_lookup_uint64(child[c], ZPOOL_CONFIG_IS_LOG, in print_status_config()
2107 (void) nvlist_lookup_uint64(child[c], ZPOOL_CONFIG_IS_LOG, in print_import_config()
2171 (void) nvlist_lookup_uint64(child[c], ZPOOL_CONFIG_IS_LOG, in print_class_vdevs()
4108 (void) nvlist_lookup_uint64(newchild[c], ZPOOL_CONFIG_IS_LOG, in print_vdev_stats()
4136 ZPOOL_CONFIG_IS_LOG, &islog); in print_vdev_stats()
5298 ZPOOL_CONFIG_IS_LOG, &islog) == 0 && islog) in print_list_stats()
5318 if (nvlist_lookup_uint64(child[c], ZPOOL_CONFIG_IS_LOG, in print_list_stats()
/illumos-gate/usr/src/common/zfs/
H A Dzfs_comutil.c61 (void) nvlist_lookup_uint64(child[c], ZPOOL_CONFIG_IS_LOG, in zfs_allocatable_devs()
/illumos-gate/usr/src/cmd/bhyve/test/tests/mevent/
H A Dvnode_zvol.c93 fnvlist_add_uint64(vdevs[0], ZPOOL_CONFIG_IS_LOG, 0); in create_zpool()
/illumos-gate/usr/src/lib/libzpool/common/
H A Dutil.c73 (void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_LOG, &is_log); in show_vdev_stats()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa_config.c436 ZPOOL_CONFIG_IS_LOG, 1ULL); in spa_config_generate()
H A Dvdev_label.c481 fnvlist_add_uint64(nv, ZPOOL_CONFIG_IS_LOG, vd->vdev_islog); in vdev_config_generate()
H A Dvdev.c607 (void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_LOG, &islog); in vdev_alloc()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dzfs.h679 #define ZPOOL_CONFIG_IS_LOG "is_log" macro
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h787 #define ZPOOL_CONFIG_IS_LOG "is_log" macro
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c1761 (void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_LOG, in print_vdev_tree()
2540 ZPOOL_CONFIG_IS_LOG, &is_log) == 0 && in vdev_to_nvlist_iter()
3412 (void) nvlist_lookup_uint64(child[c], ZPOOL_CONFIG_IS_LOG, in zpool_vdev_split()
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfsimpl.c890 (void) nvlist_find(nvlist, ZPOOL_CONFIG_IS_LOG, DATA_TYPE_UINT64, NULL, in vdev_set_initial_state()
/illumos-gate/usr/src/cmd/ztest/
H A Dztest.c1043 VERIFY(nvlist_add_uint64(child[c], ZPOOL_CONFIG_IS_LOG, in make_vdev_root()