Lines Matching refs:cpu_to_le32
29 #define FILE_DIRECTORY_FILE_LE cpu_to_le32(0x00000001)
30 #define FILE_WRITE_THROUGH_LE cpu_to_le32(0x00000002)
31 #define FILE_SEQUENTIAL_ONLY_LE cpu_to_le32(0x00000004)
34 #define FILE_NO_INTERMEDIATE_BUFFERING_LE cpu_to_le32(0x00000008)
36 #define FILE_SYNCHRONOUS_IO_ALERT_LE cpu_to_le32(0x00000010)
38 #define FILE_SYNCHRONOUS_IO_NONALERT_LE cpu_to_le32(0x00000020)
41 #define FILE_NON_DIRECTORY_FILE_LE cpu_to_le32(0x00000040)
44 #define CREATE_TREE_CONNECTION cpu_to_le32(0x00000080)
45 #define FILE_COMPLETE_IF_OPLOCKED_LE cpu_to_le32(0x00000100)
46 #define FILE_NO_EA_KNOWLEDGE_LE cpu_to_le32(0x00000200)
47 #define FILE_OPEN_REMOTE_INSTANCE cpu_to_le32(0x00000400)
53 #define CREATE_OPEN_FOR_RECOVERY cpu_to_le32(0x00000400)
54 #define FILE_RANDOM_ACCESS_LE cpu_to_le32(0x00000800)
55 #define FILE_DELETE_ON_CLOSE_LE cpu_to_le32(0x00001000)
56 #define FILE_OPEN_BY_FILE_ID_LE cpu_to_le32(0x00002000)
57 #define FILE_OPEN_FOR_BACKUP_INTENT_LE cpu_to_le32(0x00004000)
58 #define FILE_NO_COMPRESSION_LE cpu_to_le32(0x00008000)
61 #define FILE_OPEN_REQUIRING_OPLOCK cpu_to_le32(0x00010000)
62 #define FILE_DISALLOW_EXCLUSIVE cpu_to_le32(0x00020000)
63 #define FILE_RESERVE_OPFILTER_LE cpu_to_le32(0x00100000)
64 #define FILE_OPEN_REPARSE_POINT_LE cpu_to_le32(0x00200000)
65 #define FILE_OPEN_NO_RECALL_LE cpu_to_le32(0x00400000)
68 #define FILE_OPEN_FOR_FREE_SPACE_QUERY_LE cpu_to_le32(0x00800000)
69 #define CREATE_OPTIONS_MASK cpu_to_le32(0x00FFFFFF)