summaryrefslogtreecommitdiff
path: root/fs/cifsd/smbfsctl.h
diff options
context:
space:
mode:
authorNamjae Jeon <namjae.jeon@samsung.com>2021-05-18 10:37:59 +0900
committerNamjae Jeon <namjae.jeon@samsung.com>2021-05-18 10:38:41 +0900
commiteb817368f50c1cbe1bd07044124aad7db6330e3a (patch)
tree4b0014411159b26deae47b8c3784f4acdac32aba /fs/cifsd/smbfsctl.h
parent8602c3e2ceef5f50f5718e8442a8ea17530101b4 (diff)
downloadlwn-eb817368f50c1cbe1bd07044124aad7db6330e3a.tar.gz
lwn-eb817368f50c1cbe1bd07044124aad7db6330e3a.zip
cifsd: add support for FSCTL_DUPLICATE_EXTENTS_TO_FILE
Add support for FSCTL_DUPLICATE_EXTENTS_TO_FILE in smb2 ioctl. Reviewed-by: Hyunchul Lee <hyc.lee@gmail.com> Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com> Signed-off-by: Steve French <stfrench@microsoft.com>
Diffstat (limited to 'fs/cifsd/smbfsctl.h')
-rw-r--r--fs/cifsd/smbfsctl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/cifsd/smbfsctl.h b/fs/cifsd/smbfsctl.h
index 908c4e68a479..b98418aae20c 100644
--- a/fs/cifsd/smbfsctl.h
+++ b/fs/cifsd/smbfsctl.h
@@ -64,6 +64,7 @@
#define FSCTL_SET_SHORT_NAME_BEHAVIOR 0x000901B4 /* BB add struct */
#define FSCTL_QUERY_ALLOCATED_RANGES 0x000940CF /* BB add struct */
#define FSCTL_SET_DEFECT_MANAGEMENT 0x00098134 /* BB add struct */
+#define FSCTL_DUPLICATE_EXTENTS_TO_FILE 0x00098344
#define FSCTL_SIS_LINK_FILES 0x0009C104
#define FSCTL_PIPE_PEEK 0x0011400C /* BB add struct */
#define FSCTL_PIPE_TRANSCEIVE 0x0011C017 /* BB add struct */