Lines Matching refs:is_log
393 make_leaf_vdev(nvlist_t *props, const char *arg, uint64_t is_log) in make_leaf_vdev() argument
477 verify(nvlist_add_uint64(vdev, ZPOOL_CONFIG_IS_LOG, is_log) == 0); in make_leaf_vdev()
478 if (is_log) in make_leaf_vdev()
611 uint64_t is_log = B_FALSE; in get_replication() local
619 (void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_LOG, &is_log); in get_replication()
620 if (is_log) in get_replication()
1300 uint64_t is_log, is_special, is_dedup; in construct_spec() local
1310 is_log = is_special = is_dedup = B_FALSE; in construct_spec()
1333 is_log = is_special = is_dedup = B_FALSE; in construct_spec()
1345 is_log = B_TRUE; in construct_spec()
1359 is_log = B_FALSE; in construct_spec()
1368 is_log = B_FALSE; in construct_spec()
1383 is_log = is_special = is_dedup = B_FALSE; in construct_spec()
1386 if (is_log || is_special || is_dedup) { in construct_spec()
1391 "device: %s\n"), is_log ? "log" : in construct_spec()
1448 ZPOOL_CONFIG_IS_LOG, is_log) == 0); in construct_spec()
1449 if (is_log) in construct_spec()
1481 if ((nv = make_leaf_vdev(props, argv[0], is_log)) in construct_spec()
1484 if (is_log) in construct_spec()