Lines Matching refs:cpu_to_le32

110 #define SMB2_PROTO_NUMBER cpu_to_le32(0x424d53fe)
111 #define SMB2_TRANSFORM_PROTO_NUM cpu_to_le32(0x424d53fd)
112 #define SMB2_COMPRESSION_TRANSFORM_ID cpu_to_le32(0x424d53fc)
117 #define SMB2_FLAGS_SERVER_TO_REDIR cpu_to_le32(0x00000001)
118 #define SMB2_FLAGS_ASYNC_COMMAND cpu_to_le32(0x00000002)
119 #define SMB2_FLAGS_RELATED_OPERATIONS cpu_to_le32(0x00000004)
120 #define SMB2_FLAGS_SIGNED cpu_to_le32(0x00000008)
121 #define SMB2_FLAGS_PRIORITY_MASK cpu_to_le32(0x00000070) /* SMB3.1.1 */
122 #define SMB2_FLAGS_DFS_OPERATIONS cpu_to_le32(0x10000000)
123 #define SMB2_FLAGS_REPLAY_OPERATION cpu_to_le32(0x20000000) /* SMB3 & up */
343 #define SMB2_SHARE_CAP_DFS cpu_to_le32(0x00000008) /* all dialects */
344 #define SMB2_SHARE_CAP_CONTINUOUS_AVAILABILITY cpu_to_le32(0x00000010) /* 3.0 */
345 #define SMB2_SHARE_CAP_SCALEOUT cpu_to_le32(0x00000020) /* 3.0 */
346 #define SMB2_SHARE_CAP_CLUSTER cpu_to_le32(0x00000040) /* 3.0 */
347 #define SMB2_SHARE_CAP_ASYMMETRIC cpu_to_le32(0x00000080) /* 3.02 */
348 #define SMB2_SHARE_CAP_REDIRECT_TO_OWNER cpu_to_le32(0x00000100) /* 3.1.1 */
475 #define SMB2_COMPRESSION_CAPABILITIES_FLAG_NONE cpu_to_le32(0x00000000)
476 #define SMB2_COMPRESSION_CAPABILITIES_FLAG_CHAINED cpu_to_le32(0x00000001)
698 #define SMB2_CHANNEL_NONE cpu_to_le32(0x00000000)
699 #define SMB2_CHANNEL_RDMA_V1 cpu_to_le32(0x00000001)
700 #define SMB2_CHANNEL_RDMA_V1_INVALIDATE cpu_to_le32(0x00000002)
701 #define SMB2_CHANNEL_RDMA_TRANSFORM cpu_to_le32(0x00000003)
722 #define SMB2_READFLAG_RESPONSE_NONE cpu_to_le32(0x00000000)
723 #define SMB2_READFLAG_RESPONSE_RDMA_TRANSFORM cpu_to_le32(0x00000001)
972 #define IL_ANONYMOUS cpu_to_le32(0x00000000)
973 #define IL_IDENTIFICATION cpu_to_le32(0x00000001)
974 #define IL_IMPERSONATION cpu_to_le32(0x00000002)
975 #define IL_DELEGATE cpu_to_le32(0x00000003)
995 #define FILE_ATTRIBUTE_READONLY_LE cpu_to_le32(0x00000001)
996 #define FILE_ATTRIBUTE_HIDDEN_LE cpu_to_le32(0x00000002)
997 #define FILE_ATTRIBUTE_SYSTEM_LE cpu_to_le32(0x00000004)
998 #define FILE_ATTRIBUTE_DIRECTORY_LE cpu_to_le32(0x00000010)
999 #define FILE_ATTRIBUTE_ARCHIVE_LE cpu_to_le32(0x00000020)
1000 #define FILE_ATTRIBUTE_NORMAL_LE cpu_to_le32(0x00000080)
1001 #define FILE_ATTRIBUTE_TEMPORARY_LE cpu_to_le32(0x00000100)
1002 #define FILE_ATTRIBUTE_SPARSE_FILE_LE cpu_to_le32(0x00000200)
1003 #define FILE_ATTRIBUTE_REPARSE_POINT_LE cpu_to_le32(0x00000400)
1004 #define FILE_ATTRIBUTE_COMPRESSED_LE cpu_to_le32(0x00000800)
1005 #define FILE_ATTRIBUTE_OFFLINE_LE cpu_to_le32(0x00001000)
1006 #define FILE_ATTRIBUTE_NOT_CONTENT_INDEXED_LE cpu_to_le32(0x00002000)
1007 #define FILE_ATTRIBUTE_ENCRYPTED_LE cpu_to_le32(0x00004000)
1008 #define FILE_ATTRIBUTE_INTEGRITY_STREAM_LE cpu_to_le32(0x00008000)
1009 #define FILE_ATTRIBUTE_NO_SCRUB_DATA_LE cpu_to_le32(0x00020000)
1010 #define FILE_ATTRIBUTE_MASK_LE cpu_to_le32(0x00007FB7)
1013 #define FILE_READ_DATA_LE cpu_to_le32(0x00000001)
1014 #define FILE_LIST_DIRECTORY_LE cpu_to_le32(0x00000001)
1015 #define FILE_WRITE_DATA_LE cpu_to_le32(0x00000002)
1016 #define FILE_APPEND_DATA_LE cpu_to_le32(0x00000004)
1017 #define FILE_ADD_SUBDIRECTORY_LE cpu_to_le32(0x00000004)
1018 #define FILE_READ_EA_LE cpu_to_le32(0x00000008)
1019 #define FILE_WRITE_EA_LE cpu_to_le32(0x00000010)
1020 #define FILE_EXECUTE_LE cpu_to_le32(0x00000020)
1021 #define FILE_DELETE_CHILD_LE cpu_to_le32(0x00000040)
1022 #define FILE_READ_ATTRIBUTES_LE cpu_to_le32(0x00000080)
1023 #define FILE_WRITE_ATTRIBUTES_LE cpu_to_le32(0x00000100)
1024 #define FILE_DELETE_LE cpu_to_le32(0x00010000)
1025 #define FILE_READ_CONTROL_LE cpu_to_le32(0x00020000)
1026 #define FILE_WRITE_DAC_LE cpu_to_le32(0x00040000)
1027 #define FILE_WRITE_OWNER_LE cpu_to_le32(0x00080000)
1028 #define FILE_SYNCHRONIZE_LE cpu_to_le32(0x00100000)
1029 #define FILE_ACCESS_SYSTEM_SECURITY_LE cpu_to_le32(0x01000000)
1030 #define FILE_MAXIMAL_ACCESS_LE cpu_to_le32(0x02000000)
1031 #define FILE_GENERIC_ALL_LE cpu_to_le32(0x10000000)
1032 #define FILE_GENERIC_EXECUTE_LE cpu_to_le32(0x20000000)
1033 #define FILE_GENERIC_WRITE_LE cpu_to_le32(0x40000000)
1034 #define FILE_GENERIC_READ_LE cpu_to_le32(0x80000000)
1035 #define DESIRED_ACCESS_MASK cpu_to_le32(0xF21F01FF)
1048 #define FILE_SHARE_READ_LE cpu_to_le32(0x00000001)
1049 #define FILE_SHARE_WRITE_LE cpu_to_le32(0x00000002)
1050 #define FILE_SHARE_DELETE_LE cpu_to_le32(0x00000004)
1051 #define FILE_SHARE_ALL_LE cpu_to_le32(0x00000007)
1054 #define FILE_SUPERSEDE_LE cpu_to_le32(0x00000000)
1055 #define FILE_OPEN_LE cpu_to_le32(0x00000001)
1056 #define FILE_CREATE_LE cpu_to_le32(0x00000002)
1057 #define FILE_OPEN_IF_LE cpu_to_le32(0x00000003)
1058 #define FILE_OVERWRITE_LE cpu_to_le32(0x00000004)
1059 #define FILE_OVERWRITE_IF_LE cpu_to_le32(0x00000005)
1060 #define FILE_CREATE_MASK_LE cpu_to_le32(0x00000007)
1069 #define FILE_DIRECTORY_FILE_LE cpu_to_le32(0x00000001)
1071 #define FILE_WRITE_THROUGH_LE cpu_to_le32(0x00000002)
1072 #define FILE_SEQUENTIAL_ONLY_LE cpu_to_le32(0x00000004)
1073 #define FILE_NO_INTERMEDIATE_BUFFERING_LE cpu_to_le32(0x00000008)
1074 #define FILE_NON_DIRECTORY_FILE_LE cpu_to_le32(0x00000040)
1075 #define FILE_COMPLETE_IF_OPLOCKED_LE cpu_to_le32(0x00000100)
1076 #define FILE_NO_EA_KNOWLEDGE_LE cpu_to_le32(0x00000200)
1077 #define FILE_RANDOM_ACCESS_LE cpu_to_le32(0x00000800)
1078 #define FILE_DELETE_ON_CLOSE_LE cpu_to_le32(0x00001000)
1079 #define FILE_OPEN_BY_FILE_ID_LE cpu_to_le32(0x00002000)
1080 #define FILE_OPEN_FOR_BACKUP_INTENT_LE cpu_to_le32(0x00004000)
1081 #define FILE_NO_COMPRESSION_LE cpu_to_le32(0x00008000)
1082 #define FILE_OPEN_REPARSE_POINT_LE cpu_to_le32(0x00200000)
1083 #define FILE_OPEN_NO_RECALL_LE cpu_to_le32(0x00400000)
1084 #define CREATE_OPTIONS_MASK_LE cpu_to_le32(0x00FFFFFF)
1171 #define SMB2_LEASE_NONE_LE cpu_to_le32(0x00)
1172 #define SMB2_LEASE_READ_CACHING_LE cpu_to_le32(0x01)
1173 #define SMB2_LEASE_HANDLE_CACHING_LE cpu_to_le32(0x02)
1174 #define SMB2_LEASE_WRITE_CACHING_LE cpu_to_le32(0x04)
1176 #define SMB2_LEASE_FLAG_BREAK_IN_PROGRESS_LE cpu_to_le32(0x02)
1675 #define SMB2_NOTIFY_BREAK_LEASE_FLAG_ACK_REQUIRED cpu_to_le32(0x01)