Searched refs:ZPOOL_CONFIG_IS_LOG (Results 1 – 14 of 14) sorted by relevance
/freebsd/sys/contrib/openzfs/cmd/zpool/ |
H A D | zpool_util.c | 98 (void) nvlist_lookup_uint64(child[c], ZPOOL_CONFIG_IS_LOG, in num_logs()
|
H A D | zpool_vdev.c | 518 (void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_LOG, &is_log); in get_replication() 1655 ZPOOL_CONFIG_IS_LOG, is_log) == 0); in construct_spec() 1703 ZPOOL_CONFIG_IS_LOG, is_log) == 0); in construct_spec() 1833 (void) nvlist_lookup_uint64(top[t], ZPOOL_CONFIG_IS_LOG, &log); in num_normal_vdevs()
|
H A D | zpool_main.c | 930 (void) nvlist_lookup_uint64(child[c], ZPOOL_CONFIG_IS_LOG, in print_vdev_tree() 1204 (void) nvlist_lookup_uint64(nvdev, ZPOOL_CONFIG_IS_LOG, &log); in fill_vdev_info() 3174 (void) nvlist_lookup_uint64(child[c], ZPOOL_CONFIG_IS_LOG, in print_status_config() 3278 (void) nvlist_lookup_uint64(child[c], ZPOOL_CONFIG_IS_LOG, in print_import_config() 3342 (void) nvlist_lookup_uint64(child[c], ZPOOL_CONFIG_IS_LOG, in print_class_vdevs() 5675 (void) nvlist_lookup_uint64(newchild[c], ZPOOL_CONFIG_IS_LOG, in print_vdev_stats() 5703 ZPOOL_CONFIG_IS_LOG, &islog); in print_vdev_stats() 7125 ZPOOL_CONFIG_IS_LOG, &islog) == 0 && islog) in collect_list_stats() 7159 if (nvlist_lookup_uint64(child[c], ZPOOL_CONFIG_IS_LOG, in collect_list_stats() 9373 (void) nvlist_lookup_uint64(child[c], ZPOOL_CONFIG_IS_LOG, in vdev_stats_nvlist() [all …]
|
/freebsd/sys/contrib/openzfs/module/zcommon/ |
H A D | zfs_comutil.c | 60 (void) nvlist_lookup_uint64(child[c], ZPOOL_CONFIG_IS_LOG, in zfs_allocatable_devs()
|
/freebsd/sys/contrib/openzfs/lib/libzpool/ |
H A D | util.c | 72 (void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_LOG, &is_log); in show_vdev_stats()
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | spa_config.c | 487 ZPOOL_CONFIG_IS_LOG, 1ULL); in spa_config_generate()
|
H A D | vdev_label.c | 514 fnvlist_add_uint64(nv, ZPOOL_CONFIG_IS_LOG, vd->vdev_islog); in vdev_config_generate()
|
H A D | vdev_draid.c | 1738 fnvlist_add_uint64(spare, ZPOOL_CONFIG_IS_LOG, 0); in vdev_draid_spare_create()
|
H A D | vdev.c | 811 (void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_LOG, &islog); in vdev_alloc()
|
/freebsd/sys/contrib/openzfs/include/sys/fs/ |
H A D | zfs.h | 823 #define ZPOOL_CONFIG_IS_LOG "is_log" macro
|
/freebsd/sys/cddl/boot/zfs/ |
H A D | zfsimpl.h | 824 #define ZPOOL_CONFIG_IS_LOG "is_log" macro
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_pool.c | 2129 (void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_LOG, in print_vdev_tree() 3045 ZPOOL_CONFIG_IS_LOG, &is_log) == 0 && in vdev_to_nvlist_iter() 3926 (void) nvlist_lookup_uint64(child[c], ZPOOL_CONFIG_IS_LOG, in zpool_vdev_split()
|
/freebsd/stand/libsa/zfs/ |
H A D | zfsimpl.c | 899 (void) nvlist_find(nvlist, ZPOOL_CONFIG_IS_LOG, DATA_TYPE_UINT64, NULL, in vdev_set_initial_state()
|
/freebsd/sys/contrib/openzfs/cmd/ |
H A D | ztest.c | 1434 fnvlist_add_uint64(child[c], ZPOOL_CONFIG_IS_LOG, log); in make_vdev_root()
|