Searched refs:is_log (Results 1 – 6 of 6) sorted by relevance
79 uint64_t is_log = B_FALSE; in num_logs() local82 &is_log); in num_logs()83 if (is_log) in num_logs()
506 uint64_t is_log = B_FALSE; in get_replication() local515 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 …]
672 uint64_t is_log = B_FALSE, is_hole = B_FALSE; in print_vdev_tree() local683 &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() local2490 &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() local2554 &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()
48 uint64_t is_log; in zfs_allocatable_devs() local58 is_log = 0; in zfs_allocatable_devs()60 &is_log); in zfs_allocatable_devs()61 if (!is_log) in zfs_allocatable_devs()
51 uint64_t is_log = 0; in show_vdev_stats() local70 (void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_LOG, &is_log); in show_vdev_stats()81 } else if (is_log) { in show_vdev_stats()
1804 uint64_t is_log = 0; in print_vdev_tree() local1807 &is_log); in print_vdev_tree()1811 is_log ? " [log]" : ""); in print_vdev_tree()2502 uint64_t is_log; in vdev_to_nvlist_iter() local2625 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() local3503 &is_log); in zpool_vdev_split()[all …]