Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/raid/
H A Dmd_p.h217 __le64 ctime; /* lo 40 bits are seconds, top 24 are microseconds or 0*/
220 __le64 size; /* used size of component devices, in 512byte sectors */
231 __le64 reshape_position; /* next address in array-space for reshape */
238 __le64 data_offset; /* sector start of data, often 0 */
239 __le64 data_size; /* sectors in this device that can be used for data */
240 __le64 super_offset; /* sector start of this superblock */
241 __le64 recovery_offset;/* sectors before this offset (from data_offset) have been recovered */
250 __le64 utime; /* 40 bits second, 24 btes microseconds */
251 __le64 events; /* incremented when superblock updated */
252 __le64 resync_offset; /* data before this offset (from data_offset) known to be in sync */
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/byteorder/
H A Dbig_endian.h18 #define __constant_cpu_to_le64(x) ( (__le64)___constant_swab64((x)))
19 #define __constant_le64_to_cpu(x) ___constant_swab64( (__u64)(__le64)(x))
30 #define __cpu_to_le64(x) ( (__le64)__swab64((x)))
31 #define __le64_to_cpu(x) __swab64( (__u64)(__le64)(x))
43 static __inline__ __le64 __cpu_to_le64p(const __u64 *p) in __cpu_to_le64p()
45 return (__le64)__swab64p(p); in __cpu_to_le64p()
47 static __inline__ __u64 __le64_to_cpup(const __le64 *p) in __le64_to_cpup()
H A Dlittle_endian.h18 #define __constant_cpu_to_le64(x) ( (__le64)(__u64)(x))
19 #define __constant_le64_to_cpu(x) ( (__u64)(__le64)(x))
30 #define __cpu_to_le64(x) ( (__le64)(__u64)(x))
31 #define __le64_to_cpu(x) ( (__u64)(__le64)(x))
43 static __inline__ __le64 __cpu_to_le64p(const __u64 *p) in __cpu_to_le64p()
45 return (__le64)*p; in __cpu_to_le64p()
47 static __inline__ __u64 __le64_to_cpup(const __le64 *p) in __le64_to_cpup()
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dquotaio_v2.h36 __le64 dqb_curspace; /* current space occupied (in bytes) */
37 __le64 dqb_btime; /* time limit for excessive disk use */
38 __le64 dqb_itime; /* time limit for excessive inode use */
H A Dtypes.h104 #define aligned_le64 __le64 __attribute__((aligned(8)))
158 typedef __u64 __bitwise __le64; typedef
H A Dreiserfs_fs.h370 __le64 v;
842 __le64 sd_size; /* file size */