Lines Matching full:smb3
75 * Size of the smb3 encryption/decryption keys
81 * Size of the smb3 signing key
125 #define SMB2_FLAGS_PRIORITY_MASK cpu_to_le32(0x00000070) /* SMB3.1.1 */
127 #define SMB2_FLAGS_REPLAY_OPERATION cpu_to_le32(0x20000000) /* SMB3 & up */
334 /* Flags/Reserved for SMB3.1.1 */
342 __le16 Flags; /* Flags in SMB3.1.1 */
422 #define SMB2_GLOBAL_CAP_MULTI_CHANNEL 0x00000008 /* New to SMB3 */
423 #define SMB2_GLOBAL_CAP_PERSISTENT_HANDLES 0x00000010 /* New to SMB3 */
424 #define SMB2_GLOBAL_CAP_DIRECTORY_LEASING 0x00000020 /* New to SMB3 */
425 #define SMB2_GLOBAL_CAP_ENCRYPTION 0x00000040 /* New to SMB3 */
426 #define SMB2_GLOBAL_CAP_NOTIFICATIONS 0x00000080 /* New to SMB3.1.1 */
612 /* In SMB3.02 and earlier next three were MBZ le64 ClientStartTime */
613 __le32 NegotiateContextOffset; /* SMB3.1.1 only. MBZ earlier */
614 __le16 NegotiateContextCount; /* SMB3.1.1 only. MBZ earlier */
624 __le16 NegotiateContextCount; /* Prior to SMB3.1.1 was Reserved & MBZ */
634 __le32 NegotiateContextOffset; /* Pre:SMB3.1.1 was reserved/ignored */
733 /* For read request Flags field below, following flag is defined for SMB3.02 */
748 __u8 Flags; /* MBZ unless SMB3.02 or later */
754 __le32 Channel; /* MBZ except for SMB3 or later */
782 #define SMB2_WRITEFLAG_WRITE_UNBUFFERED 0x00000002 /* SMB3.02 or later */
792 __le32 Channel; /* MBZ unless SMB3.02 or later */
1207 /* Flag (SMB3 open response) values */
1629 /* Used for Query Info and Find File POSIX Info for SMB3.1.1 and SMB1 */
1778 #define FS_SECTOR_SIZE_INFORMATION 11 /* SMB3 or later. Query */
1779 #define FS_POSIX_INFORMATION 100 /* SMB3.1.1 POSIX. Query */