Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_util.c95 uint64_t is_log = B_FALSE; in num_logs() local
98 &is_log); in num_logs()
99 if (is_log) in num_logs()
H A Dzpool_vdev.c509 uint64_t is_log = B_FALSE; in get_replication() local
517 (void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_LOG, &is_log); in get_replication()
518 if (is_log) in get_replication()
1496 boolean_t is_log, is_special, is_dedup, is_spare; in construct_spec() local
1506 is_log = is_special = is_dedup = is_spare = B_FALSE; in construct_spec()
1532 is_log = is_special = is_dedup = B_FALSE; in construct_spec()
1544 is_log = B_TRUE; in construct_spec()
1557 is_log = is_dedup = is_spare = B_FALSE; in construct_spec()
1565 is_log = is_special = is_spare = B_FALSE; in construct_spec()
1579 is_log = is_special = B_FALSE; in construct_spec()
[all …]
H A Dzpool_main.c919 uint64_t is_log = B_FALSE, is_hole = B_FALSE; in print_vdev_tree() local
930 &is_log); in print_vdev_tree()
931 if (is_log) in print_vdev_tree()
3275 uint64_t is_log = B_FALSE; in print_import_config() local
3278 &is_log); in print_import_config()
3279 if (is_log) in print_import_config()
3337 uint64_t is_log = B_FALSE; in print_class_vdevs() local
3342 &is_log); in print_class_vdevs()
3344 if (is_log) { in print_class_vdevs()
3355 if (!is_log && strcmp(type, VDEV_TYPE_INDIRECT) == 0) in print_class_vdevs()
[all …]
/freebsd/sys/contrib/openzfs/module/zcommon/
H A Dzfs_comutil.c48 uint64_t is_log; in zfs_allocatable_devs() local
58 is_log = 0; in zfs_allocatable_devs()
60 &is_log); in zfs_allocatable_devs()
61 if (!is_log) in zfs_allocatable_devs()
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A 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/sys/contrib/openzfs/lib/libzpool/
H A Dutil.c51 uint64_t is_log = 0; in show_vdev_stats() local
71 (void) nvlist_lookup_uint64(nv, ZPOOL_CONFIG_IS_LOG, &is_log); in show_vdev_stats()
82 } else if (is_log) { in show_vdev_stats()
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_pool.c2126 uint64_t is_log = 0; in print_vdev_tree() local
2129 &is_log); in print_vdev_tree()
2133 is_log ? " [log]" : ""); in print_vdev_tree()
2886 uint64_t is_log; in vdev_to_nvlist_iter() local
3044 ZPOOL_CONFIG_IS_LOG, &is_log) == 0 && in vdev_to_nvlist_iter()
3045 is_log) { in vdev_to_nvlist_iter()
3212 boolean_t *is_spare, boolean_t *is_l2cache, boolean_t *is_log) in zpool_vdev_path_to_guid_impl() argument
3225 if (is_log != NULL) in zpool_vdev_path_to_guid_impl()
3226 *is_log = log; in zpool_vdev_path_to_guid_impl()
3914 uint64_t is_log = B_FALSE, is_hole = B_FALSE; in zpool_vdev_split() local
[all …]
/freebsd/stand/libsa/zfs/
H A Dzfsimpl.c885 uint64_t is_log; in vdev_set_initial_state() local
888 is_log = 0; in vdev_set_initial_state()
900 &is_log, NULL); in vdev_set_initial_state()
913 vdev->v_islog = is_log != 0; in vdev_set_initial_state()