/netbsd-src/external/cddl/osnet/dist/lib/libzfs/common/ |
H A D | libzfs.h | 187 extern void libzfs_print_on_error(libzfs_handle_t *, boolean_t); 198 extern void libzfs_mnttab_cache(libzfs_handle_t *, boolean_t); 223 extern boolean_t zpool_skip_pool(const char *); 251 extern int zpool_vdev_offline(zpool_handle_t *, const char *, boolean_t); 263 extern nvlist_t *zpool_find_vdev(zpool_handle_t *, const char *, boolean_t *, 264 boolean_t *, boolean_t *); 266 boolean_t *, boolean_t *, boolean_t *); 274 size_t proplen, zprop_source_t *, boolean_t); 348 extern int zpool_refresh_stats(zpool_handle_t *, boolean_t *); 354 extern int zpool_export(zpool_handle_t *, boolean_t, const char *); [all …]
|
H A D | libzfs_impl.h | 71 boolean_t libzfs_mnttab_enable; 91 boolean_t zfs_mntcheck; 144 int get_dependents(libzfs_handle_t *, boolean_t, const char *, char ***, 185 boolean_t isa_child_of(const char *dataset, const char *parent); 193 boolean_t zpool_name_valid(libzfs_handle_t *, boolean_t, const char *); 196 boolean_t modifying); 211 extern void libzfs_fru_clear(libzfs_handle_t *, boolean_t);
|
/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/sys/ |
H A D | zfs_vfsops.h | 56 boolean_t z_fuid_loaded; /* fuid tables are loaded */ 57 boolean_t z_fuid_dirty; /* need to sync fuid table ? */ 63 boolean_t z_utf8; /* utf8-only */ 65 boolean_t z_atime; /* enable atimes mount option */ 66 boolean_t z_unmounted; /* unmounted */ 72 boolean_t z_show_ctldir; /* expose .zfs in the root dir */ 73 boolean_t z_issnap; /* true if this is a snapshot */ 74 boolean_t z_vscan; /* virus scan on/off */ 75 boolean_t z_use_fuids; /* version allows fuids */ 76 boolean_t z_replay; /* set during ZIL replay */ [all …]
|
H A D | vdev.h | 48 extern boolean_t zfs_nocacheflush; 49 extern boolean_t zfs_trim_enabled; 53 extern boolean_t vdev_uses_zvols(vdev_t *); 54 extern int vdev_validate(vdev_t *, boolean_t); 56 extern int vdev_create(vdev_t *, uint64_t txg, boolean_t isreplace); 61 extern boolean_t vdev_is_bootable(vdev_t *vd); 67 extern boolean_t vdev_dtl_contains(vdev_t *vd, vdev_dtl_type_t d, 69 extern boolean_t vdev_dtl_empty(vdev_t *vd, vdev_dtl_type_t d); 72 extern boolean_t vdev_dtl_required(vdev_t *vd); 73 extern boolean_t vdev_resilver_needed(vdev_t *vd, [all …]
|
H A D | dmu_send.h | 43 int dmu_send(const char *tosnap, const char *fromsnap, boolean_t embedok, 44 boolean_t large_block_ok, int outfd, uint64_t resumeobj, uint64_t resumeoff, 55 boolean_t embedok, boolean_t large_block_ok, 68 boolean_t drc_newfs; 69 boolean_t drc_byteswap; 70 boolean_t drc_force; 71 boolean_t drc_resumable; 81 boolean_t force, boolean_t resumable, char *origin, dmu_recv_cookie_t *drc); 89 boolean_t dmu_objset_is_receiving(objset_t *os);
|
H A D | vdev_impl.h | 82 boolean_t vdev_op_leaf; 172 boolean_t vdev_expanding; /* expand the vdev? */ 173 boolean_t vdev_reopening; /* reopen in progress? */ 189 boolean_t vdev_remove_wanted; /* async remove wanted? */ 190 boolean_t vdev_probe_wanted; /* async probe wanted? */ 196 boolean_t vdev_ishole; /* is a hole in the namespace */ 231 boolean_t vdev_nowritecache; /* true if flushwritecache failed */ 232 boolean_t vdev_notrim; /* true if trim failed */ 233 boolean_t vdev_checkremove; /* temporary online test */ 234 boolean_t vdev_forcefault; /* force online fault */ [all …]
|
H A D | dsl_dataset.h | 152 boolean_t ds_is_snapshot; 242 boolean_t dsl_dataset_try_add_ref(struct dsl_pool *dp, dsl_dataset_t *ds, 253 boolean_t dsl_dataset_tryown(dsl_dataset_t *ds, void *tag); 255 boolean_t dsl_dataset_has_owner(dsl_dataset_t *ds); 263 boolean_t force); 265 const char *oldsnapname, const char *newsnapname, boolean_t recursive); 273 boolean_t dsl_dataset_modified_since_snap(dsl_dataset_t *ds, 282 dmu_tx_t *tx, boolean_t async); 283 boolean_t dsl_dataset_block_freeable(dsl_dataset_t *ds, const blkptr_t *bp, 298 boolean_t dsl_dataset_is_dirty(dsl_dataset_t *ds); [all …]
|
H A D | dsl_scan.h | 108 boolean_t scn_pausing; 115 boolean_t scn_is_bptree; 116 boolean_t scn_async_destroying; 117 boolean_t scn_async_stalled; 131 boolean_t dsl_scan_resilvering(struct dsl_pool *dp); 132 boolean_t dsl_dataset_unstable(struct dsl_dataset *ds); 139 boolean_t dsl_scan_active(dsl_scan_t *scn);
|
H A D | metaslab_impl.h | 167 boolean_t mc_alloc_throttle_enabled; 207 boolean_t mg_allocatable; /* can we allocate? */ 215 boolean_t mg_initialized; 242 boolean_t mg_no_free_space; 322 boolean_t ms_condensing; /* condensing? */ 323 boolean_t ms_condense_wanted; 329 boolean_t ms_loaded; 330 boolean_t ms_loading;
|
H A D | txg.h | 101 extern boolean_t txg_stalled(struct dsl_pool *dp); 104 extern boolean_t txg_sync_waiting(struct dsl_pool *dp); 114 extern boolean_t txg_list_empty(txg_list_t *tl, uint64_t txg); 115 extern boolean_t txg_all_lists_empty(txg_list_t *tl); 116 extern boolean_t txg_list_add(txg_list_t *tl, void *p, uint64_t txg); 117 extern boolean_t txg_list_add_tail(txg_list_t *tl, void *p, uint64_t txg); 120 extern boolean_t txg_list_member(txg_list_t *tl, void *p, uint64_t txg);
|
H A D | rrwlock.h | 59 boolean_t rr_writer_wanted; 60 boolean_t rr_track_all; 68 void rrw_init(rrwlock_t *rrl, boolean_t track_all); 75 boolean_t rrw_held(rrwlock_t *rrl, krw_t rw); 95 void rrm_init(rrmlock_t *rrl, boolean_t track_all); 101 boolean_t rrm_held(rrmlock_t *rrl, krw_t rw);
|
H A D | zfeature.h | 50 extern boolean_t spa_feature_is_enabled(struct spa *, spa_feature_t); 51 extern boolean_t spa_feature_is_active(struct spa *, spa_feature_t); 52 extern boolean_t spa_feature_enabled_txg(spa_t *spa, spa_feature_t fid, 55 extern boolean_t spa_features_check(spa_t *, boolean_t, nvlist_t *, nvlist_t *);
|
H A D | zfs_acl.h | 209 boolean_t zfs_acl_ids_overquota(struct zfsvfs *, zfs_acl_ids_t *); 210 int zfs_getacl(struct znode *, vsecattr_t *, boolean_t, cred_t *); 211 int zfs_setacl(struct znode *, vsecattr_t *, boolean_t, cred_t *); 214 void zfs_ace_byteswap(void *, size_t, boolean_t); 215 extern boolean_t zfs_has_access(struct znode *zp, cred_t *cr); 216 extern int zfs_zaccess(struct znode *, int, int, boolean_t, cred_t *); 235 void zfs_acl_data_locator(void **, uint32_t *, uint32_t, boolean_t, void *);
|
H A D | dmu_objset.h | 96 boolean_t os_dedup_verify; 149 boolean_t readonly, void *tag, objset_t **osp); 151 dmu_objset_type_t type, boolean_t readonly, void *tag, objset_t **osp); 171 boolean_t dmu_objset_is_dirty(objset_t *os, uint64_t txg); 178 void dmu_objset_userquota_get_ids(dnode_t *dn, boolean_t before, dmu_tx_t *tx); 179 boolean_t dmu_objset_userused_enabled(objset_t *os); 181 boolean_t dmu_objset_userspace_present(objset_t *os);
|
H A D | dsl_destroy.h | 38 int dsl_destroy_snapshots_nvl(struct nvlist *, boolean_t, 40 int dsl_destroy_snapshot(const char *, boolean_t); 45 int dsl_destroy_snapshot_check_impl(struct dsl_dataset *, boolean_t); 47 boolean_t, struct dmu_tx *);
|
H A D | spa.h | 642 extern int spa_export(char *pool, nvlist_t **oldconfig, boolean_t force, 643 boolean_t hardforce); 675 extern int spa_vdev_remove(spa_t *spa, uint64_t guid, boolean_t unspare); 676 extern boolean_t spa_vdev_remove_active(spa_t *spa); 680 nvlist_t *props, boolean_t exp); 685 extern boolean_t spa_spare_exists(uint64_t guid, uint64_t *pool, int *refcnt); 691 extern boolean_t spa_l2cache_exists(uint64_t guid, uint64_t *pool); 713 extern void spa_config_sync(spa_t *, boolean_t, boolean_t); 735 extern boolean_t spa_refcount_zero(spa_t *spa); 782 extern boolean_t spa_shutting_down(spa_t *spa); [all …]
|
/netbsd-src/external/cddl/osnet/dist/common/zfs/ |
H A D | zfs_prop.h | 75 boolean_t pd_rightalign; /* column alignment for "zfs list" */ 76 boolean_t pd_visible; /* do we list this property with the */ 88 boolean_t zfs_prop_delegatable(zfs_prop_t prop); 103 boolean_t, boolean_t, const zprop_index_t *); 116 int zprop_iter_common(zprop_func, void *, boolean_t, boolean_t, zfs_type_t); 122 size_t zprop_width(int, boolean_t *, zfs_type_t); 123 boolean_t zprop_valid_for_type(int, zfs_type_t); 124 boolean_t zfs_prop_written(const char *name);
|
H A D | zfs_ioctl_compat.h | 163 boolean_t zc_defer_destroy; 164 boolean_t zc_temphold; 220 boolean_t zc_defer_destroy; 221 boolean_t zc_temphold; 238 boolean_t zc_nvlist_dst_filled; /* put an nvlist in dst? */ 263 boolean_t zc_defer_destroy; 264 boolean_t zc_temphold; 281 boolean_t zc_nvlist_dst_filled; /* put an nvlist in dst? */ 324 boolean_t zc_nvlist_dst_filled; /* put an nvlist in dst? */ 354 boolean_t zc_resumable; [all …]
|
H A D | zfeature_common.c | 45 boolean_t zfeature_checks_disable = B_FALSE; 56 valid_char(char c, boolean_t after_colon) in valid_char() 69 boolean_t 73 boolean_t has_colon = B_FALSE; in zfeature_is_valid_guid() 91 boolean_t 120 boolean_t
|
/netbsd-src/external/cddl/osnet/dist/lib/libzfs_core/common/ |
H A D | libzfs_core.h | 52 int lzc_destroy_snaps(nvlist_t *, boolean_t, nvlist_t **); 75 int lzc_receive(const char *, nvlist_t *, const char *, boolean_t, int); 77 boolean_t, int); 78 int lzc_receive_with_header(const char *, nvlist_t *, const char *, boolean_t, 79 boolean_t, int, const struct dmu_replay_record *); 81 boolean_t lzc_exists(const char *);
|
/netbsd-src/external/cddl/osnet/dist/uts/common/sys/ |
H A D | nvpair.h | 173 int nvlist_add_boolean_value(nvlist_t *, const char *, boolean_t); 185 int nvlist_add_boolean_array(nvlist_t *, const char *, boolean_t *, uint_t); 207 int nvlist_lookup_boolean_value(nvlist_t *, const char *, boolean_t *); 220 boolean_t **, uint_t *); 242 boolean_t nvlist_exists(nvlist_t *, const char *); 243 boolean_t nvlist_empty(nvlist_t *); 251 int nvpair_value_boolean_value(nvpair_t *, boolean_t *); 263 int nvpair_value_boolean_array(nvpair_t *, boolean_t **, uint_t *); 291 void fnvlist_add_boolean_value(nvlist_t *, const char *, boolean_t); 304 void fnvlist_add_boolean_array(nvlist_t *, const char *, boolean_t *, uint_t); [all …]
|
/netbsd-src/external/cddl/osnet/dist/cmd/zpool/ |
H A D | zpool_vdev.c | 95 boolean_t error_seen; 96 boolean_t is_force; 139 check_slice(const char *path, int force, boolean_t wholedisk, boolean_t isspare) in check_slice() 262 check_device(const char *path, boolean_t force, boolean_t isspare) in check_device() 289 check_file(const char *file, boolean_t force, boolean_t isspare) in check_file() 296 boolean_t inuse; in check_file() 362 check_device(const char *name, boolean_t force, boolean_t isspare) in check_device() 382 static boolean_t 441 boolean_t wholedisk = B_FALSE; in make_leaf_vdev() 600 get_replication(nvlist_t *nvroot, boolean_t fatal) in get_replication() [all …]
|
/netbsd-src/external/bsd/jemalloc/dist/src/ |
H A D | zone.c | 53 boolean_t (*check)(malloc_zone_t *); 54 void (*print)(malloc_zone_t *, boolean_t); 59 boolean_t (*zone_locked)(malloc_zone_t *); 60 boolean_t (*enable_discharge_checking)(malloc_zone_t *); 61 boolean_t (*disable_discharge_checking)(malloc_zone_t *); 117 static boolean_t zone_check(malloc_zone_t *zone); 118 static void zone_print(malloc_zone_t *zone, boolean_t verbose); 124 static boolean_t zone_locked(malloc_zone_t *zone); 258 static boolean_t 264 zone_print(malloc_zone_t *zone, boolean_t verbose) { in zone_print() [all …]
|
/netbsd-src/external/cddl/osnet/dist/cmd/zfs/ |
H A D | zfs_main.c | 88 static boolean_t log_history = B_TRUE; 425 usage(boolean_t requested) in usage() 428 boolean_t show_properties = B_FALSE; in usage() 564 static boolean_t pt_shown; 616 static boolean_t 638 boolean_t parents = B_FALSE; in zfs_do_clone() 766 boolean_t noreserve = B_FALSE; in zfs_do_create() 767 boolean_t bflag = B_FALSE; in zfs_do_create() 768 boolean_t parents = B_FALSE; in zfs_do_create() 769 boolean_t nomount = B_FALSE; in zfs_do_create() [all …]
|
/netbsd-src/external/cddl/osnet/dist/uts/common/os/ |
H A D | callb.c | 55 boolean_t (*c_func)(); /* cb function: returns true if ok */ 85 static callb_id_t callb_add_common(boolean_t (*)(void *, int), 136 callb_add_common(boolean_t (*func)(void *arg, int code), in callb_add_common() 182 callb_add(boolean_t (*func)(void *arg, int code), in callb_add() 195 callb_add_thread(boolean_t (*func)(void *arg, int code), in callb_add_thread() 306 boolean_t 341 boolean_t 377 boolean_t 381 boolean_t ret_val; in callb_is_stopped()
|