| /freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | simd_x86.h | 79 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 131 static inline boolean_t 140 static inline boolean_t 149 static inline boolean_t 158 static inline boolean_t 161 boolean_t has_avx; in zfs_avx_available() [all …]
|
| /freebsd/contrib/ofed/opensm/include/opensm/ |
| H A D | osm_subnet.h | 256 boolean_t m_key_lookup; 265 boolean_t lmc_esp0; 270 boolean_t reassign_lids; 271 boolean_t ignore_other_sm; 272 boolean_t single_thread; 273 boolean_t disable_multicast; 274 boolean_t force_log_flush; 283 boolean_t use_mfttop; 287 boolean_t force_heavy_sweep; 293 boolean_t no_partition_enforcement; [all …]
|
| H A D | osm_madw.h | 75 boolean_t is_responder; 76 boolean_t is_trap_processor; 77 boolean_t is_report_processor; 182 boolean_t set_method; 183 boolean_t light_sweep; 184 boolean_t active_transition; 185 boolean_t client_rereg; 201 boolean_t set_method; 231 boolean_t set_method; 232 boolean_t light_sweep; [all …]
|
| H A D | osm_pkey.h | 158 boolean_t is_new; 393 boolean_t 476 IN boolean_t allow_both_pkeys); 507 boolean_t osm_physp_share_this_pkey(IN const struct osm_physp * p_physp1, 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); [all …]
|
| /freebsd/sys/contrib/openzfs/include/ |
| H A D | libzfs.h | 204 boolean_t *, boolean_t *); 215 _LIBZFS_H void libzfs_print_on_error(libzfs_handle_t *, boolean_t); 227 _LIBZFS_H void libzfs_mnttab_cache(libzfs_handle_t *, boolean_t); 251 _LIBZFS_H boolean_t zpool_skip_pool(const char *); 259 _LIBZFS_H int zpool_add(zpool_handle_t *, nvlist_t *, boolean_t check_ashift); 272 boolean_t fullpool; 275 boolean_t secure; 278 boolean_t wait; 290 boolean_t wait; 293 boolean_t value_provided; [all …]
|
| H A D | libzfs_core.h | 53 _LIBZFS_CORE_H int lzc_destroy_snaps(nvlist_t *, boolean_t, nvlist_t **); 58 _LIBZFS_CORE_H int lzc_load_key(const char *, boolean_t, uint8_t *, uint_t); 63 uint64_t, boolean_t, nvlist_t *, nvlist_t **); 64 _LIBZFS_CORE_H int lzc_trim(const char *, pool_trim_func_t, uint64_t, boolean_t, 96 boolean_t, boolean_t, int); 98 boolean_t, boolean_t, int); 100 const char *, boolean_t, boolean_t, boolean_t, int, 103 boolean_t, boolean_t, boolean_t, int, const struct dmu_replay_record *, int, 106 nvlist_t *, uint8_t *, uint_t, const char *, boolean_t, boolean_t, 107 boolean_t, int, const struct dmu_replay_record *, int, uint64_t *, [all …]
|
| H A D | zfs_prop.h | 70 boolean_t pd_rightalign: 1; /* column alignment for "zfs list" */ 71 boolean_t pd_visible: 1; /* do we list this property with the */ 73 boolean_t pd_zfs_mod_supported: 1; /* supported by running zfs module */ 74 boolean_t pd_always_flex: 1; /* never fixed-width */ 85 _ZFS_PROP_H boolean_t zfs_prop_delegatable(zfs_prop_t prop); 107 boolean_t, boolean_t, boolean_t, const zprop_index_t *, 113 zprop_attr_t, int, const char *, const char *, boolean_t, 119 zprop_attr_t, int, const char *, boolean_t, 125 _ZFS_PROP_H int zprop_iter_common(zprop_func, void *, boolean_t, boolean_t, 134 _ZFS_PROP_H size_t zprop_width(int, boolean_t *, zfs_type_t); [all …]
|
| H A D | libzutil.h | 42 typedef int pool_active_func_t(void *, const char *, uint64_t, boolean_t *); 70 boolean_t can_be_active; /* can the pool be active? */ 71 boolean_t scan; /* prefer scanning to libblkid cache */ 73 boolean_t do_destroyed; 74 boolean_t do_all; 79 boolean_t lpc_printerr; 80 boolean_t lpc_open_access_error; 81 boolean_t lpc_desc_active; 120 _LIBZUTIL_H boolean_t zfs_dev_is_dm(const char *); 121 _LIBZUTIL_H boolean_t zfs_dev_is_whole_disk(const char *); [all …]
|
| /freebsd/sys/contrib/openzfs/include/os/linux/zfs/sys/ |
| H A D | zfs_vfsops_os.h | 49 boolean_t vfs_readonly; 50 boolean_t vfs_do_readonly; 51 boolean_t vfs_setuid; 52 boolean_t vfs_do_setuid; 53 boolean_t vfs_exec; 54 boolean_t vfs_do_exec; 55 boolean_t vfs_devices; 56 boolean_t vfs_do_devices; 57 boolean_t vfs_do_xattr; 58 boolean_t vfs_atime; [all …]
|
| /freebsd/sys/contrib/openzfs/include/sys/ |
| H A D | dmu_recv.h | 40 boolean_t drc_newfs; 41 boolean_t drc_byteswap; 43 boolean_t drc_force; 44 boolean_t drc_heal; 45 boolean_t drc_resumable; 46 boolean_t drc_should_save; 47 boolean_t drc_raw; 48 boolean_t drc_clone; 49 boolean_t drc_spill; 51 boolean_t drc_ivset_diverged; [all …]
|
| H A D | dmu_send.h | 42 dmu_send(const char *tosnap, const char *fromsnap, boolean_t embedok, 43 boolean_t large_block_ok, boolean_t compressok, boolean_t rawok, 44 boolean_t savedok, uint64_t resumeobj, uint64_t resumeoff, 48 zfs_bookmark_phys_t *frombook, boolean_t stream_compressed, 49 boolean_t saved, uint64_t *sizep); 51 boolean_t embedok, boolean_t large_block_ok, boolean_t compressok, 52 boolean_t rawok, boolean_t savedok, int outfd, offset_t *off, 59 boolean_t dso_dryrun;
|
| H A D | dmu_objset.h | 99 boolean_t os_encrypted; 122 boolean_t os_dedup_verify; 159 boolean_t os_rescan_dnodes; 160 boolean_t os_raw_receive; 163 boolean_t os_next_write_raw[TXG_SIZE]; 191 boolean_t os_upgrade_exit; 205 int dmu_objset_hold_flags(const char *name, boolean_t decrypt, const void *tag, 208 boolean_t readonly, boolean_t decrypt, const void *tag, objset_t **osp); 210 dmu_objset_type_t type, boolean_t readonly, boolean_t decrypt, 213 struct dsl_dataset **newds, boolean_t decrypt, const void *tag); [all …]
|
| H A D | vdev_impl.h | 68 typedef boolean_t vdev_need_resilver_func_t(vdev_t *vd, const dva_t *dva, 115 boolean_t vdev_op_leaf; 232 boolean_t vdev_expanding; /* expand the vdev? */ 233 boolean_t vdev_reopening; /* reopen in progress? */ 234 boolean_t vdev_nonrot; /* true if solid state */ 255 boolean_t vdev_remove_wanted; /* async remove wanted? */ 256 boolean_t vdev_fault_wanted; /* async faulted wanted? */ 264 boolean_t vdev_autosit; /* automatic sitout management */ 265 boolean_t vdev_rz_expanding; /* raidz is being expanded? */ 266 boolean_t vdev_ishole; /* is a hole in the namespace */ [all …]
|
| H A D | dmu_zfetch.h | 57 boolean_t zs_missed; /* stream saw cache misses */ 58 boolean_t zs_more; /* need more distant prefetch */ 72 boolean_t dmu_zfetch_prime(zfetch_t *, uint64_t, uint64_t); 73 zstream_t *dmu_zfetch_prepare(zfetch_t *, uint64_t, uint64_t, boolean_t, 74 boolean_t); 75 void dmu_zfetch_run(zfetch_t *, zstream_t *, boolean_t, boolean_t, 76 boolean_t); 77 void dmu_zfetch(zfetch_t *, uint64_t, uint64_t, boolean_t, boolean_t, 78 boolean_t, boolean_t);
|
| H A D | vdev.h | 45 typedef boolean_t vdev_open_children_func_t(vdev_t *vd); 58 extern int vdev_create(vdev_t *, uint64_t txg, boolean_t isreplace); 62 extern boolean_t vdev_is_concrete(vdev_t *vd); 63 extern boolean_t vdev_is_bootable(vdev_t *vd); 69 extern boolean_t vdev_dtl_contains(vdev_t *vd, vdev_dtl_type_t d, 71 extern boolean_t vdev_dtl_empty(vdev_t *vd, vdev_dtl_type_t d); 72 extern boolean_t vdev_default_need_resilver(vdev_t *vd, const dva_t *dva, 74 extern boolean_t vdev_dtl_need_resilver(vdev_t *vd, const dva_t *dva, 77 boolean_t scrub_done, boolean_t rebuild_done); 78 extern boolean_t vdev_dtl_required(vdev_t *vd); [all …]
|
| H A D | dsl_scan.h | 131 boolean_t scn_is_bptree; 132 boolean_t scn_async_destroying; 133 boolean_t scn_async_stalled; 137 boolean_t scn_is_sorted; /* doing sequential scan */ 138 boolean_t scn_clearing; /* scan is issuing sequential extents */ 139 boolean_t scn_checkpointing; /* scan is issuing all queued extents */ 140 boolean_t scn_suspending; /* scan is suspending until next txg */ 148 boolean_t scn_prefetch_stop; /* prefetch should stop */ 198 boolean_t dsl_scan_scrubbing(const struct dsl_pool *dp); 199 boolean_t dsl_errorscrubbing(const struct dsl_pool *dp); [all …]
|
| H A D | metaslab.h | 44 void metaslab_set_unflushed_dirty(metaslab_t *, boolean_t); 47 boolean_t metaslab_unflushed_dirty(metaslab_t *); 51 void metaslab_unflushed_bump(metaslab_t *, dmu_tx_t *, boolean_t); 56 boolean_t metaslab_flush(metaslab_t *, dmu_tx_t *); 80 void metaslab_free(spa_t *, const blkptr_t *, uint64_t, boolean_t); 81 void metaslab_free_concrete(vdev_t *, uint64_t, uint64_t, boolean_t); 82 void metaslab_free_dva(spa_t *, const dva_t *, boolean_t); 106 const metaslab_ops_t *, boolean_t); 109 void metaslab_class_balance(metaslab_class_t *mc, boolean_t onsync); 113 boolean_t metaslab_class_throttle_reserve(metaslab_class_t *, int, int, [all …]
|
| H A D | metaslab_impl.h | 187 boolean_t mc_is_log; 188 boolean_t mc_alloc_throttle_enabled; 234 boolean_t mg_allocatable; /* can we allocate? */ 243 boolean_t mg_initialized; 257 boolean_t mg_no_free_space; 263 boolean_t mg_disabled_updating; 394 boolean_t ms_condensing; /* condensing? */ 395 boolean_t ms_condense_wanted; 406 boolean_t ms_loaded; 407 boolean_t ms_loading; [all …]
|
| H A D | dsl_crypt.h | 166 void dsl_crypto_params_free(dsl_crypto_params_t *dcp, boolean_t unload); 169 boolean_t dsl_dir_incompatible_encryption_version(dsl_dir_t *dd); 178 boolean_t noop); 197 dmu_objset_type_t ostype, nvlist_t *nvl, boolean_t do_key); 206 dsl_crypto_params_t *dcp, boolean_t *will_encrypt); 207 boolean_t dmu_objset_crypto_key_equal(objset_t *osa, objset_t *osb); 216 int spa_do_crypt_mac_abd(boolean_t generate, spa_t *spa, uint64_t dsobj, 218 int spa_do_crypt_objset_mac_abd(boolean_t generate, spa_t *spa, uint64_t dsobj, 219 abd_t *abd, uint_t datalen, boolean_t byteswap); 220 int spa_do_crypt_abd(boolean_t encrypt, spa_t *spa, const zbookmark_phys_t *zb, [all …]
|
| H A D | zio_crypt.h | 140 int zio_crypt_do_indirect_mac_checksum(boolean_t generate, void *buf, 141 uint_t datalen, boolean_t byteswap, uint8_t *cksum); 142 int zio_crypt_do_indirect_mac_checksum_abd(boolean_t generate, abd_t *abd, 143 uint_t datalen, boolean_t byteswap, uint8_t *cksum); 147 boolean_t byteswap, uint8_t *portable_mac, uint8_t *local_mac); 148 int zio_do_crypt_data(boolean_t encrypt, zio_crypt_key_t *key, 149 dmu_object_type_t ot, boolean_t byteswap, uint8_t *salt, uint8_t *iv, 151 boolean_t *no_crypt); 152 int zio_do_crypt_abd(boolean_t encrypt, zio_crypt_key_t *key, 153 dmu_object_type_t ot, boolean_t byteswap, uint8_t *salt, uint8_t *iv, [all …]
|
| /freebsd/sys/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | simd.h | 181 static inline boolean_t 200 static inline boolean_t \ 240 static inline boolean_t 243 boolean_t has_osxsave; in __simd_state_enabled() 263 static inline boolean_t 272 static inline boolean_t 281 static inline boolean_t 290 static inline boolean_t 299 static inline boolean_t 308 static inline boolean_t [all …]
|
| /freebsd/sys/contrib/openzfs/include/os/linux/kernel/linux/ |
| H A D | simd_x86.h | 430 static inline boolean_t 451 static inline boolean_t 460 static inline boolean_t 469 static inline boolean_t 478 static inline boolean_t 487 static inline boolean_t 496 static inline boolean_t 505 static inline boolean_t 514 static inline boolean_t 523 static inline boolean_t [all …]
|
| /freebsd/sys/contrib/openzfs/cmd/zpool/ |
| H A D | zpool_util.h | 49 int check_rep, boolean_t replacing, boolean_t dryrun, int argc, 57 int for_each_pool(int, char **, boolean_t unavail, zprop_list_t **, zfs_type_t, 58 boolean_t, zpool_iter_f, void *); 66 boolean_t, int *); 121 int check_device(const char *path, boolean_t force, 122 boolean_t isspare, boolean_t iswholedisk); 123 boolean_t check_sector_size_database(char *path, int *sector_size); 125 int check_file(const char *file, boolean_t force, boolean_t isspare); 127 int check_file_generic(const char *file, boolean_t force, boolean_t isspare); 129 int zpool_power(zpool_handle_t *zhp, char *vdev, boolean_t turn_on);
|
| /freebsd/sys/contrib/openzfs/include/os/freebsd/zfs/sys/ |
| H A D | zfs_vfsops_os.h | 53 boolean_t z_fuid_loaded; /* fuid tables are loaded */ 54 boolean_t z_fuid_dirty; /* need to sync fuid table ? */ 61 boolean_t z_utf8; /* utf8-only */ 63 boolean_t z_atime; /* enable atimes mount option */ 64 boolean_t z_relatime; /* enable relatime mount option */ 65 boolean_t z_unmounted; /* unmounted */ 66 boolean_t z_use_hold; /* held via dmu_objset_hold */ 73 boolean_t z_issnap; /* true if this is a snapshot */ 74 boolean_t z_use_fuids; /* version allows fuids */ 75 boolean_t z_replay; /* set during ZIL replay */ [all …]
|
| /freebsd/sys/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_impl.h | 52 boolean_t libzfs_prop_debug; 59 boolean_t zh_mnttab_cache_enabled; 72 boolean_t zfs_mntcheck; 112 const char *, zfs_keyformat_t, boolean_t, uint8_t **, size_t *); 182 extern boolean_t zfs_is_namespace_prop(zfs_prop_t); 184 extern boolean_t zfs_is_mountable_internal(zfs_handle_t *); 196 extern boolean_t zpool_name_valid(libzfs_handle_t *, boolean_t, const char *); 199 boolean_t modifying); 219 boolean_t isclone; 220 boolean_t scripted; [all …]
|