Lines Matching refs:is_log
391 make_leaf_vdev(const char *arg, uint64_t is_log) in make_leaf_vdev() argument
474 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() local
570 (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() local
1176 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()
1231 if (is_log) { in construct_spec()
1287 ZPOOL_CONFIG_IS_LOG, is_log) == 0); in construct_spec()
1306 if ((nv = make_leaf_vdev(argv[0], is_log)) == NULL) in construct_spec()
1308 if (is_log) in construct_spec()