Lines Matching refs:cpu_to_le32

92 #define SMB2_PROTO_NUMBER cpu_to_le32(0x424d53fe)
93 #define SMB2_TRANSFORM_PROTO_NUM cpu_to_le32(0x424d53fd)
94 #define SMB2_COMPRESSION_TRANSFORM_ID cpu_to_le32(0x424d53fc)
197 #define SMB2_FLAGS_SERVER_TO_REDIR cpu_to_le32(0x00000001)
198 #define SMB2_FLAGS_ASYNC_COMMAND cpu_to_le32(0x00000002)
199 #define SMB2_FLAGS_RELATED_OPERATIONS cpu_to_le32(0x00000004)
200 #define SMB2_FLAGS_SIGNED cpu_to_le32(0x00000008)
201 #define SMB2_FLAGS_PRIORITY_MASK cpu_to_le32(0x00000070) /* SMB3.1.1 */
202 #define SMB2_FLAGS_DFS_OPERATIONS cpu_to_le32(0x10000000)
203 #define SMB2_FLAGS_REPLAY_OPERATION cpu_to_le32(0x20000000) /* SMB3 & up */
251 #define SMB2_ERROR_ID_SHARE_REDIRECT cpu_to_le32(0x72645253) /* "rdRS" */
254 #define MOVE_DST_IPADDR_V4 cpu_to_le32(0x00000001)
255 #define MOVE_DST_IPADDR_V6 cpu_to_le32(0x00000002)
379 #define SMB2_COMPRESSION_CAPABILITIES_FLAG_NONE cpu_to_le32(0x00000000)
380 #define SMB2_COMPRESSION_CAPABILITIES_FLAG_CHAINED cpu_to_le32(0x00000001)
632 #define SMB2_SHARE_CAP_DFS cpu_to_le32(0x00000008) /* all dialects */
633 #define SMB2_SHARE_CAP_CONTINUOUS_AVAILABILITY cpu_to_le32(0x00000010) /* 3.0 */
634 #define SMB2_SHARE_CAP_SCALEOUT cpu_to_le32(0x00000020) /* 3.0 */
635 #define SMB2_SHARE_CAP_CLUSTER cpu_to_le32(0x00000040) /* 3.0 */
636 #define SMB2_SHARE_CAP_ASYMMETRIC cpu_to_le32(0x00000080) /* 3.02 */
637 #define SMB2_SHARE_CAP_REDIRECT_TO_OWNER cpu_to_le32(0x00000100) /* 3.1.1 */
678 #define FILE_READ_DATA_LE cpu_to_le32(0x00000001)
679 #define FILE_WRITE_DATA_LE cpu_to_le32(0x00000002)
680 #define FILE_APPEND_DATA_LE cpu_to_le32(0x00000004)
681 #define FILE_READ_EA_LE cpu_to_le32(0x00000008)
682 #define FILE_WRITE_EA_LE cpu_to_le32(0x00000010)
683 #define FILE_EXECUTE_LE cpu_to_le32(0x00000020)
684 #define FILE_READ_ATTRIBUTES_LE cpu_to_le32(0x00000080)
685 #define FILE_WRITE_ATTRIBUTES_LE cpu_to_le32(0x00000100)
686 #define FILE_DELETE_LE cpu_to_le32(0x00010000)
687 #define FILE_READ_CONTROL_LE cpu_to_le32(0x00020000)
688 #define FILE_WRITE_DAC_LE cpu_to_le32(0x00040000)
689 #define FILE_WRITE_OWNER_LE cpu_to_le32(0x00080000)
690 #define FILE_SYNCHRONIZE_LE cpu_to_le32(0x00100000)
691 #define FILE_ACCESS_SYSTEM_SECURITY_LE cpu_to_le32(0x01000000)
692 #define FILE_MAXIMAL_ACCESS_LE cpu_to_le32(0x02000000)
693 #define FILE_GENERIC_ALL_LE cpu_to_le32(0x10000000)
694 #define FILE_GENERIC_EXECUTE_LE cpu_to_le32(0x20000000)
695 #define FILE_GENERIC_WRITE_LE cpu_to_le32(0x40000000)
696 #define FILE_GENERIC_READ_LE cpu_to_le32(0x80000000)
699 #define FILE_SHARE_READ_LE cpu_to_le32(0x00000001)
700 #define FILE_SHARE_WRITE_LE cpu_to_le32(0x00000002)
701 #define FILE_SHARE_DELETE_LE cpu_to_le32(0x00000004)
702 #define FILE_SHARE_ALL_LE cpu_to_le32(0x00000007)
705 #define FILE_SUPERSEDE_LE cpu_to_le32(0x00000000)
706 #define FILE_OPEN_LE cpu_to_le32(0x00000001)
707 #define FILE_CREATE_LE cpu_to_le32(0x00000002)
708 #define FILE_OPEN_IF_LE cpu_to_le32(0x00000003)
709 #define FILE_OVERWRITE_LE cpu_to_le32(0x00000004)
710 #define FILE_OVERWRITE_IF_LE cpu_to_le32(0x00000005)
713 #define FILE_DIRECTORY_FILE_LE cpu_to_le32(0x00000001)
715 #define FILE_WRITE_THROUGH_LE cpu_to_le32(0x00000002)
716 #define FILE_SEQUENTIAL_ONLY_LE cpu_to_le32(0x00000004)
717 #define FILE_NO_INTERMEDIATE_BUFFERRING_LE cpu_to_le32(0x00000008)
718 #define FILE_SYNCHRONOUS_IO_ALERT_LE cpu_to_le32(0x00000010)
719 #define FILE_SYNCHRONOUS_IO_NON_ALERT_LE cpu_to_le32(0x00000020)
720 #define FILE_NON_DIRECTORY_FILE_LE cpu_to_le32(0x00000040)
721 #define FILE_COMPLETE_IF_OPLOCKED_LE cpu_to_le32(0x00000100)
722 #define FILE_NO_EA_KNOWLEDGE_LE cpu_to_le32(0x00000200)
723 #define FILE_RANDOM_ACCESS_LE cpu_to_le32(0x00000800)
724 #define FILE_DELETE_ON_CLOSE_LE cpu_to_le32(0x00001000)
725 #define FILE_OPEN_BY_FILE_ID_LE cpu_to_le32(0x00002000)
726 #define FILE_OPEN_FOR_BACKUP_INTENT_LE cpu_to_le32(0x00004000)
727 #define FILE_NO_COMPRESSION_LE cpu_to_le32(0x00008000)
728 #define FILE_RESERVE_OPFILTER_LE cpu_to_le32(0x00100000)
729 #define FILE_OPEN_REPARSE_POINT_LE cpu_to_le32(0x00200000)
730 #define FILE_OPEN_NO_RECALL_LE cpu_to_le32(0x00400000)
731 #define FILE_OPEN_FOR_FREE_SPACE_QUERY_LE cpu_to_le32(0x00800000)
740 #define IL_ANONYMOUS cpu_to_le32(0x00000000)
741 #define IL_IDENTIFICATION cpu_to_le32(0x00000001)
742 #define IL_IMPERSONATION cpu_to_le32(0x00000002)
743 #define IL_DELEGATE cpu_to_le32(0x00000003)
840 #define SMB2_LEASE_NONE cpu_to_le32(0x00)
841 #define SMB2_LEASE_READ_CACHING cpu_to_le32(0x01)
842 #define SMB2_LEASE_HANDLE_CACHING cpu_to_le32(0x02)
843 #define SMB2_LEASE_WRITE_CACHING cpu_to_le32(0x04)
845 #define SMB2_LEASE_FLAG_BREAK_IN_PROGRESS cpu_to_le32(0x00000002)
846 #define SMB2_LEASE_FLAG_PARENT_LEASE_KEY_SET cpu_to_le32(0x00000004)
1130 #define RSS_CAPABLE cpu_to_le32(0x00000001)
1131 #define RDMA_CAPABLE cpu_to_le32(0x00000002)
1264 #define SMB2_CHANNEL_NONE cpu_to_le32(0x00000000)
1265 #define SMB2_CHANNEL_RDMA_V1 cpu_to_le32(0x00000001) /* SMB3 or later */
1266 #define SMB2_CHANNEL_RDMA_V1_INVALIDATE cpu_to_le32(0x00000002) /* >= SMB3.02 */
1267 #define SMB2_CHANNEL_RDMA_TRANSFORM cpu_to_le32(0x00000003) /* >= SMB3.02, only used on write */
1527 #define SMB2_NOTIFY_BREAK_LEASE_FLAG_ACK_REQUIRED cpu_to_le32(0x01)