summaryrefslogtreecommitdiff
path: root/fs/smbfs_common/smbfsctl.h
diff options
context:
space:
mode:
authorSteve French <stfrench@microsoft.com>2022-01-19 01:36:27 +0300
committerSteve French <stfrench@microsoft.com>2022-01-19 01:50:47 +0300
commite4e2787bef7e643511cf0f352deb6bd16e7fa9b4 (patch)
tree4e56338f918646b13001dab29691da63c748051d /fs/smbfs_common/smbfsctl.h
parent5455b9ecaf231ec5c6b0cd5c6076eb64c9dbc9aa (diff)
downloadlinux-e4e2787bef7e643511cf0f352deb6bd16e7fa9b4.tar.xz
smb3: add new defines from protocol specification
In the October updates to MS-SMB2 two additional FSCTLs were described. Add the missing defines for these, as well as fix a typo in an earlier define. Reviewed-by: Ronnie Sahlberg <lsahlber@redhat.com> Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/smbfs_common/smbfsctl.h')
-rw-r--r--fs/smbfs_common/smbfsctl.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/smbfs_common/smbfsctl.h b/fs/smbfs_common/smbfsctl.h
index 926f87cd6af0..d51939c43ad7 100644
--- a/fs/smbfs_common/smbfsctl.h
+++ b/fs/smbfs_common/smbfsctl.h
@@ -95,8 +95,10 @@
#define FSCTL_SET_SHORT_NAME_BEHAVIOR 0x000901B4 /* BB add struct */
#define FSCTL_GET_INTEGRITY_INFORMATION 0x0009027C
#define FSCTL_GET_REFS_VOLUME_DATA 0x000902D8 /* See MS-FSCC 2.3.24 */
+#define FSCTL_SET_INTEGRITY_INFORMATION_EXT 0x00090380
#define FSCTL_GET_RETRIEVAL_POINTERS_AND_REFCOUNT 0x000903d3
#define FSCTL_GET_RETRIEVAL_POINTER_COUNT 0x0009042b
+#define FSCTL_REFS_STREAM_SNAPSHOT_MANAGEMENT 0x00090440
#define FSCTL_QUERY_ALLOCATED_RANGES 0x000940CF
#define FSCTL_SET_DEFECT_MANAGEMENT 0x00098134 /* BB add struct */
#define FSCTL_FILE_LEVEL_TRIM 0x00098208 /* BB add struct */