Home
last modified time | relevance | path

Searched refs:is_log (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/openzfs/cmd/zpool/
H A Dzpool_util.c79 uint64_t is_log = B_FALSE; in num_logs() local
82 &is_log); in num_logs()
83 if (is_log) in num_logs()
H A Dzpool_vdev.c506 uint64_t is_log = B_FALSE; in get_replication() local
515 if (is_log) in get_replication()
1499 is_log = B_TRUE; in construct_spec()
1512 is_log = is_dedup = is_spare = B_FALSE; in construct_spec()
1534 is_log = is_special = B_FALSE; in construct_spec()
1538 if (is_log || is_special || is_dedup) { in construct_spec()
1543 "device: %s\n"), is_log ? "log" : in construct_spec()
1609 ZPOOL_CONFIG_IS_LOG, is_log) == 0); in construct_spec()
1610 if (is_log) { in construct_spec()
1657 ZPOOL_CONFIG_IS_LOG, is_log) == 0); in construct_spec()
[all …]
H A Dzpool_main.c672 uint64_t is_log = B_FALSE, is_hole = B_FALSE; in print_vdev_tree() local
683 &is_log); in print_vdev_tree()
684 if (is_log) in print_vdev_tree()
2487 uint64_t is_log = B_FALSE; in print_import_config() local
2490 &is_log); in print_import_config()
2491 if (is_log) in print_import_config()
2549 uint64_t is_log = B_FALSE; in print_class_vdevs() local
2554 &is_log); in print_class_vdevs()
2556 if (is_log) { in print_class_vdevs()
2567 if (!is_log && strcmp(type, VDEV_TYPE_INDIRECT) == 0) in print_class_vdevs()
/f-stack/freebsd/contrib/openzfs/module/zcommon/
H A Dzfs_comutil.c48 uint64_t is_log; in zfs_allocatable_devs() local
58 is_log = 0; in zfs_allocatable_devs()
60 &is_log); in zfs_allocatable_devs()
61 if (!is_log) in zfs_allocatable_devs()
/f-stack/freebsd/contrib/openzfs/lib/libzpool/
H A Dutil.c51 uint64_t is_log = 0; in show_vdev_stats() local
70 (void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_LOG, &is_log); in show_vdev_stats()
81 } else if (is_log) { in show_vdev_stats()
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c1804 uint64_t is_log = 0; in print_vdev_tree() local
1807 &is_log); in print_vdev_tree()
1811 is_log ? " [log]" : ""); in print_vdev_tree()
2502 uint64_t is_log; in vdev_to_nvlist_iter() local
2625 ZPOOL_CONFIG_IS_LOG, &is_log) == 0 && in vdev_to_nvlist_iter()
2626 is_log) { in vdev_to_nvlist_iter()
2916 if (is_log != NULL) in zpool_vdev_path_to_guid_impl()
2917 *is_log = log; in zpool_vdev_path_to_guid_impl()
3491 uint64_t is_log = B_FALSE, is_hole = B_FALSE; in zpool_vdev_split() local
3503 &is_log); in zpool_vdev_split()
[all …]