• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/

Lines Matching refs:uint64_t

64 	uint64_t sh_pool_create_len;	/* ending offset of zpool create */
65 uint64_t sh_phys_max_off; /* physical EOF */
66 uint64_t sh_bof; /* logical BOF */
67 uint64_t sh_eof; /* logical EOF */
68 uint64_t sh_records_lost; /* num of records overwritten */
72 * All members must be uint64_t, for byteswap purposes.
75 uint64_t sr_state; /* dsl_scan_state_t */
81 uint64_t sr_removing_vdev;
87 uint64_t sr_prev_indirect_vdev;
89 uint64_t sr_start_time;
90 uint64_t sr_end_time;
99 uint64_t sr_to_copy; /* bytes that need to be copied */
100 uint64_t sr_copied; /* bytes that have been copied or freed */
113 uint64_t scip_vdev;
119 uint64_t scip_prev_obsolete_sm_object;
124 uint64_t scip_next_mapping_object;
128 uint64_t sav_object; /* MOS object for device list */
209 uint64_t spa_config_txg; /* txg of last config change */
218 uint64_t spa_import_flags; /* import specific flags */
226 uint64_t spa_first_txg; /* first txg after spa_open() */
227 uint64_t spa_final_txg; /* txg of export/destroy */
228 uint64_t spa_freeze_txg; /* freeze pool at this txg */
229 uint64_t spa_load_max_txg; /* best initial ub_txg */
230 uint64_t spa_claim_max_txg; /* highest claimed birth txg */
240 uint64_t spa_config_guid; /* config pool guid */
241 uint64_t spa_load_guid; /* spa_load initialized guid */
242 uint64_t spa_last_synced_guid; /* last synced guid */
258 uint64_t spa_config_object; /* MOS object for pool config */
259 uint64_t spa_config_generation; /* config generation number */
260 uint64_t spa_syncing_txg; /* txg currently syncing */
270 uint64_t spa_last_io; /* lbolt of last non-scan I/O */
272 uint64_t spa_scrub_inflight; /* in-flight scrub bytes */
273 uint64_t spa_load_verify_ios; /* in-flight verifications IOs */
280 uint64_t spa_scan_pass_start; /* start time per pass/reboot */
281 uint64_t spa_scan_pass_scrub_pause; /* scrub pause time */
282 uint64_t spa_scan_pass_scrub_spent_paused; /* total paused */
283 uint64_t spa_scan_pass_exam; /* examined bytes per pass */
284 uint64_t spa_scan_pass_issued; /* issued bytes per pass */
291 uint64_t spa_missing_tvds; /* unopenable tvds on load */
292 uint64_t spa_missing_tvds_allowed; /* allow loading spa? */
301 uint64_t spa_checkpoint_txg; /* the txg of the checkpoint */
306 uint64_t spa_ena; /* spa-wide ereport ENA */
308 uint64_t spa_last_ubsync_txg; /* "best" uberblock txg */
309 uint64_t spa_last_ubsync_txg_ts; /* timestamp from that ub */
310 uint64_t spa_load_txg; /* ub txg that loaded */
311 uint64_t spa_load_txg_ts; /* timestamp from that ub */
312 uint64_t spa_load_meta_errors; /* verify metadata err count */
313 uint64_t spa_load_data_errors; /* verify data err count */
314 uint64_t spa_verify_min_txg; /* start txg of verify scrub */
316 uint64_t spa_errlog_last; /* last error log object */
317 uint64_t spa_errlog_scrub; /* scrub error log object */
321 uint64_t spa_deflate; /* should we deflate? */
322 uint64_t spa_history; /* history object */
326 uint64_t spa_pool_props_object; /* object for properties */
327 uint64_t spa_bootfs; /* default boot filesystem */
328 uint64_t spa_failmode; /* failure mode for the pool */
329 uint64_t spa_delegation; /* delegation on/off */
343 uint64_t spa_autoexpand; /* lun expansion on/off */
344 uint64_t spa_bootsize; /* efi system partition size */
346 uint64_t spa_ddt_stat_object; /* DDT statistics */
347 uint64_t spa_dedup_ditto; /* dedup ditto threshold */
348 uint64_t spa_dedup_checksum; /* default dedup checksum */
349 uint64_t spa_dspace; /* dspace in normal class */
355 uint64_t spa_did; /* if procp != p0, did of t1 */
361 uint64_t spa_creation_version; /* version at pool creation */
362 uint64_t spa_prev_software_version; /* See ub_software_version */
363 uint64_t spa_feat_for_write_obj; /* required to write to pool */
364 uint64_t spa_feat_for_read_obj; /* required to read from pool */
365 uint64_t spa_feat_desc_obj; /* Feature descriptions */
366 uint64_t spa_feat_enabled_txg_obj; /* Feature enabled txg */
370 uint64_t spa_feat_refcount_cache[SPA_FEATURES];
379 uint64_t spa_deadman_calls; /* number of deadman calls */
381 uint64_t spa_deadman_synctime; /* deadman expiration timer */
382 uint64_t spa_all_vdev_zaps; /* ZAP of per-vd ZAP obj #s */
398 uint64_t spa_lowmem_page_load; /* memory load during txg */
399 uint64_t spa_lowmem_last_txg; /* txg window start */
405 uint64_t spa_multihost; /* multihost aware (mmp) */
408 uint64_t spa_leaf_list_gen; /* track leaf_list changes */