Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_util.c81 (void) nvlist_lookup_uint64(child[c], ZPOOL_CONFIG_IS_LOG, in num_logs()
H A Dzpool_vdev.c514 (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 Dzpool_main.c682 (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 Dzfs_comutil.c59 (void) nvlist_lookup_uint64(child[c], ZPOOL_CONFIG_IS_LOG, in zfs_allocatable_devs()
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dutil.c70 (void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_LOG, &is_log); in show_vdev_stats()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa_config.c466 ZPOOL_CONFIG_IS_LOG, 1ULL); in spa_config_generate()
H A Dvdev_label.c480 fnvlist_add_uint64(nv, ZPOOL_CONFIG_IS_LOG, vd->vdev_islog); in vdev_config_generate()
H A Dvdev_draid.c1931 fnvlist_add_uint64(spare, ZPOOL_CONFIG_IS_LOG, 0); in vdev_draid_spare_create()
H A Dvdev.c697 (void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_LOG, &islog); in vdev_alloc()
/f-stack/freebsd/contrib/openzfs/include/sys/fs/
H A Dzfs.h694 #define ZPOOL_CONFIG_IS_LOG "is_log" macro
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c1806 (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 Dztest.c1232 VERIFY(nvlist_add_uint64(child[c], ZPOOL_CONFIG_IS_LOG, in make_vdev_root()