Home
last modified time | relevance | path

Searched refs:__le64 (Results 1 – 25 of 37) sorted by relevance

12

/external/kernel-headers/original/uapi/linux/
Dbtrfs_tree.h336 __le64 objectid;
338 __le64 offset;
349 __le64 devid;
352 __le64 total_bytes;
355 __le64 bytes_used;
367 __le64 type;
370 __le64 generation;
376 __le64 start_offset;
395 __le64 devid;
396 __le64 offset;
[all …]
Dnilfs2_ondisk.h54 __le64 i_blocks;
55 __le64 i_size;
56 __le64 i_ctime;
57 __le64 i_mtime;
65 __le64 i_bmap[NILFS_INODE_BMAP_SIZE];
67 __le64 i_xattr;
88 __le64 sr_nongc_ctime;
155 __le64 s_nsegments; /* Number of segments in filesystem */
156 /*20*/ __le64 s_dev_size; /* block device size in bytes */
157 __le64 s_first_data_block; /* 1st seg disk block number */
[all …]
Dvirtio_vsock.h42 __le64 guest_cid;
54 __le64 src_cid;
55 __le64 dst_cid;
Dmic_common.h46 __le64 config[0];
64 __le64 vdev;
116 __le64 address;
117 __le64 used_address;
Dvirtio_gpu.h94 __le64 fence_id;
163 __le64 offset;
169 __le64 addr;
210 __le64 offset;
Dtypes.h32 typedef __u64 __bitwise __le64; typedef
49 #define __aligned_le64 __le64 __attribute__((aligned(8)))
Dvirtio_crypto.h96 __le64 session_id;
233 __le64 session_id;
273 __le64 session_id;
/external/syslinux/core/fs/btrfs/
Dbtrfs.h14 typedef u64 __le64; typedef
66 __le64 devid;
67 __le64 total_bytes;
68 __le64 bytes_used;
72 __le64 type;
73 __le64 generation;
74 __le64 start_offset;
86 __le64 bytenr; /* this block number */
87 __le64 flags;
90 __le64 magic;
[all …]
/external/e2fsprogs/lib/support/
Dquotaio_v2.h42 __le64 dqb_ihardlimit; /* absolute limit on allocated inodes */
43 __le64 dqb_isoftlimit; /* preferred inode limit */
44 __le64 dqb_curinodes; /* current # allocated inodes */
45 __le64 dqb_bhardlimit; /* absolute limit on disk space
47 __le64 dqb_bsoftlimit; /* preferred limit on disk space
49 __le64 dqb_curspace; /* current space occupied (in bytes) */
50 __le64 dqb_btime; /* time limit for excessive disk use */
51 __le64 dqb_itime; /* time limit for excessive inode use */
/external/kernel-headers/original/uapi/linux/raid/
Dmd_p.h238 __le64 ctime; /* lo 40 bits are seconds, top 24 are microseconds or 0*/
241 __le64 size; /* used size of component devices, in 512byte sectors */
252 __le64 reshape_position; /* next address in array-space for reshape */
262 __le64 data_offset; /* sector start of data, often 0 */
263 __le64 data_size; /* sectors in this device that can be used for data */
264 __le64 super_offset; /* sector start of this superblock */
266 __le64 recovery_offset;/* sectors before this offset (from data_offset) have been recovered */
267 __le64 journal_tail;/* journal tail of journal device (from data_offset) */
284 __le64 utime; /* 40 bits second, 24 bits microseconds */
285 __le64 events; /* incremented when superblock updated */
[all …]
/external/squashfs-tools/kernel/include/linux/
Dsquashfs_fs.h228 __le64 root_inode;
229 __le64 bytes_used;
230 __le64 id_table_start;
231 __le64 xattr_table_start;
232 __le64 inode_table_start;
233 __le64 directory_table_start;
234 __le64 fragment_table_start;
235 __le64 lookup_table_start;
308 __le64 start_block;
309 __le64 file_size;
[all …]
Dsquashfs_fs_sb.h59 __le64 *id_table;
60 __le64 *fragment_index;
68 __le64 *inode_lookup_table;
/external/squashfs-tools/kernel/fs/squashfs/
Dsquashfs_fs.h229 __le64 root_inode;
230 __le64 bytes_used;
231 __le64 id_table_start;
232 __le64 xattr_table_start;
233 __le64 inode_table_start;
234 __le64 directory_table_start;
235 __le64 fragment_table_start;
236 __le64 lookup_table_start;
309 __le64 start_block;
310 __le64 file_size;
[all …]
Dsquashfs_fs_sb.h61 __le64 *id_table;
62 __le64 *fragment_index;
68 __le64 *inode_lookup_table;
Dsquashfs.h55 extern __le64 *squashfs_read_inode_lookup_table(struct super_block *, u64,
60 extern __le64 *squashfs_read_fragment_index_table(struct super_block *,
65 extern __le64 *squashfs_read_id_index_table(struct super_block *, u64,
Dexport.c58 __le64 ino; in squashfs_inode_lookup()
123 __le64 *squashfs_read_inode_lookup_table(struct super_block *sb, in squashfs_read_inode_lookup_table()
127 __le64 *inode_lookup_table; in squashfs_read_inode_lookup_table()
Did.c70 __le64 *squashfs_read_id_index_table(struct super_block *sb, in squashfs_read_id_index_table()
74 __le64 *id_table; in squashfs_read_id_index_table()
Dfragment.c75 __le64 *squashfs_read_fragment_index_table(struct super_block *sb, in squashfs_read_fragment_index_table()
79 __le64 *fragment_index; in squashfs_read_fragment_index_table()
/external/kernel-headers/original/uapi/linux/byteorder/
Dbig_endian.h18 #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 __always_inline __le64 __cpu_to_le64p(const __u64 *p) in __cpu_to_le64p()
45 return (__force __le64)__swab64p(p); in __cpu_to_le64p()
47 static __always_inline __u64 __le64_to_cpup(const __le64 *p) in __le64_to_cpup()
Dlittle_endian.h18 #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 __always_inline __le64 __cpu_to_le64p(const __u64 *p) in __cpu_to_le64p()
45 return (__force __le64)*p; in __cpu_to_le64p()
47 static __always_inline __u64 __le64_to_cpup(const __le64 *p) in __le64_to_cpup()
/external/syslinux/extlinux/
Dbtrfs.h26 typedef u64 __le64; typedef
37 __le64 dirid;
38 __le64 sequence;
43 __le64 objectid;
45 __le64 offset;
50 __le64 transid;
/external/f2fs-tools/include/
Df2fs_fs.h487 __le64 block_count; /* total # of user blocks */
532 __le64 checkpoint_ver; /* checkpoint block version number */
533 __le64 user_block_count; /* # of user blocks */
534 __le64 valid_block_count; /* # of valid blocks in main area */
554 __le64 elapsed_time; /* mounted time */
632 __le64 i_size; /* file size in bytes */
633 __le64 i_blocks; /* file size in blocks */
634 __le64 i_atime; /* access time */
635 __le64 i_ctime; /* change time */
636 __le64 i_mtime; /* modification time */
[all …]
/external/iptables/include/linux/
Dtypes.h31 typedef __u64 __bitwise __le64; typedef
48 #define __aligned_le64 __le64 __attribute__((aligned(8)))
/external/e2fsprogs/misc/
De2undo.c56 __le64 num_keys; /* how many keys? */
57 __le64 super_offset; /* where in the file is the superblock copy? */
58 __le64 key_offset; /* where do the key/data block chunks start? */
67 __le64 fs_offset; /* filesystem offset */
75 __le64 fsblk; /* where in the fs does the block go */
83 __le64 reserved; /* zero */
/external/e2fsprogs/lib/blkid/
Dblkid_types.h36 typedef __u64 __bitwise __le64; typedef

12