Searched refs:__le64 (Results 1 – 25 of 588) sorted by relevance
12345678910>>...24
/Linux-v5.15/include/uapi/linux/ |
D | btrfs_tree.h | 376 __le64 objectid; 378 __le64 offset; 389 __le64 devid; 392 __le64 total_bytes; 395 __le64 bytes_used; 407 __le64 type; 410 __le64 generation; 416 __le64 start_offset; 435 __le64 devid; 436 __le64 offset; [all …]
|
D | nilfs2_ondisk.h | 55 __le64 i_blocks; 56 __le64 i_size; 57 __le64 i_ctime; 58 __le64 i_mtime; 66 __le64 i_bmap[NILFS_INODE_BMAP_SIZE]; 68 __le64 i_xattr; 89 __le64 sr_nongc_ctime; 156 __le64 s_nsegments; /* Number of segments in filesystem */ 157 /*20*/ __le64 s_dev_size; /* block device size in bytes */ 158 __le64 s_first_data_block; /* 1st seg disk block number */ [all …]
|
D | acrn.h | 227 __le64 rax; 228 __le64 rcx; 229 __le64 rdx; 230 __le64 rbx; 231 __le64 rsp; 232 __le64 rbp; 233 __le64 rsi; 234 __le64 rdi; 235 __le64 r8; 236 __le64 r9; [all …]
|
D | virtio_iommu.h | 21 __le64 start; 22 __le64 end; 32 __le64 page_size_mask; 96 __le64 virt_start; 97 __le64 virt_end; 98 __le64 phys_start; 106 __le64 virt_start; 107 __le64 virt_end; 129 __le64 start; 130 __le64 end; [all …]
|
/Linux-v5.15/drivers/net/ethernet/pensando/ionic/ |
D | ionic_if.h | 290 __le64 hwstamp_mask; 460 __le64 features; 502 __le64 capabilities; 513 __le64 hwstamp_tx_modes; 514 __le64 hwstamp_rx_filters; 556 __le64 info_pa; 618 __le64 features; 679 __le64 ring_base; 680 __le64 cq_ring_base; 681 __le64 sg_ring_base; [all …]
|
/Linux-v5.15/fs/ksmbd/ |
D | smb2pdu.h | 146 __le64 MessageId; 152 __le64 AsyncId; 154 __le64 SessionId; 178 __le64 SessionId; 362 __le64 SystemTime; /* MBZ */ 363 __le64 ServerStartTime; 391 __le64 PreviousSessionId; 586 __le64 SmbCreateFlags; 587 __le64 Reserved; 606 __le64 CreationTime; [all …]
|
D | smb_common.h | 286 __le64 VolumeCreationTime; 294 __le64 TotalAllocationUnits; 295 __le64 FreeAllocationUnits; 319 __le64 CreationTime; 320 __le64 LastAccessTime; 321 __le64 LastWriteTime; 322 __le64 ChangeTime; 323 __le64 EndOfFile; 324 __le64 AllocationSize; 340 __le64 CreationTime; [all …]
|
/Linux-v5.15/include/linux/ceph/ |
D | ceph_fs.h | 176 __le64 have_version; 178 __le64 session_mon_tid; 185 __le64 data_pool; 189 __le64 kb, kb_used, kb_avail; 190 __le64 num_objects; 195 __le64 version; 225 __le64 start; 309 __le64 seq; 410 __le64 size, old_size; /* old_size needed by truncate */ 447 __le64 owner; /* owner of the lock */ [all …]
|
/Linux-v5.15/drivers/net/ethernet/broadcom/bnxt/ |
D | bnxt_hsi.h | 23 __le64 resp_addr; 77 __le64 resp_addr; 99 __le64 req_addr; 544 __le64 resp_addr; 1339 __le64 resp_addr; 1368 __le64 resp_addr; 1392 __le64 resp_addr; 1416 __le64 resp_addr; 1439 __le64 resp_addr; 1498 __le64 resp_addr; [all …]
|
/Linux-v5.15/fs/ocfs2/ |
D | ocfs2_fs.h | 437 __le64 e_blkno; /* Physical disk offset, in blocks */ 444 __le64 c_blkno; /* Physical disk offset (blocks) of 1st group */ 469 __le64 l_reserved2; /* Pad to 484 __le64 cl_reserved1; 512 __le64 h_blkno; /* Offset on disk, in blocks */ 513 /*20*/ __le64 h_suballoc_loc; /* Suballocator block group this 517 __le64 h_next_leaf_blk; /* Offset on disk, in blocks, 590 /*10*/ __le64 s_lastcheck; /* Time of last check */ 595 __le64 s_root_blkno; /* Offset, in blocks, of root directory 597 /*30*/ __le64 s_system_dir_blkno; /* Offset, in blocks, of system [all …]
|
/Linux-v5.15/fs/quota/ |
D | quotaio_v2.h | 45 __le64 dqb_curspace; /* current space occupied (in bytes) */ 46 __le64 dqb_btime; /* time limit for excessive disk use */ 47 __le64 dqb_itime; /* time limit for excessive inode use */ 53 __le64 dqb_ihardlimit; /* absolute limit on allocated inodes */ 54 __le64 dqb_isoftlimit; /* preferred inode limit */ 55 __le64 dqb_curinodes; /* current # allocated inodes */ 56 __le64 dqb_bhardlimit; /* absolute limit on disk space (in QUOTABLOCK_SIZE) */ 57 __le64 dqb_bsoftlimit; /* preferred limit on disk space (in QUOTABLOCK_SIZE) */ 58 __le64 dqb_curspace; /* current space occupied (in bytes) */ 59 __le64 dqb_btime; /* time limit for excessive disk use */ [all …]
|
/Linux-v5.15/net/ceph/ |
D | auth_x_protocol.h | 12 __le64 secret_id; 34 __le64 server_challenge; 39 __le64 client_challenge; 40 __le64 key; 51 __le64 server_challenge; 52 __le64 client_challenge; 66 __le64 global_id; 73 __le64 nonce; 75 __le64 server_challenge_plus_one; 80 __le64 server_challenge; [all …]
|
/Linux-v5.15/fs/cifs/ |
D | smb2pdu.h | 103 __le64 MessageId; 485 __le64 SystemTime; /* MBZ */ 486 __le64 ServerStartTime; 816 __le64 SmbCreateFlags; 817 __le64 Reserved; 843 __le64 CreationTime; 844 __le64 LastAccessTime; 845 __le64 LastWriteTime; 846 __le64 ChangeTime; 847 __le64 AllocationSize; [all …]
|
D | cifspdu.h | 676 __le64 time; 868 __le64 AllocationSize; 896 __le64 CreationTime; 897 __le64 LastAccessTime; 898 __le64 LastWriteTime; 899 __le64 ChangeTime; 901 __le64 AllocationSize; 902 __le64 EndOfFile; 917 __le64 CreationTime; 918 __le64 LastAccessTime; [all …]
|
/Linux-v5.15/drivers/infiniband/hw/bnxt_re/ |
D | roce_hsi.h | 146 __le64 va_or_pa; 209 __le64 reserved64; 224 __le64 reserved64; 278 __le64 reserved64; 294 __le64 reserved64; 314 __le64 remote_va; 329 __le64 remote_va; 347 __le64 remote_va; 348 __le64 swap_data; 349 __le64 cmp_data; [all …]
|
/Linux-v5.15/drivers/crypto/hisilicon/sec2/ |
D | sec_crypto.h | 152 __le64 long_a_data_len; 153 __le64 a_ivin_addr; 154 __le64 a_key_addr; 155 __le64 mac_addr; 156 __le64 c_ivin_addr; 157 __le64 c_key_addr; 159 __le64 data_src_addr; 160 __le64 data_dst_addr; 243 __le64 a_ivin_addr; 271 __le64 c_ivin_addr; [all …]
|
/Linux-v5.15/fs/ceph/ |
D | metric.h | 55 __le64 hit; 56 __le64 mis; 57 __le64 total; 84 __le64 hit; 85 __le64 mis; 86 __le64 total; 92 __le64 opened_files; 93 __le64 total; 99 __le64 pinned_icaps; 100 __le64 total; [all …]
|
/Linux-v5.15/fs/ubifs/ |
D | ubifs-media.h | 459 __le64 sqnum; 477 __le64 huge; 518 __le64 creat_sqnum; 519 __le64 size; 520 __le64 atime_sec; 521 __le64 ctime_sec; 522 __le64 mtime_sec; 559 __le64 inum; 602 __le64 old_size; 603 __le64 new_size; [all …]
|
/Linux-v5.15/drivers/net/wireless/intel/iwlwifi/ |
D | iwl-context-info.h | 86 __le64 umac_img[IWL_MAX_DRAM_ENTRY]; 87 __le64 lmac_img[IWL_MAX_DRAM_ENTRY]; 88 __le64 virtual_img[IWL_MAX_DRAM_ENTRY]; 98 __le64 free_rbd_addr; 99 __le64 used_rbd_addr; 100 __le64 status_wr_ptr; 109 __le64 cmd_queue_addr; 120 __le64 core_dump_addr; 131 __le64 platform_nvm_addr; 143 __le64 early_debug_addr; [all …]
|
D | iwl-context-info-gen3.h | 103 __le64 pnvm_base_addr; 115 __le64 hwm_base_addr; 126 __le64 free_rbd_addr; 136 __le64 base_addr; 232 __le64 prph_info_base_addr; 233 __le64 cr_head_idx_arr_base_addr; 234 __le64 tr_tail_idx_arr_base_addr; 235 __le64 cr_tail_idx_arr_base_addr; 236 __le64 tr_head_idx_arr_base_addr; 239 __le64 mtr_base_addr; [all …]
|
/Linux-v5.15/fs/ntfs3/ |
D | ntfs.h | 187 static_assert(sizeof(__le64) == sizeof(struct MFT_REF)); 219 __le64 sectors_per_volume;// 0x28: Size of volume in sectors. 220 __le64 mft_clst; // 0x30: First cluster of $MFT 221 __le64 mft2_clst; // 0x38: First cluster of $MFTMirr 226 __le64 serial_num; // 0x48: Volume serial number 255 __le64 lsn; // 0x08: Log file sequence number, 332 __le64 svcn; // 0x10: Starting VCN of this segment. 333 __le64 evcn; // 0x18: End VCN of this segment. 349 __le64 alloc_size; // 0x28: The allocated size of attribute in bytes. 351 __le64 data_size; // 0x30: The size of attribute in bytes <= alloc_size. [all …]
|
/Linux-v5.15/include/uapi/linux/raid/ |
D | md_p.h | 239 __le64 ctime; /* lo 40 bits are seconds, top 24 are microseconds or 0*/ 242 __le64 size; /* used size of component devices, in 512byte sectors */ 261 __le64 reshape_position; /* next address in array-space for reshape */ 271 __le64 data_offset; /* sector start of data, often 0 */ 272 __le64 data_size; /* sectors in this device that can be used for data */ 273 __le64 super_offset; /* sector start of this superblock */ 275 __le64 recovery_offset;/* sectors before this offset (from data_offset) have been recovered */ 276 __le64 journal_tail;/* journal tail of journal device (from data_offset) */ 293 __le64 utime; /* 40 bits second, 24 bits microseconds */ 294 __le64 events; /* incremented when superblock updated */ [all …]
|
/Linux-v5.15/drivers/net/ethernet/freescale/dpaa2/ |
D | dpni-cmd.h | 142 __le64 irq_addr; 299 __le64 counter[DPNI_STATISTICS_CNT]; 304 __le64 pad0; 309 __le64 options; 325 __le64 options; 401 __le64 pad1[5]; 403 __le64 key_cfg_iova; 462 __le64 pad0; 470 __le64 flc; 472 __le64 user_context; [all …]
|
/Linux-v5.15/drivers/net/ethernet/neterion/ |
D | s2io.h | 167 __le64 tmac_drop_frms; 170 __le64 tmac_pause_ctrl_frms; 175 __le64 tmac_ttl_less_fb_octets; 176 __le64 tmac_vld_ip_octets; 181 __le64 tmac_tcp; 188 __le64 rmac_fcs_err_frms; 189 __le64 rmac_drop_frms; 194 __le64 rmac_long_frms; 195 __le64 rmac_pause_ctrl_frms; 196 __le64 rmac_unsup_ctrl_frms; [all …]
|
/Linux-v5.15/drivers/nvdimm/ |
D | label.h | 57 __le64 myoff; 58 __le64 mysize; 59 __le64 otheroff; 60 __le64 labeloff; 64 __le64 checksum; 88 __le64 isetcookie; 89 __le64 lbasize; 90 __le64 dpa; 91 __le64 rawsize; 102 __le64 checksum;
|
12345678910>>...24