Lines Matching refs:cpu_to_le32

91 #define SMB2_PROTO_NUMBER cpu_to_le32(0x424d53fe)
92 #define SMB2_TRANSFORM_PROTO_NUM cpu_to_le32(0x424d53fd)
142 #define SMB2_FLAGS_SERVER_TO_REDIR cpu_to_le32(0x00000001)
143 #define SMB2_FLAGS_ASYNC_COMMAND cpu_to_le32(0x00000002)
144 #define SMB2_FLAGS_RELATED_OPERATIONS cpu_to_le32(0x00000004)
145 #define SMB2_FLAGS_SIGNED cpu_to_le32(0x00000008)
146 #define SMB2_FLAGS_PRIORITY_MASK cpu_to_le32(0x00000070) /* SMB3.1.1 */
147 #define SMB2_FLAGS_DFS_OPERATIONS cpu_to_le32(0x10000000)
148 #define SMB2_FLAGS_REPLAY_OPERATION cpu_to_le32(0x20000000) /* SMB3 & up */
195 #define MOVE_DST_IPADDR_V4 cpu_to_le32(0x00000001)
196 #define MOVE_DST_IPADDR_V6 cpu_to_le32(0x00000002)
528 #define SMB2_SHARE_CAP_DFS cpu_to_le32(0x00000008) /* all dialects */
529 #define SMB2_SHARE_CAP_CONTINUOUS_AVAILABILITY cpu_to_le32(0x00000010) /* 3.0 */
530 #define SMB2_SHARE_CAP_SCALEOUT cpu_to_le32(0x00000020) /* 3.0 */
531 #define SMB2_SHARE_CAP_CLUSTER cpu_to_le32(0x00000040) /* 3.0 */
532 #define SMB2_SHARE_CAP_ASYMMETRIC cpu_to_le32(0x00000080) /* 3.02 */
533 #define SMB2_SHARE_CAP_REDIRECT_TO_OWNER cpu_to_le32(0x00000100) /* 3.1.1 */
574 #define FILE_READ_DATA_LE cpu_to_le32(0x00000001)
575 #define FILE_WRITE_DATA_LE cpu_to_le32(0x00000002)
576 #define FILE_APPEND_DATA_LE cpu_to_le32(0x00000004)
577 #define FILE_READ_EA_LE cpu_to_le32(0x00000008)
578 #define FILE_WRITE_EA_LE cpu_to_le32(0x00000010)
579 #define FILE_EXECUTE_LE cpu_to_le32(0x00000020)
580 #define FILE_READ_ATTRIBUTES_LE cpu_to_le32(0x00000080)
581 #define FILE_WRITE_ATTRIBUTES_LE cpu_to_le32(0x00000100)
582 #define FILE_DELETE_LE cpu_to_le32(0x00010000)
583 #define FILE_READ_CONTROL_LE cpu_to_le32(0x00020000)
584 #define FILE_WRITE_DAC_LE cpu_to_le32(0x00040000)
585 #define FILE_WRITE_OWNER_LE cpu_to_le32(0x00080000)
586 #define FILE_SYNCHRONIZE_LE cpu_to_le32(0x00100000)
587 #define FILE_ACCESS_SYSTEM_SECURITY_LE cpu_to_le32(0x01000000)
588 #define FILE_MAXIMAL_ACCESS_LE cpu_to_le32(0x02000000)
589 #define FILE_GENERIC_ALL_LE cpu_to_le32(0x10000000)
590 #define FILE_GENERIC_EXECUTE_LE cpu_to_le32(0x20000000)
591 #define FILE_GENERIC_WRITE_LE cpu_to_le32(0x40000000)
592 #define FILE_GENERIC_READ_LE cpu_to_le32(0x80000000)
595 #define FILE_SHARE_READ_LE cpu_to_le32(0x00000001)
596 #define FILE_SHARE_WRITE_LE cpu_to_le32(0x00000002)
597 #define FILE_SHARE_DELETE_LE cpu_to_le32(0x00000004)
598 #define FILE_SHARE_ALL_LE cpu_to_le32(0x00000007)
601 #define FILE_SUPERSEDE_LE cpu_to_le32(0x00000000)
602 #define FILE_OPEN_LE cpu_to_le32(0x00000001)
603 #define FILE_CREATE_LE cpu_to_le32(0x00000002)
604 #define FILE_OPEN_IF_LE cpu_to_le32(0x00000003)
605 #define FILE_OVERWRITE_LE cpu_to_le32(0x00000004)
606 #define FILE_OVERWRITE_IF_LE cpu_to_le32(0x00000005)
609 #define FILE_DIRECTORY_FILE_LE cpu_to_le32(0x00000001)
611 #define FILE_WRITE_THROUGH_LE cpu_to_le32(0x00000002)
612 #define FILE_SEQUENTIAL_ONLY_LE cpu_to_le32(0x00000004)
613 #define FILE_NO_INTERMEDIATE_BUFFERRING_LE cpu_to_le32(0x00000008)
614 #define FILE_SYNCHRONOUS_IO_ALERT_LE cpu_to_le32(0x00000010)
615 #define FILE_SYNCHRONOUS_IO_NON_ALERT_LE cpu_to_le32(0x00000020)
616 #define FILE_NON_DIRECTORY_FILE_LE cpu_to_le32(0x00000040)
617 #define FILE_COMPLETE_IF_OPLOCKED_LE cpu_to_le32(0x00000100)
618 #define FILE_NO_EA_KNOWLEDGE_LE cpu_to_le32(0x00000200)
619 #define FILE_RANDOM_ACCESS_LE cpu_to_le32(0x00000800)
620 #define FILE_DELETE_ON_CLOSE_LE cpu_to_le32(0x00001000)
621 #define FILE_OPEN_BY_FILE_ID_LE cpu_to_le32(0x00002000)
622 #define FILE_OPEN_FOR_BACKUP_INTENT_LE cpu_to_le32(0x00004000)
623 #define FILE_NO_COMPRESSION_LE cpu_to_le32(0x00008000)
624 #define FILE_RESERVE_OPFILTER_LE cpu_to_le32(0x00100000)
625 #define FILE_OPEN_REPARSE_POINT_LE cpu_to_le32(0x00200000)
626 #define FILE_OPEN_NO_RECALL_LE cpu_to_le32(0x00400000)
627 #define FILE_OPEN_FOR_FREE_SPACE_QUERY_LE cpu_to_le32(0x00800000)
636 #define IL_ANONYMOUS cpu_to_le32(0x00000000)
637 #define IL_IDENTIFICATION cpu_to_le32(0x00000001)
638 #define IL_IMPERSONATION cpu_to_le32(0x00000002)
639 #define IL_DELEGATE cpu_to_le32(0x00000003)
736 #define SMB2_LEASE_NONE cpu_to_le32(0x00)
737 #define SMB2_LEASE_READ_CACHING cpu_to_le32(0x01)
738 #define SMB2_LEASE_HANDLE_CACHING cpu_to_le32(0x02)
739 #define SMB2_LEASE_WRITE_CACHING cpu_to_le32(0x04)
741 #define SMB2_LEASE_FLAG_BREAK_IN_PROGRESS cpu_to_le32(0x02)
742 #define SMB2_LEASE_FLAG_PARENT_LEASE_KEY_SET cpu_to_le32(0x00000004)
994 #define RSS_CAPABLE cpu_to_le32(0x00000001)
995 #define RDMA_CAPABLE cpu_to_le32(0x00000002)
1128 #define SMB2_CHANNEL_NONE cpu_to_le32(0x00000000)
1129 #define SMB2_CHANNEL_RDMA_V1 cpu_to_le32(0x00000001) /* SMB3 or later */
1130 #define SMB2_CHANNEL_RDMA_V1_INVALIDATE cpu_to_le32(0x00000002) /* >= SMB3.02 */
1384 #define SMB2_NOTIFY_BREAK_LEASE_FLAG_ACK_REQUIRED cpu_to_le32(0x01)