Searched refs:__le64 (Results 1 – 25 of 27) sorted by relevance
12
/include/linux/ |
D | nilfs2_fs.h | 67 __le64 i_blocks; 68 __le64 i_size; 69 __le64 i_ctime; 70 __le64 i_mtime; 78 __le64 i_bmap[NILFS_INODE_BMAP_SIZE]; 80 __le64 i_xattr; 101 __le64 sr_nongc_ctime; 160 __le64 s_nsegments; /* Number of segments in filesystem */ 161 /*20*/ __le64 s_dev_size; /* block device size in bytes */ 162 __le64 s_first_data_block; /* 1st seg disk block number */ [all …]
|
D | f2fs_fs.h | 85 __le64 block_count; /* total # of user blocks */ 133 __le64 checkpoint_ver; /* checkpoint block version number */ 134 __le64 user_block_count; /* # of user blocks */ 135 __le64 valid_block_count; /* # of valid blocks in main area */ 155 __le64 elapsed_time; /* mounted time */ 223 __le64 i_size; /* file size in bytes */ 224 __le64 i_blocks; /* file size in blocks */ 225 __le64 i_atime; /* access time */ 226 __le64 i_ctime; /* change time */ 227 __le64 i_mtime; /* modification time */ [all …]
|
D | types.h | 119 #define aligned_le64 __le64 __attribute__((aligned(8)))
|
D | ata.h | 980 __le64 *buffer = _buffer; in ata_set_lba_range_entries()
|
/include/linux/ceph/ |
D | ceph_fs.h | 173 __le64 have_version; 175 __le64 session_mon_tid; 184 __le64 kb, kb_used, kb_avail; 185 __le64 num_objects; 190 __le64 version; 201 __le64 auid; 202 __le64 snapid; 216 __le64 snapid; 237 __le64 have_version; __le64 have; 316 __le64 seq; [all …]
|
D | msgr.h | 46 __le64 num; 97 __le64 features; /* supported feature bits */ 109 __le64 features; /* feature bits for this session */ 124 __le64 seq; /* message seq# for this session */ 125 __le64 tid; /* transaction id */ 142 __le64 seq; /* message seq# for this session */ 143 __le64 tid; /* transaction id */
|
D | rados.h | 27 typedef __le64 ceph_snapid_t; 118 __le64 version; 429 __le64 offset, length; 430 __le64 truncate_size; 446 __le64 cookie, count; 449 __le64 snapid; 452 __le64 cookie; 453 __le64 ver; 457 __le64 offset, length; 458 __le64 src_offset; [all …]
|
D | messenger.h | 230 __le64 out_temp_ack; /* for writing an ack */ 239 __le64 in_temp_ack; /* for reading an ack */
|
D | pagelist.h | 50 __le64 ev = cpu_to_le64(v); in ceph_pagelist_encode_64()
|
D | decode.h | 170 put_unaligned_le64(v, (__le64 *)*p); in ceph_encode_64()
|
D | osd_client.h | 137 __le64 *r_request_pool;
|
/include/uapi/linux/raid/ |
D | md_p.h | 221 __le64 ctime; /* lo 40 bits are seconds, top 24 are microseconds or 0*/ 224 __le64 size; /* used size of component devices, in 512byte sectors */ 235 __le64 reshape_position; /* next address in array-space for reshape */ 245 __le64 data_offset; /* sector start of data, often 0 */ 246 __le64 data_size; /* sectors in this device that can be used for data */ 247 __le64 super_offset; /* sector start of this superblock */ 248 __le64 recovery_offset;/* sectors before this offset (from data_offset) have been recovered */ 263 __le64 utime; /* 40 bits second, 24 bits microseconds */ 264 __le64 events; /* incremented when superblock updated */ 265 __le64 resync_offset; /* data before this offset (from data_offset) known to be in sync */
|
/include/uapi/linux/ |
D | nvme.h | 102 __le64 nsze; 103 __le64 ncap; 104 __le64 nuse; 201 __le64 metadata; 202 __le64 prp1; 203 __le64 prp2; 213 __le64 metadata; 214 __le64 prp1; 215 __le64 prp2; 216 __le64 slba; [all …]
|
D | mic_common.h | 46 __le64 config[0]; 64 __le64 vdev; 114 __le64 address; 115 __le64 used_address;
|
D | types.h | 36 typedef __u64 __bitwise __le64; typedef 53 #define __aligned_le64 __le64 __attribute__((aligned(8)))
|
/include/net/ |
D | ieee802154_netdev.h | 51 __le64 extended_src; 60 __le64 extended_addr; 172 static inline __le64 ieee802154_devaddr_from_raw(const void *raw) in ieee802154_devaddr_from_raw() 177 return (__force __le64)swab64(temp); in ieee802154_devaddr_from_raw() 180 static inline void ieee802154_devaddr_to_raw(void *raw, __le64 addr) in ieee802154_devaddr_to_raw() 256 __le64 extended_source; 293 __le64 hwaddr; 317 __le64 default_key_source; 320 __le64 hwaddr; 321 __le64 coord_hwaddr; [all …]
|
D | mac802154.h | 54 __le64 ieee_addr; 176 int (*ieee_addr)(struct ieee802154_dev *dev, __le64 addr);
|
D | netlink.h | 877 static inline int nla_put_le64(struct sk_buff *skb, int attrtype, __le64 value) in nla_put_le64() 879 return nla_put(skb, attrtype, sizeof(__le64), &value); in nla_put_le64()
|
/include/uapi/linux/byteorder/ |
D | big_endian.h | 18 #define __constant_cpu_to_le64(x) ((__force __le64)___constant_swab64((x))) 19 #define __constant_le64_to_cpu(x) ___constant_swab64((__force __u64)(__le64)(x)) 30 #define __cpu_to_le64(x) ((__force __le64)__swab64((x))) 31 #define __le64_to_cpu(x) __swab64((__force __u64)(__le64)(x)) 43 static inline __le64 __cpu_to_le64p(const __u64 *p) in __cpu_to_le64p() 45 return (__force __le64)__swab64p(p); in __cpu_to_le64p() 47 static inline __u64 __le64_to_cpup(const __le64 *p) in __le64_to_cpup()
|
D | little_endian.h | 18 #define __constant_cpu_to_le64(x) ((__force __le64)(__u64)(x)) 19 #define __constant_le64_to_cpu(x) ((__force __u64)(__le64)(x)) 30 #define __cpu_to_le64(x) ((__force __le64)(__u64)(x)) 31 #define __le64_to_cpu(x) ((__force __u64)(__le64)(x)) 43 static inline __le64 __cpu_to_le64p(const __u64 *p) in __cpu_to_le64p() 45 return (__force __le64)*p; in __cpu_to_le64p() 47 static inline __u64 __le64_to_cpup(const __le64 *p) in __le64_to_cpup()
|
/include/linux/unaligned/ |
D | access_ok.h | 19 return le64_to_cpup((__le64 *)p); in get_unaligned_le64() 49 *((__le64 *)p) = cpu_to_le64(val); in put_unaligned_le64()
|
/include/crypto/ |
D | b128ops.h | 61 __le64 b, a;
|
/include/linux/byteorder/ |
D | generic.h | 153 static inline void le64_add_cpu(__le64 *var, u64 val) in le64_add_cpu()
|
/include/net/bluetooth/ |
D | hci_core.h | 117 __le64 rand; 897 struct smp_ltk *hci_find_ltk(struct hci_dev *hdev, __le16 ediv, __le64 rand, 901 u8 tk[16], u8 enc_size, __le16 ediv, __le64 rand); 1373 void hci_le_start_enc(struct hci_conn *conn, __le16 ediv, __le64 rand,
|
D | mgmt.h | 194 __le64 rand;
|
12