Searched defs:__be32_to_cpu (Results 1 – 4 of 4) sorted by relevance
7 static inline uint32_t __be32_to_cpu(uint32_t val) in __be32_to_cpu() function40 static inline uint32_t __be32_to_cpu(uint32_t val) in __be32_to_cpu() function
46 #define __be32_to_cpu(x) (x) macro53 #define __be32_to_cpu(x) (ext2fs_be32_to_cpu((x))) macro
39 #define __be32_to_cpu(x) __swab32((__force __u32)(__be32)(x)) macro
39 #define __be32_to_cpu(x) ((__force __u32)(__be32)(x)) macro