Home
last modified time | relevance | path

Searched refs:boolean_t (Results 1 – 25 of 768) sorted by relevance

12345678910>>...31

/freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dsimd_x86.h79 static inline boolean_t
82 boolean_t has_osxsave; in __simd_state_enabled()
104 static inline boolean_t
113 static inline boolean_t
122 static inline boolean_t
161 boolean_t has_avx; in zfs_avx_available()
174 boolean_t has_avx2; in zfs_avx2_available()
187 boolean_t has_shani; in zfs_shani_available()
215 boolean_t has_avx512; in zfs_avx512f_available()
226 boolean_t has_avx512; in zfs_avx512cd_available()
[all …]
/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_subnet.h256 boolean_t m_key_lookup;
265 boolean_t lmc_esp0;
270 boolean_t reassign_lids;
272 boolean_t single_thread;
283 boolean_t use_mfttop;
298 boolean_t qos;
308 boolean_t sweep_on_trap;
324 boolean_t sa_db_dump;
329 boolean_t daemon;
330 boolean_t sm_inactive;
[all …]
H A Dosm_madw.h75 boolean_t is_responder;
182 boolean_t set_method;
183 boolean_t light_sweep;
201 boolean_t set_method;
231 boolean_t set_method;
248 boolean_t set_method;
263 boolean_t set_method;
278 boolean_t set_method;
295 boolean_t set_method;
311 boolean_t set_method;
[all …]
H A Dosm_pkey.h158 boolean_t is_new;
393 boolean_t
476 IN boolean_t allow_both_pkeys);
510 IN boolean_t allow_both_pkeys);
545 IN boolean_t allow_both_pkeys);
591 boolean_t osm_physp_share_pkey(IN osm_log_t * p_log,
594 IN boolean_t allow_both_pkeys);
643 boolean_t osm_port_share_pkey(IN osm_log_t * p_log,
646 IN boolean_t allow_both_pkeys);
676 boolean_t osm_physp_has_pkey(IN osm_log_t * p_log, IN ib_net16_t pkey,
[all …]
/freebsd/sys/contrib/openzfs/include/
H A Dlibzfs.h210 boolean_t *, boolean_t *);
284 boolean_t wait;
329 boolean_t *, boolean_t *);
331 boolean_t *, boolean_t *, boolean_t *);
544 boolean_t);
568 boolean_t *, boolean_t *);
595 boolean_t);
769 boolean_t pad;
796 boolean_t raw;
826 boolean_t);
[all …]
H A Dlibzfs_core.h60 _LIBZFS_CORE_H int lzc_destroy_snaps(nvlist_t *, boolean_t, nvlist_t **);
104 boolean_t, boolean_t, int);
106 boolean_t, boolean_t, int);
108 const char *, boolean_t, boolean_t, boolean_t, int,
111 boolean_t, boolean_t, boolean_t, int, const struct dmu_replay_record *, int,
114 nvlist_t *, uint8_t *, uint_t, const char *, boolean_t, boolean_t,
115 boolean_t, int, const struct dmu_replay_record *, int, uint64_t *,
118 uint8_t *, uint_t, const char *, boolean_t, boolean_t, boolean_t, boolean_t,
128 _LIBZFS_CORE_H boolean_t lzc_exists(const char *);
142 _LIBZFS_CORE_H int lzc_reopen(const char *, boolean_t);
[all …]
H A Dzfs_prop.h79 boolean_t pd_rightalign: 1; /* column alignment for "zfs list" */
80 boolean_t pd_visible: 1; /* do we list this property with the */
82 boolean_t pd_zfs_mod_supported: 1; /* supported by running zfs module */
83 boolean_t pd_always_flex: 1; /* never fixed-width */
94 _ZFS_PROP_H boolean_t zfs_prop_delegatable(zfs_prop_t prop);
116 boolean_t, boolean_t, boolean_t, const zprop_index_t *,
122 zprop_attr_t, int, const char *, const char *, boolean_t,
128 zprop_attr_t, int, const char *, boolean_t,
134 _ZFS_PROP_H int zprop_iter_common(zprop_func, void *, boolean_t, boolean_t,
143 _ZFS_PROP_H size_t zprop_width(int, boolean_t *, zfs_type_t);
[all …]
/freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/
H A Dzfs_vfsops_os.h57 boolean_t vfs_readonly;
59 boolean_t vfs_setuid;
60 boolean_t vfs_do_setuid;
61 boolean_t vfs_exec;
62 boolean_t vfs_do_exec;
63 boolean_t vfs_devices;
65 boolean_t vfs_do_xattr;
66 boolean_t vfs_atime;
67 boolean_t vfs_do_atime;
68 boolean_t vfs_relatime;
[all …]
/freebsd/sys/contrib/openzfs/include/os/linux/kernel/linux/
H A Dsimd_x86.h439 static inline boolean_t
442 boolean_t has_osxsave; in __simd_state_enabled()
466 static inline boolean_t
475 static inline boolean_t
484 static inline boolean_t
493 static inline boolean_t
502 static inline boolean_t
511 static inline boolean_t
520 static inline boolean_t
529 static inline boolean_t
[all …]
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dsimd.h181 static inline boolean_t
237 static inline boolean_t
240 boolean_t has_osxsave; in __simd_state_enabled()
260 static inline boolean_t
269 static inline boolean_t
278 static inline boolean_t
287 static inline boolean_t
296 static inline boolean_t
305 static inline boolean_t
314 static inline boolean_t
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Ddmu_send.h51 dmu_send(const char *tosnap, const char *fromsnap, boolean_t embedok,
52 boolean_t large_block_ok, boolean_t compressok, boolean_t rawok,
53 boolean_t savedok, uint64_t resumeobj, uint64_t resumeoff,
57 zfs_bookmark_phys_t *frombook, boolean_t stream_compressed,
58 boolean_t saved, uint64_t *sizep);
60 boolean_t embedok, boolean_t large_block_ok, boolean_t compressok,
61 boolean_t rawok, boolean_t savedok, int outfd, offset_t *off,
68 boolean_t dso_dryrun;
H A Ddmu_recv.h47 boolean_t drc_newfs;
48 boolean_t drc_byteswap;
50 boolean_t drc_force;
51 boolean_t drc_heal;
52 boolean_t drc_resumable;
53 boolean_t drc_should_save;
54 boolean_t drc_raw;
55 boolean_t drc_clone;
56 boolean_t drc_spill;
83 boolean_t, boolean_t, boolean_t, nvlist_t *, nvlist_t *, const char *,
[all …]
H A Ddmu_objset.h108 boolean_t os_encrypted;
131 boolean_t os_dedup_verify;
167 boolean_t os_rescan_dnodes;
168 boolean_t os_raw_receive;
171 boolean_t os_next_write_raw[TXG_SIZE];
199 boolean_t os_upgrade_exit;
216 boolean_t readonly, boolean_t decrypt, const void *tag, objset_t **osp);
218 dmu_objset_type_t type, boolean_t readonly, boolean_t decrypt,
251 boolean_t dmu_objset_userused_enabled(objset_t *os);
253 boolean_t dmu_objset_userspace_present(objset_t *os);
[all …]
H A Ddsl_scan.h135 boolean_t scn_is_bptree;
136 boolean_t scn_async_destroying;
137 boolean_t scn_async_stalled;
141 boolean_t scn_is_sorted; /* doing sequential scan */
152 boolean_t scn_prefetch_stop; /* prefetch should stop */
194 boolean_t dsl_scan_scrubbing(const struct dsl_pool *dp);
195 boolean_t dsl_errorscrubbing(const struct dsl_pool *dp);
196 boolean_t dsl_errorscrub_active(dsl_scan_t *scn);
201 boolean_t dsl_scan_resilvering(struct dsl_pool *dp);
203 boolean_t dsl_dataset_unstable(struct dsl_dataset *ds);
[all …]
H A Dvdev_impl.h127 boolean_t vdev_op_leaf;
252 boolean_t vdev_expanding; /* expand the vdev? */
254 boolean_t vdev_nonrot; /* true if solid state */
293 boolean_t vdev_initialize_exit_wanted;
308 boolean_t vdev_trim_exit_wanted;
309 boolean_t vdev_autotrim_exit_wanted;
330 boolean_t vdev_rebuilding;
331 boolean_t vdev_rebuild_exit_wanted;
332 boolean_t vdev_rebuild_cancel_wanted;
333 boolean_t vdev_rebuild_reset_wanted;
[all …]
H A Dvdev.h53 typedef boolean_t vdev_open_children_func_t(vdev_t *vd);
69 extern boolean_t vdev_is_concrete(vdev_t *vd);
70 extern boolean_t vdev_is_bootable(vdev_t *vd);
84 boolean_t scrub_done, boolean_t rebuild_done);
85 extern boolean_t vdev_dtl_required(vdev_t *vd);
86 extern boolean_t vdev_resilver_needed(vdev_t *vd,
158 extern boolean_t vdev_is_dead(vdev_t *vd);
159 extern boolean_t vdev_readable(vdev_t *vd);
160 extern boolean_t vdev_writeable(vdev_t *vd);
161 extern boolean_t vdev_allocatable(vdev_t *vd);
[all …]
H A Ddmu_zfetch.h66 boolean_t zs_missed; /* stream saw cache misses */
67 boolean_t zs_more; /* need more distant prefetch */
81 zstream_t *dmu_zfetch_prepare(zfetch_t *, uint64_t, uint64_t, boolean_t,
82 boolean_t);
83 void dmu_zfetch_run(zfetch_t *, zstream_t *, boolean_t, boolean_t);
84 void dmu_zfetch(zfetch_t *, uint64_t, uint64_t, boolean_t, boolean_t,
85 boolean_t);
H A Dmetaslab.h53 void metaslab_set_unflushed_dirty(metaslab_t *, boolean_t);
56 boolean_t metaslab_unflushed_dirty(metaslab_t *);
60 void metaslab_unflushed_bump(metaslab_t *, dmu_tx_t *, boolean_t);
65 boolean_t metaslab_flush(metaslab_t *, dmu_tx_t *);
91 void metaslab_free(spa_t *, const blkptr_t *, uint64_t, boolean_t);
92 void metaslab_free_concrete(vdev_t *, uint64_t, uint64_t, boolean_t);
93 void metaslab_free_dva(spa_t *, const dva_t *, boolean_t);
111 boolean_t metaslab_class_throttle_reserve(metaslab_class_t *, int, int,
127 boolean_t metaslab_group_initialized(metaslab_group_t *);
133 boolean_t);
[all …]
H A Dmetaslab_impl.h195 boolean_t mc_alloc_throttle_enabled;
246 boolean_t mg_initialized;
288 boolean_t mg_no_free_space;
296 boolean_t mg_disabled_updating;
426 boolean_t ms_condensing; /* condensing? */
427 boolean_t ms_condense_wanted;
438 boolean_t ms_loaded;
439 boolean_t ms_loading;
441 boolean_t ms_flushing;
555 boolean_t ms_unflushed_dirty;
[all …]
H A Ddsl_crypt.h169 void dsl_crypto_params_free(dsl_crypto_params_t *dcp, boolean_t unload);
172 boolean_t dsl_dir_incompatible_encryption_version(dsl_dir_t *dd);
181 boolean_t noop);
200 dmu_objset_type_t ostype, nvlist_t *nvl, boolean_t do_key);
208 dsl_crypto_params_t *dcp, boolean_t *will_encrypt);
209 boolean_t dmu_objset_crypto_key_equal(objset_t *osa, objset_t *osb);
218 int spa_do_crypt_mac_abd(boolean_t generate, spa_t *spa, uint64_t dsobj,
220 int spa_do_crypt_objset_mac_abd(boolean_t generate, spa_t *spa, uint64_t dsobj,
221 abd_t *abd, uint_t datalen, boolean_t byteswap);
223 dmu_object_type_t ot, boolean_t dedup, boolean_t bswap, uint8_t *salt,
[all …]
H A Dzio_crypt.h143 int zio_crypt_do_indirect_mac_checksum(boolean_t generate, void *buf,
144 uint_t datalen, boolean_t byteswap, uint8_t *cksum);
145 int zio_crypt_do_indirect_mac_checksum_abd(boolean_t generate, abd_t *abd,
146 uint_t datalen, boolean_t byteswap, uint8_t *cksum);
150 boolean_t byteswap, uint8_t *portable_mac, uint8_t *local_mac);
151 int zio_do_crypt_data(boolean_t encrypt, zio_crypt_key_t *key,
152 dmu_object_type_t ot, boolean_t byteswap, uint8_t *salt, uint8_t *iv,
154 boolean_t *no_crypt);
155 int zio_do_crypt_abd(boolean_t encrypt, zio_crypt_key_t *key,
156 dmu_object_type_t ot, boolean_t byteswap, uint8_t *salt, uint8_t *iv,
[all …]
/freebsd/sys/contrib/openzfs/cmd/zpool/
H A Dzpool_util.h60 int check_rep, boolean_t replacing, boolean_t dryrun, int argc,
68 int for_each_pool(int, char **, boolean_t unavail, zprop_list_t **, zfs_type_t,
69 boolean_t, zpool_iter_f, void *);
77 boolean_t, int *);
133 int check_device(const char *path, boolean_t force,
134 boolean_t isspare, boolean_t iswholedisk);
135 boolean_t check_sector_size_database(char *path, int *sector_size);
137 int check_file(const char *file, boolean_t force, boolean_t isspare);
139 int check_file_generic(const char *file, boolean_t force, boolean_t isspare);
141 int zpool_power(zpool_handle_t *zhp, char *vdev, boolean_t turn_on);
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_impl.h60 boolean_t libzfs_mnttab_enable;
70 boolean_t libzfs_prop_debug;
87 boolean_t zfs_mntcheck;
111 const char *, zfs_keyformat_t, boolean_t, uint8_t **, size_t *);
191 extern boolean_t zpool_name_valid(libzfs_handle_t *, boolean_t, const char *);
194 boolean_t modifying);
214 boolean_t isclone;
215 boolean_t scripted;
216 boolean_t classify;
217 boolean_t timestamped;
[all …]
/freebsd/sys/contrib/openzfs/include/os/freebsd/zfs/sys/
H A Dzfs_vfsops_os.h81 boolean_t z_fuid_loaded; /* fuid tables are loaded */
82 boolean_t z_fuid_dirty; /* need to sync fuid table ? */
89 boolean_t z_utf8; /* utf8-only */
91 boolean_t z_atime; /* enable atimes mount option */
92 boolean_t z_unmounted; /* unmounted */
98 boolean_t z_show_ctldir; /* expose .zfs in the root dir */
99 boolean_t z_issnap; /* true if this is a snapshot */
100 boolean_t z_use_fuids; /* version allows fuids */
101 boolean_t z_replay; /* set during ZIL replay */
102 boolean_t z_use_sa; /* version allow system attributes */
[all …]
/freebsd/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_projectutil.h39 boolean_t zpc_dironly;
40 boolean_t zpc_ignore_noent;
41 boolean_t zpc_keep_projid;
42 boolean_t zpc_newline;
43 boolean_t zpc_recursive;
44 boolean_t zpc_set_flag;

12345678910>>...31