Searched refs:uint64_t (Results 1 – 25 of 51) sorted by relevance
123
| /include/zfs/ |
| A D | dsl_dataset.h | 15 uint64_t ds_dir_obj; 16 uint64_t ds_prev_snap_obj; 17 uint64_t ds_prev_snap_txg; 18 uint64_t ds_next_snap_obj; 22 uint64_t ds_creation_txg; 23 uint64_t ds_deadlist_obj; 24 uint64_t ds_used_bytes; 25 uint64_t ds_compressed_bytes; 33 uint64_t ds_fsid_guid; 34 uint64_t ds_guid; [all …]
|
| A D | dsl_dir.h | 15 uint64_t dd_creation_time; /* not actually used */ 16 uint64_t dd_head_dataset_obj; 17 uint64_t dd_parent_obj; 18 uint64_t dd_clone_parent_obj; 19 uint64_t dd_child_dir_zapobj; 24 uint64_t dd_used_bytes; 25 uint64_t dd_compressed_bytes; 26 uint64_t dd_uncompressed_bytes; 28 uint64_t dd_quota; 30 uint64_t dd_reserved; [all …]
|
| A D | zfs_znode.h | 33 uint64_t zp_ctime[2]; /* 32 - last file change time */ 34 uint64_t zp_crtime[2]; /* 48 - creation time */ 36 uint64_t zp_mode; /* 72 - file mode bits */ 37 uint64_t zp_size; /* 80 - size of file */ 38 uint64_t zp_parent; /* 88 - directory parent (`..') */ 39 uint64_t zp_links; /* 96 - number of links to file */ 40 uint64_t zp_xattr; /* 104 - DMU object for xattrs */ 42 uint64_t zp_flags; /* 120 - persistent flags */ 43 uint64_t zp_uid; /* 128 - file owner */ 44 uint64_t zp_gid; /* 136 - owning group */ [all …]
|
| A D | zap_impl.h | 22 uint64_t mze_value; 29 uint64_t mz_block_type; /* ZBT_MICRO */ 30 uint64_t mz_salt; 31 uint64_t mz_pad[6]; 65 ((uint64_t *)(zap)->zap_f.zap_phys) \ 73 uint64_t zap_block_type; /* ZBT_HEADER */ 74 uint64_t zap_magic; /* ZAP_MAGIC */ 77 uint64_t zt_blk; /* starting block number */ 78 uint64_t zt_numblks; /* number of blocks */ 79 uint64_t zt_shift; /* bits to index it */ [all …]
|
| A D | zil.h | 31 uint64_t zh_claim_txg; /* txg in which log blocks were claimed */ 32 uint64_t zh_replay_seq; /* highest replayed sequence number */ 34 uint64_t zh_claim_seq; /* highest claimed sequence number */ 35 uint64_t zh_flags; /* header flags */ 36 uint64_t zh_pad[4];
|
| A D | uberblock_impl.h | 30 uint64_t ub_magic; /* UBERBLOCK_MAGIC */ 31 uint64_t ub_version; /* ZFS_VERSION */ 32 uint64_t ub_txg; /* txg of last sync */ 33 uint64_t ub_guid_sum; /* sum of all vdev guids */ 34 uint64_t ub_timestamp; /* UTC time of last sync */
|
| A D | vdev_impl.h | 24 uint64_t vb_magic; /* VDEV_BOOT_MAGIC */ 25 uint64_t vb_version; /* VDEV_BOOT_VERSION */ 26 uint64_t vb_offset; /* start offset (bytes) */ 27 uint64_t vb_size; /* size (bytes) */ 28 char vb_pad[VDEV_BOOT_HEADER_SIZE - 4 * sizeof(uint64_t)];
|
| A D | zio_checksum.h | 17 typedef void zio_checksum_t(const void *data, uint64_t size, 30 extern void zio_checksum_SHA256(const void *, uint64_t, 32 extern void fletcher_2_endian(const void *, uint64_t, zfs_endian_t endian, 34 extern void fletcher_4_endian(const void *, uint64_t, zfs_endian_t endian,
|
| A D | dmu_objset.h | 22 uint64_t os_type; 23 uint64_t os_flags; 25 sizeof(zil_header_t) - sizeof(uint64_t)*2];
|
| A D | zap_leaf.h | 38 uint64_t lh_block_type; /* ZBT_LEAF */ 39 uint64_t lh_pad1; 40 uint64_t lh_prefix; /* hash prefix of this leaf */ 73 uint64_t le_hash; /* hash value of the name */ 79 uint64_t la_array64;
|
| A D | dnode.h | 58 uint64_t dn_maxblkid; /* largest allocated block ID */ 59 uint64_t dn_used; /* bytes (or sectors) of disk space */ 61 uint64_t dn_pad3[4];
|
| A D | zio.h | 18 uint64_t zec_magic; /* for validation, endianness */ 32 sizeof(uint64_t)) 40 uint64_t zg_filler[SPA_GBH_FILLER];
|
| A D | zfs_acl.h | 24 uint64_t z_acl_extern_obj; /* ext acl pieces */ 34 uint64_t z_acl_extern_obj; /* ext acl pieces */
|
| /include/linux/ |
| A D | xxhash.h | 78 uint64_t xxh64(const void *input, size_t length, uint64_t seed); 94 uint64_t seed) in xxhash() 131 uint64_t total_len; 132 uint64_t v1; 133 uint64_t v2; 134 uint64_t v3; 135 uint64_t v4; 136 uint64_t mem64[4]; 182 void xxh64_reset(struct xxh64_state *state, uint64_t seed); 207 uint64_t xxh64_digest(const struct xxh64_state *state);
|
| /include/ |
| A D | cyclic.h | 37 uint64_t delay_us; 38 uint64_t start_time_us; 39 uint64_t cpu_time_us; 40 uint64_t run_cnt; 41 uint64_t next_call; 65 uint64_t delay_us, const char *name); 93 uint64_t delay_us, const char *name) in cyclic_register()
|
| A D | zfs_common.h | 69 uint64_t part_length; 75 uint64_t size; 77 uint64_t offset; 91 uint64_t zfs_read(zfs_file_t, char *buf, uint64_t len);
|
| A D | display_options.h | 24 void print_size(uint64_t size, const char *suffix); 35 void print_freq(uint64_t freq, const char *suffix);
|
| A D | time.h | 18 uint64_t get_timer_us(uint64_t base); 58 uint64_t usec_to_tick(unsigned long usec); 159 uint64_t get_ticks(void);
|
| A D | trace.h | 51 uint64_t text_base; /* Value of CONFIG_TEXT_BASE */ 52 uint64_t spare2; /* 0 */
|
| /include/fsl-mc/ |
| A D | fsl_mc_cmd.h | 11 ((uint64_t)((_width) < 64 ? ((uint64_t)1 << (_width)) - 1 : -1)) 13 static inline uint64_t mc_enc(int lsoffset, int width, uint64_t val) in mc_enc() 15 return (uint64_t)(((uint64_t)val & MAKE_UMASK64(width)) << lsoffset); in mc_enc() 17 static inline uint64_t mc_dec(uint64_t val, int lsoffset, int width) in mc_dec() 19 return (uint64_t)((val >> lsoffset) & MAKE_UMASK64(width)); in mc_dec() 32 uint64_t header; 33 uint64_t params[MC_CMD_NUM_OF_PARAMS]; 85 static inline uint64_t mc_encode_cmd_header(uint16_t cmd_id, in mc_encode_cmd_header() 89 uint64_t hdr = 0; in mc_encode_cmd_header()
|
| /include/xen/ |
| A D | hvm.h | 18 int hvm_get_parameter(int idx, uint64_t *value); 19 int hvm_get_parameter_maintain_dcache(int idx, uint64_t *value);
|
| /include/linux/mtd/ |
| A D | partitions.h | 40 uint64_t size; /* partition size */ 41 uint64_t offset; /* offset within the master MTD space */ 84 uint64_t mtd_get_device_size(const struct mtd_info *mtd);
|
| A D | mtd.h | 49 uint64_t addr; 50 uint64_t len; 51 uint64_t fail_addr; 155 uint64_t size; // Total size of the MTD 271 int (*_lock) (struct mtd_info *mtd, loff_t ofs, uint64_t len); 272 int (*_unlock) (struct mtd_info *mtd, loff_t ofs, uint64_t len); 466 int mtd_lock(struct mtd_info *mtd, loff_t ofs, uint64_t len); 467 int mtd_unlock(struct mtd_info *mtd, loff_t ofs, uint64_t len); 468 int mtd_is_locked(struct mtd_info *mtd, loff_t ofs, uint64_t len); 627 void mtd_get_len_incl_bad(struct mtd_info *mtd, uint64_t offset, [all …]
|
| /include/u-boot/ |
| A D | blake2.h | 49 uint64_t h[8]; 50 uint64_t t[2]; 51 uint64_t f[2];
|
| A D | sha512.h | 25 uint64_t state[SHA512_SUM_LEN / 8]; 26 uint64_t count[2];
|
Completed in 29 milliseconds
123