diff options
author | Steve French <smfrench@gmail.com> | 2015-06-24 09:12:19 +0200 |
---|---|---|
committer | Steve French <steve.french@primarydata.com> | 2015-06-29 04:15:41 +0200 |
commit | 9d1b06602eb6716220c5988735c0b4944d62abaa (patch) | |
tree | e80883b87cc83c5a81f4591146d6c000acd49d54 /fs/cifs/smbfsctl.h | |
parent | Add reflink copy over SMB3.11 with new FSCTL_DUPLICATE_EXTENTS (diff) | |
download | linux-9d1b06602eb6716220c5988735c0b4944d62abaa.tar.xz linux-9d1b06602eb6716220c5988735c0b4944d62abaa.zip |
Add Get/Set Integrity Information structure definitions
Signed-off-by: Steve French <steve.french@primarydata.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 d098da678668..a639d0dab453 100644 --- a/fs/cifs/smbfsctl.h +++ b/fs/cifs/smbfsctl.h @@ -75,11 +75,13 @@ #define FSCTL_QUERY_SPARING_INFO 0x00090138 /* BB add struct */ #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_QUERY_ALLOCATED_RANGES 0x000940CF /* BB add struct */ #define FSCTL_SET_DEFECT_MANAGEMENT 0x00098134 /* BB add struct */ #define FSCTL_FILE_LEVEL_TRIM 0x00098208 /* BB add struct */ #define FSCTL_DUPLICATE_EXTENTS_TO_FILE 0x00098344 #define FSCTL_SIS_LINK_FILES 0x0009C104 +#define FSCTL_SET_INTEGRITY_INFORMATION 0x0009C280 #define FSCTL_PIPE_PEEK 0x0011400C /* BB add struct */ #define FSCTL_PIPE_TRANSCEIVE 0x0011C017 /* BB add struct */ /* strange that the number for this op is not sequential with previous op */ |