Searched refs:__cpu_to_le32 (Results 1 – 11 of 11) sorted by relevance
6 #define aRONLY (__cpu_to_le32(1))7 #define aHIDDEN (__cpu_to_le32(2))8 #define aSYSTEM (__cpu_to_le32(4))9 #define aEXECUTE (__cpu_to_le32(8))10 #define aDIR (__cpu_to_le32(0x10))11 #define aARCH (__cpu_to_le32(0x20))12 #define aSHARED (__cpu_to_le32(0x80))13 #define aDONTSUBALLOCATE (__cpu_to_le32(1L<<11))14 #define aTRANSACTIONAL (__cpu_to_le32(1L<<12))15 #define aPURGE (__cpu_to_le32(1L<<16))[all …]
216 #define __cpu_to_le32(x) (x) macro223 #define __cpu_to_le32(x) fio_swap32(x) macro249 __cpu_to_le32(val); \
48 #define __cpu_to_le32(x) (ext2fs_cpu_to_le32((x))) macro55 #define __cpu_to_le32(x) (x) macro179 crc = __cpu_to_le32(crc); in crc32_le_generic()
501 cmd->flags = __cpu_to_le32(FIO_NET_CMD_F_MORE); in fio_net_send_cmd()636 epdu.error = __cpu_to_le32(error); in fio_net_send_ack()637 epdu.signal = __cpu_to_le32(signal); in fio_net_send_ack()863 probe.cpus = __cpu_to_le32(cpus_online()); in handle_probe_cmd()928 pdu_error = __cpu_to_le32(error); in send_update_job_reply()1076 cmd.flags = __cpu_to_le32(this_flags); in fio_send_cmd_ext_pdu()1400 pdu->level = __cpu_to_le32(level); in fio_server_text_output()1401 pdu->buf_len = __cpu_to_le32(len); in fio_server_text_output()1933 pdu.compressed = __cpu_to_le32(STORE_COMPRESSED); in fio_send_iolog()1935 pdu.compressed = __cpu_to_le32(XMIT_COMPRESSED); in fio_send_iolog()
459 top->flow_id = __cpu_to_le32(o->flow_id); in convert_thread_options_to_net()460 top->flow = __cpu_to_le32(o->flow); in convert_thread_options_to_net()461 top->flow_watermark = __cpu_to_le32(o->flow_watermark); in convert_thread_options_to_net()
781 pdu->buf_len = __cpu_to_le32(sb.st_size); in __fio_client_send_local_ini()
33 #define __cpu_to_le32(x) ((__force __le32)(__u32)(x)) macro
33 #define __cpu_to_le32(x) ((__force __le32)__swab32((x))) macro
70 #define __cpu_to_le32(x) (x) macro75 #define host2hfa384x_32(n) (__cpu_to_le32((UINT32)(n)))
520 #define host2ieee32(n) __cpu_to_le32(n)
911 #define host2hfa384x_32(n) (__cpu_to_le32((UINT32)(n)))