HomeSort by: relevance | last modified time | path
    Searched defs:is_log (Results 1 - 6 of 6) sorted by relevancy

  /src/external/cddl/osnet/dist/cmd/zpool/
zpool_util.c 78 uint64_t is_log = B_FALSE; local
81 &is_log);
82 if (is_log)
zpool_vdev.c 435 make_leaf_vdev(const char *arg, uint64_t is_log)
528 verify(nvlist_add_uint64(vdev, ZPOOL_CONFIG_IS_LOG, is_log) == 0);
619 uint64_t is_log = B_FALSE; local
627 (void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_LOG, &is_log);
628 if (is_log)
1231 uint64_t is_log; local
1241 is_log = B_FALSE;
1263 is_log = B_FALSE;
1275 is_log = B_TRUE;
1280 * We just set is_log and continue
    [all...]
zpool_main.c 381 uint64_t is_log = B_FALSE; local
384 &is_log);
385 if ((is_log && !print_logs) || (!is_log && print_logs))
1547 uint64_t is_log = B_FALSE; local
1550 &is_log);
1551 if (is_log)
1583 * but with "is_log" set to 1. We use either print_status_config() or
1586 * works because only the top level vdev is marked "is_log"
1601 uint64_t is_log = B_FALSE local
    [all...]
  /src/external/cddl/osnet/dist/common/zfs/
zfs_comutil.c 49 uint64_t is_log; local
59 is_log = 0;
61 &is_log);
62 if (!is_log)
  /src/external/cddl/osnet/dist/lib/libzpool/common/
util.c 72 uint64_t is_log = 0; local
87 (void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_LOG, &is_log);
89 if (is_log)
  /src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_pool.c 1599 uint64_t is_log = 0; local
1602 &is_log);
1606 is_log ? " [log]" : "");
1935 uint64_t is_log; local
2086 * The 'is_log' value is only set for the toplevel
2093 ZPOOL_CONFIG_IS_LOG, &is_log) == 0 &&
2094 is_log) {
2929 uint64_t is_log = B_FALSE, is_hole = B_FALSE; local
2940 &is_log);
2943 if (is_log || is_hole)
    [all...]

Completed in 22 milliseconds