diff options
author | Steve French <stfrench@microsoft.com> | 2020-10-23 22:21:38 +0200 |
---|---|---|
committer | Steve French <stfrench@microsoft.com> | 2020-10-23 22:38:10 +0200 |
commit | 7d03ae4dc4631d731499644129736285df628378 (patch) | |
tree | f3a2039f1dbcd2fa75374a5d1d030a7d3c978961 /fs/cifs/smbfsctl.h | |
parent | smb3: remove two unused variables (diff) | |
download | linux-7d03ae4dc4631d731499644129736285df628378.tar.xz linux-7d03ae4dc4631d731499644129736285df628378.zip |
smb3: add some missing definitions from MS-FSCC
Add some structures and defines that were recently added to
the protocol documentation (see MS-FSCC sections 2.3.29-2.3.34).
Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to '')
-rw-r--r-- | fs/cifs/smbfsctl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/cifs/smbfsctl.h b/fs/cifs/smbfsctl.h index 1ff28529cf4b..a0e84747f567 100644 --- a/fs/cifs/smbfsctl.h +++ b/fs/cifs/smbfsctl.h @@ -103,6 +103,8 @@ #define FSCTL_SET_ZERO_ON_DEALLOC 0x00090194 /* BB add struct */ #define FSCTL_SET_SHORT_NAME_BEHAVIOR 0x000901B4 /* BB add struct */ #define FSCTL_GET_INTEGRITY_INFORMATION 0x0009027C +#define FSCTL_GET_RETRIEVAL_POINTERS_AND_REFCOUNT 0x000903d3 +#define FSCTL_GET_RETRIEVAL_POINTER_COUNT 0x0009042b #define FSCTL_QUERY_ALLOCATED_RANGES 0x000940CF #define FSCTL_SET_DEFECT_MANAGEMENT 0x00098134 /* BB add struct */ #define FSCTL_FILE_LEVEL_TRIM 0x00098208 /* BB add struct */ |