Searched defs:is_log (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libzpool/common/
H A Dutil.c72 uint64_t is_log = 0; local
87 (void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_LOG, &is_log);
89 if (is_log)
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_vdev.c417 make_leaf_vdev(libzfs_handle_t *hdl, const char *arg, uint64_t is_log) argument
537 verify(nvlist_add_uint64(vdev, ZPOOL_CONFIG_IS_LOG, is_log) == 0);
878 uint64_t is_log = B_FALSE; local
886 (void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_LOG, &is_log);
921 prev = is_log ? slog : pool;
1300 uint64_t is_log; local
1312 is_log = B_FALSE;
1335 is_log = B_FALSE;
1345 is_log = B_TRUE;
1350 * We just set is_log an
[all...]
H A Dlibzfs_pool.c1564 uint64_t is_log = 0; local
1567 &is_log);
1571 is_log ? " [log]" : "");
1890 uint64_t is_log; local
2041 * The 'is_log' value is only set for the toplevel
2048 ZPOOL_CONFIG_IS_LOG, &is_log) == 0 &&
2049 is_log) {
2980 uint64_t is_log = B_FALSE, is_hole = B_FALSE; local
2991 &is_log);
2994 if (is_log || is_hol
[all...]

Completed in 33 milliseconds