Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/cddl/contrib/opensolaris/common/zfs/
Dzfs_comutil.c49 uint64_t is_log; in zfs_allocatable_devs() local
59 is_log = 0; in zfs_allocatable_devs()
61 &is_log); in zfs_allocatable_devs()
62 if (!is_log) in zfs_allocatable_devs()
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/zpool/
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()
Dzpool_vdev.c418 make_leaf_vdev(const char *arg, uint64_t is_log) in make_leaf_vdev() argument
511 verify(nvlist_add_uint64(vdev, ZPOOL_CONFIG_IS_LOG, is_log) == 0); in make_leaf_vdev()
512 if (is_log) in make_leaf_vdev()
622 uint64_t is_log = B_FALSE; in get_replication() local
630 (void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_LOG, &is_log); in get_replication()
631 if (is_log) in get_replication()
1332 uint64_t is_log, is_special, is_dedup; in construct_spec() local
1342 is_log = is_special = is_dedup = B_FALSE; in construct_spec()
1364 is_log = is_special = is_dedup = B_FALSE; in construct_spec()
1376 is_log = B_TRUE; in construct_spec()
[all …]
Dzpool_main.c412 uint64_t is_log = B_FALSE; in print_vdev_tree() local
416 &is_log); in print_vdev_tree()
417 if (is_log) in print_vdev_tree()
1859 uint64_t is_log = B_FALSE; in print_import_config() local
1862 &is_log); in print_import_config()
1863 if (is_log) in print_import_config()
1921 uint64_t is_log = B_FALSE; in print_class_vdevs() local
1926 &is_log); in print_class_vdevs()
1928 if (is_log) { in print_class_vdevs()
1939 if (!is_log && strcmp(type, VDEV_TYPE_INDIRECT) == 0) in print_class_vdevs()
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzpool/common/
Dutil.c48 uint64_t is_log = 0; in show_vdev_stats() local
65 (void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_LOG, &is_log); in show_vdev_stats()
76 } else if (is_log) { in show_vdev_stats()
/freebsd-12-stable/sys/ofed/drivers/infiniband/ulp/sdp/
Dsdp_proc.c209 int is_log) in sdpstats_seq_hist() argument
229 int val = is_log ? (i == n-1 ? 0 : 1<<i) : i; in sdpstats_seq_hist()
256 #define __sdpstats_seq_hist(seq, msg, hist, is_log) ({ \ argument
261 sdpstats_seq_hist(seq, msg, tmp_hist, hist_len, is_log);\
/freebsd-12-stable/cddl/contrib/opensolaris/lib/libzfs/common/
Dlibzfs_pool.c1719 uint64_t is_log = 0; in print_vdev_tree() local
1722 &is_log); in print_vdev_tree()
1726 is_log ? " [log]" : ""); in print_vdev_tree()
2212 uint64_t is_log; local
2370 ZPOOL_CONFIG_IS_LOG, &is_log) == 0 &&
2371 is_log) {
3210 uint64_t is_log = B_FALSE, is_hole = B_FALSE; local
3221 &is_log);
3224 if (is_log || is_hole) {
/freebsd-12-stable/stand/libsa/zfs/
Dzfsimpl.c870 uint64_t is_log; in vdev_set_initial_state() local
873 is_log = 0; in vdev_set_initial_state()
885 &is_log, NULL); in vdev_set_initial_state()
898 vdev->v_islog = is_log != 0; in vdev_set_initial_state()