Searched refs:__swab64p (Results 1 – 4 of 4) sorted by relevance
41 return (__force __le64)__swab64p(p); in __cpu_to_le64p()45 return __swab64p((__u64 *)p); in __le64_to_cpup()
65 return (__force __be64)__swab64p(p); in __cpu_to_be64p()69 return __swab64p((__u64 *)p); in __be64_to_cpup()
163 static inline __u64 __swab64p(const __u64 *x) in __swab64p() function178 #define swab64p __swab64p
170 return (unsigned long) __swab64p((u64 *) x); in ext2_swabp()
Completed in 7 milliseconds