Lines Matching refs:is_log
392 make_leaf_vdev(const char *arg, uint64_t is_log) in make_leaf_vdev() argument
475 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() local
573 (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() local
1179 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()
1234 if (is_log) { in construct_spec()
1290 ZPOOL_CONFIG_IS_LOG, is_log) == 0); in construct_spec()
1309 if ((nv = make_leaf_vdev(argv[0], is_log)) == NULL) in construct_spec()
1311 if (is_log) in construct_spec()