Home
last modified time | relevance | path

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

/titanic_44/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.c391 make_leaf_vdev(const char *arg, uint64_t is_log) in make_leaf_vdev() argument
474 verify(nvlist_add_uint64(vdev, ZPOOL_CONFIG_IS_LOG, is_log) == 0); in make_leaf_vdev()
562 uint64_t is_log = B_FALSE; in get_replication() local
570 (void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_LOG, &is_log); in get_replication()
571 if (is_log) in get_replication()
1166 uint64_t is_log; in construct_spec() local
1176 is_log = B_FALSE; in construct_spec()
1198 is_log = B_FALSE; in construct_spec()
1210 is_log = B_TRUE; in construct_spec()
1228 is_log = B_FALSE; in construct_spec()
[all …]
H A Dzpool_main.c372 uint64_t is_log = B_FALSE; in print_vdev_tree() local
375 &is_log); in print_vdev_tree()
376 if ((is_log && !print_logs) || (!is_log && print_logs)) in print_vdev_tree()
1378 uint64_t is_log = B_FALSE; in print_import_config() local
1381 &is_log); in print_import_config()
1382 if (is_log) in print_import_config()
1432 uint64_t is_log = B_FALSE; in print_logs() local
1436 &is_log); in print_logs()
1437 if (!is_log) in print_logs()
/titanic_44/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_44/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_44/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c1545 uint64_t is_log = 0; in print_vdev_tree() local
1548 &is_log); in print_vdev_tree()
1552 is_log ? " [log]" : ""); in print_vdev_tree()
1873 uint64_t is_log; in vdev_to_nvlist_iter() local
2027 ZPOOL_CONFIG_IS_LOG, &is_log) == 0 && in vdev_to_nvlist_iter()
2028 is_log) { in vdev_to_nvlist_iter()
2851 uint64_t is_log = B_FALSE, is_hole = B_FALSE; in zpool_vdev_split() local
2862 &is_log); in zpool_vdev_split()
2865 if (is_log || is_hole) { in zpool_vdev_split()