Searched refs:is_log (Results 1 – 6 of 6) sorted by relevance
49 uint64_t is_log; in zfs_allocatable_devs() local59 is_log = 0; in zfs_allocatable_devs()61 &is_log); in zfs_allocatable_devs()62 if (!is_log) in zfs_allocatable_devs()
78 uint64_t is_log = B_FALSE; in num_logs() local81 &is_log); in num_logs()82 if (is_log) in num_logs()
435 make_leaf_vdev(const char *arg, uint64_t is_log) in make_leaf_vdev() argument528 verify(nvlist_add_uint64(vdev, ZPOOL_CONFIG_IS_LOG, is_log) == 0); in make_leaf_vdev()619 uint64_t is_log = B_FALSE; in get_replication() local627 (void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_LOG, &is_log); in get_replication()628 if (is_log) in get_replication()1231 uint64_t is_log; in construct_spec() local1241 is_log = B_FALSE; in construct_spec()1263 is_log = B_FALSE; in construct_spec()1275 is_log = B_TRUE; in construct_spec()1293 is_log = B_FALSE; in construct_spec()[all …]
381 uint64_t is_log = B_FALSE; in print_vdev_tree() local384 &is_log); in print_vdev_tree()385 if ((is_log && !print_logs) || (!is_log && print_logs)) in print_vdev_tree()1547 uint64_t is_log = B_FALSE; in print_import_config() local1550 &is_log); in print_import_config()1551 if (is_log) in print_import_config()1601 uint64_t is_log = B_FALSE; in print_logs() local1605 &is_log); in print_logs()1606 if (!is_log) in print_logs()
72 uint64_t is_log = 0; in show_vdev_stats() local87 (void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_LOG, &is_log); in show_vdev_stats()89 if (is_log) in show_vdev_stats()
1599 uint64_t is_log = 0; in print_vdev_tree() local1602 &is_log); in print_vdev_tree()1606 is_log ? " [log]" : ""); in print_vdev_tree()1935 uint64_t is_log; local2093 ZPOOL_CONFIG_IS_LOG, &is_log) == 0 &&2094 is_log) {2929 uint64_t is_log = B_FALSE, is_hole = B_FALSE; local2940 &is_log);2943 if (is_log || is_hole) {