aboutsummaryrefslogtreecommitdiffstats
path: root/fs/cifs/smb2proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/cifs/smb2proto.h')
-rw-r--r--fs/cifs/smb2proto.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/fs/cifs/smb2proto.h b/fs/cifs/smb2proto.h
index b43036e8ad2a..99f6945c8643 100644
--- a/fs/cifs/smb2proto.h
+++ b/fs/cifs/smb2proto.h
@@ -68,6 +68,9 @@ extern int smb2_unlink(const unsigned int xid, struct cifs_tcon *tcon,
68extern int smb2_rename_path(const unsigned int xid, struct cifs_tcon *tcon, 68extern int smb2_rename_path(const unsigned int xid, struct cifs_tcon *tcon,
69 const char *from_name, const char *to_name, 69 const char *from_name, const char *to_name,
70 struct cifs_sb_info *cifs_sb); 70 struct cifs_sb_info *cifs_sb);
71extern int smb2_create_hardlink(const unsigned int xid, struct cifs_tcon *tcon,
72 const char *from_name, const char *to_name,
73 struct cifs_sb_info *cifs_sb);
71 74
72extern int smb2_open_file(const unsigned int xid, struct cifs_tcon *tcon, 75extern int smb2_open_file(const unsigned int xid, struct cifs_tcon *tcon,
73 const char *full_path, int disposition, 76 const char *full_path, int disposition,
@@ -112,5 +115,8 @@ extern int SMB2_echo(struct TCP_Server_Info *server);
112extern int SMB2_rename(const unsigned int xid, struct cifs_tcon *tcon, 115extern int SMB2_rename(const unsigned int xid, struct cifs_tcon *tcon,
113 u64 persistent_fid, u64 volatile_fid, 116 u64 persistent_fid, u64 volatile_fid,
114 __le16 *target_file); 117 __le16 *target_file);
118extern int SMB2_set_hardlink(const unsigned int xid, struct cifs_tcon *tcon,
119 u64 persistent_fid, u64 volatile_fid,
120 __le16 *target_file);
115 121
116#endif /* _SMB2PROTO_H */ 122#endif /* _SMB2PROTO_H */