Searched refs:fio_swap32 (Results 1 – 10 of 10) sorted by relevance
102 t.magic = fio_swap32(t.magic); in is_blktrace()350 t->magic = fio_swap32(t->magic); in byteswap_trace()351 t->sequence = fio_swap32(t->sequence); in byteswap_trace()354 t->bytes = fio_swap32(t->bytes); in byteswap_trace()355 t->action = fio_swap32(t->action); in byteswap_trace()356 t->pid = fio_swap32(t->pid); in byteswap_trace()357 t->device = fio_swap32(t->device); in byteswap_trace()358 t->cpu = fio_swap32(t->cpu); in byteswap_trace()
167 static inline uint32_t fio_swap32(uint32_t val) in fio_swap32() function195 #define __le32_to_cpu(x) fio_swap32(x)198 #define __cpu_to_le32(x) fio_swap32(x)
31 #define fio_swap32(x) bswap32(x) macro
33 #define fio_swap32(x) bswap32(x) macro
26 #define fio_swap32(x) bswap32(x) macro
29 #define fio_swap32(x) BSWAP_32(x) macro
27 #define fio_swap32(x) OSSwapInt32(x) macro
212 #define fio_swap32(x) __bswap_32(x) macro
212 #define fio_swap32(x) bswap_32(x) macro
41 #define fio_swap32(x) _byteswap_ulong(x) macro