Home
last modified time | relevance | path

Searched refs:is_log (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/cmd/zpool/
H A Dzpool_util.c78 uint64_t is_log = B_FALSE; in num_logs() local
81 &is_log); in num_logs()
82 if (is_log) in num_logs()
H A Dzpool_vdev.c392 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()
[all …]
H A Dzpool_main.c374 uint64_t is_log = B_FALSE; in print_vdev_tree() local
377 &is_log); in print_vdev_tree()
378 if ((is_log && !print_logs) || (!is_log && print_logs)) in print_vdev_tree()
1380 uint64_t is_log = B_FALSE; in print_import_config() local
1383 &is_log); in print_import_config()
1384 if (is_log) in print_import_config()
1434 uint64_t is_log = B_FALSE; in print_logs() local
1438 &is_log); in print_logs()
1439 if (!is_log) in print_logs()
/titanic_50/usr/src/common/zfs/
H A Dzfs_comutil.c50 uint64_t is_log; in zfs_allocatable_devs() local
60 is_log = 0; in zfs_allocatable_devs()
62 &is_log); in zfs_allocatable_devs()
63 if (!is_log) in zfs_allocatable_devs()
/titanic_50/usr/src/lib/libzpool/common/
H A Dutil.c45 uint64_t is_log = 0; in show_vdev_stats() local
60 (void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_LOG, &is_log); in show_vdev_stats()
62 if (is_log) in show_vdev_stats()
/titanic_50/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c1560 uint64_t is_log = 0; in print_vdev_tree() local
1563 &is_log); in print_vdev_tree()
1567 is_log ? " [log]" : ""); in print_vdev_tree()
1889 uint64_t is_log; in vdev_to_nvlist_iter() local
2043 ZPOOL_CONFIG_IS_LOG, &is_log) == 0 && in vdev_to_nvlist_iter()
2044 is_log) { in vdev_to_nvlist_iter()
2867 uint64_t is_log = B_FALSE, is_hole = B_FALSE; in zpool_vdev_split() local
2878 &is_log); in zpool_vdev_split()
2881 if (is_log || is_hole) { in zpool_vdev_split()