Searched refs:__be64 (Results 1 – 5 of 5) sorted by relevance
53 __be64 no_formal_ino;54 __be64 no_addr;80 __be64 __pad0; /* Was generation number in gfs1 */129 __be64 ri_addr; /* grp block disk address */133 __be64 ri_data0; /* first data location */167 __be64 rg_igeneration;204 __be64 qu_limit;205 __be64 qu_warn;206 __be64 qu_value;261 __be64 di_size; /* number of bytes in file */[all …]
103 #define aligned_be64 __be64 __attribute__((aligned(8)))159 typedef __u64 __bitwise __be64; typedef
55 __be64 from;
24 #define __constant_cpu_to_be64(x) ( (__be64)(__u64)(x))25 #define __constant_be64_to_cpu(x) ( (__u64)(__be64)(x))36 #define __cpu_to_be64(x) ( (__be64)(__u64)(x))37 #define __be64_to_cpu(x) ( (__u64)(__be64)(x))67 static __inline__ __be64 __cpu_to_be64p(const __u64 *p) in __cpu_to_be64p()69 return (__be64)*p; in __cpu_to_be64p()71 static __inline__ __u64 __be64_to_cpup(const __be64 *p) in __be64_to_cpup()
24 #define __constant_cpu_to_be64(x) ( (__be64)___constant_swab64((x)))25 #define __constant_be64_to_cpu(x) ___constant_swab64( (__u64)(__be64)(x))36 #define __cpu_to_be64(x) ( (__be64)__swab64((x)))37 #define __be64_to_cpu(x) __swab64( (__u64)(__be64)(x))67 static __inline__ __be64 __cpu_to_be64p(const __u64 *p) in __cpu_to_be64p()69 return (__be64)__swab64p(p); in __cpu_to_be64p()71 static __inline__ __u64 __be64_to_cpup(const __be64 *p) in __be64_to_cpup()