Searched refs:__swab32p (Results 1 – 4 of 4) sorted by relevance
49 return (__force __le32)__swab32p(p); in __cpu_to_le32p()53 return __swab32p((__u32 *)p); in __le32_to_cpup()
73 return (__force __be32)__swab32p(p); in __cpu_to_be32p()77 return __swab32p((__u32 *)p); in __be32_to_cpup()
143 static inline __u32 __swab32p(const __u32 *x) in __swab32p() function177 #define swab32p __swab32p
170 return (unsigned long) __swab32p((u32 *) x); in ext2_swabp()
Completed in 5 milliseconds