Searched refs:is_log (Results 1 – 6 of 6) sorted by relevance
78 uint64_t is_log = B_FALSE; in num_logs() local81 &is_log); in num_logs()82 if (is_log) in num_logs()
392 make_leaf_vdev(const char *arg, uint64_t is_log) in make_leaf_vdev() argument475 verify(nvlist_add_uint64(vdev, ZPOOL_CONFIG_IS_LOG, is_log) == 0); in make_leaf_vdev()565 uint64_t is_log = B_FALSE; in get_replication() local573 (void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_LOG, &is_log); in get_replication()574 if (is_log) in get_replication()1169 uint64_t is_log; in construct_spec() local1179 is_log = B_FALSE; in construct_spec()1201 is_log = B_FALSE; in construct_spec()1213 is_log = B_TRUE; in construct_spec()1231 is_log = B_FALSE; in construct_spec()[all …]
374 uint64_t is_log = B_FALSE; in print_vdev_tree() local377 &is_log); in print_vdev_tree()378 if ((is_log && !print_logs) || (!is_log && print_logs)) in print_vdev_tree()1380 uint64_t is_log = B_FALSE; in print_import_config() local1383 &is_log); in print_import_config()1384 if (is_log) in print_import_config()1434 uint64_t is_log = B_FALSE; in print_logs() local1438 &is_log); in print_logs()1439 if (!is_log) in print_logs()
50 uint64_t is_log; in zfs_allocatable_devs() local60 is_log = 0; in zfs_allocatable_devs()62 &is_log); in zfs_allocatable_devs()63 if (!is_log) in zfs_allocatable_devs()
45 uint64_t is_log = 0; in show_vdev_stats() local60 (void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_LOG, &is_log); in show_vdev_stats()62 if (is_log) in show_vdev_stats()
1560 uint64_t is_log = 0; in print_vdev_tree() local1563 &is_log); in print_vdev_tree()1567 is_log ? " [log]" : ""); in print_vdev_tree()1889 uint64_t is_log; in vdev_to_nvlist_iter() local2043 ZPOOL_CONFIG_IS_LOG, &is_log) == 0 && in vdev_to_nvlist_iter()2044 is_log) { in vdev_to_nvlist_iter()2867 uint64_t is_log = B_FALSE, is_hole = B_FALSE; in zpool_vdev_split() local2878 &is_log); in zpool_vdev_split()2881 if (is_log || is_hole) { in zpool_vdev_split()