]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/cifs/smb2proto.h
Merge remote-tracking branch 'arm-soc/for-next'
[karo-tx-linux.git] / fs / cifs / smb2proto.h
index 67e8ce8055def7743fd1204b311eda090b3e1fc1..79dc650c18b26baf2e9a4ca8ac2c67df5ebdc63e 100644 (file)
@@ -82,7 +82,13 @@ extern int smb2_rename_path(const unsigned int xid, struct cifs_tcon *tcon,
 extern int smb2_create_hardlink(const unsigned int xid, struct cifs_tcon *tcon,
                                const char *from_name, const char *to_name,
                                struct cifs_sb_info *cifs_sb);
-
+extern int smb3_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
+                       struct cifs_sb_info *cifs_sb, const unsigned char *path,
+                       char *pbuf, unsigned int *pbytes_written);
+extern int smb3_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
+                         struct cifs_sb_info *cifs_sb,
+                         const unsigned char *path, char *pbuf,
+                         unsigned int *pbytes_read);
 extern int smb2_open_file(const unsigned int xid,
                          struct cifs_open_parms *oparms,
                          __u32 *oplock, FILE_ALL_INFO *buf);