Lines Matching defs:is_log
392 make_leaf_vdev(const char *arg, uint64_t is_log)
475 verify(nvlist_add_uint64(vdev, ZPOOL_CONFIG_IS_LOG, is_log) == 0);
565 uint64_t is_log = B_FALSE;
573 (void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_LOG, &is_log);
574 if (is_log)
1169 uint64_t is_log;
1179 is_log = B_FALSE;
1201 is_log = B_FALSE;
1213 is_log = B_TRUE;
1218 * We just set is_log and continue.
1231 is_log = B_FALSE;
1234 if (is_log) {
1290 ZPOOL_CONFIG_IS_LOG, is_log) == 0);
1309 if ((nv = make_leaf_vdev(argv[0], is_log)) == NULL)
1311 if (is_log)