__swab32 52 fs/xfs/xfs_arch.h #define cpu_to_be32(val) (__swab32((__uint32_t)(val))) __swab32 55 fs/xfs/xfs_arch.h #define be32_to_cpu(val) (__swab32((__be32)(val))) __swab32 73 fs/xfs/xfs_arch.h #define INT_SWAP32(type,var) ((typeof(type))(__swab32((__u32)(var)))) __swab32 42 include/linux/byteorder.h # define __be32_to_cpu(x) __swab32((__force __u32)(__be32)(x)) __swab32 45 include/linux/byteorder.h # define __cpu_to_be32(x) ((__force __be32)__swab32(x)) __swab32 58 include/linux/byteorder.h # define __le32_to_cpu(x) __swab32((__force __u32)(__le32)(x)) __swab32 61 include/linux/byteorder.h # define __cpu_to_le32(x) ((__force __le32)__swab32(x)) __swab32 32 include/linux/byteorder/big_endian.h #define __cpu_to_le32(x) ((__force __le32)__swab32((x))) __swab32 33 include/linux/byteorder/big_endian.h #define __le32_to_cpu(x) __swab32((__force __u32)(__le32)(x)) __swab32 38 include/linux/byteorder/little_endian.h #define __cpu_to_be32(x) ((__force __be32)__swab32((x))) __swab32 39 include/linux/byteorder/little_endian.h #define __be32_to_cpu(x) __swab32((__force __u32)(__be32)(x)) __swab32 195 include/linux/byteorder/swab.h return (((__u64)__swab32(l)) << 32) | ((__u64)(__swab32(h))); __swab32 212 include/linux/byteorder/swab.h #define swab32 __swab32 __swab32 176 include/linux/swab.h return __swab32(*p); __swab32 293 include/linux/swab.h # define swab32 __swab32 __swab32 182 lib/find_next_bit.c return (unsigned long) __swab32((u32) y);