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()
391 make_leaf_vdev(const char *arg, uint64_t is_log) in make_leaf_vdev() argument474 verify(nvlist_add_uint64(vdev, ZPOOL_CONFIG_IS_LOG, is_log) == 0); in make_leaf_vdev()562 uint64_t is_log = B_FALSE; in get_replication() local570 (void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_LOG, &is_log); in get_replication()571 if (is_log) in get_replication()1166 uint64_t is_log; in construct_spec() local1176 is_log = B_FALSE; in construct_spec()1198 is_log = B_FALSE; in construct_spec()1210 is_log = B_TRUE; in construct_spec()1228 is_log = B_FALSE; in construct_spec()[all …]
372 uint64_t is_log = B_FALSE; in print_vdev_tree() local375 &is_log); in print_vdev_tree()376 if ((is_log && !print_logs) || (!is_log && print_logs)) in print_vdev_tree()1378 uint64_t is_log = B_FALSE; in print_import_config() local1381 &is_log); in print_import_config()1382 if (is_log) in print_import_config()1432 uint64_t is_log = B_FALSE; in print_logs() local1436 &is_log); in print_logs()1437 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()
1545 uint64_t is_log = 0; in print_vdev_tree() local1548 &is_log); in print_vdev_tree()1552 is_log ? " [log]" : ""); in print_vdev_tree()1873 uint64_t is_log; in vdev_to_nvlist_iter() local2027 ZPOOL_CONFIG_IS_LOG, &is_log) == 0 && in vdev_to_nvlist_iter()2028 is_log) { in vdev_to_nvlist_iter()2851 uint64_t is_log = B_FALSE, is_hole = B_FALSE; in zpool_vdev_split() local2862 &is_log); in zpool_vdev_split()2865 if (is_log || is_hole) { in zpool_vdev_split()