Lines Matching refs:cifs_tcon

54 extern struct cifs_tcon *smb2_find_smb_tcon(struct TCP_Server_Info *server,
69 extern int open_shroot(unsigned int xid, struct cifs_tcon *tcon,
74 extern int smb2_query_path_info(const unsigned int xid, struct cifs_tcon *tcon,
78 extern int smb2_set_path_size(const unsigned int xid, struct cifs_tcon *tcon,
84 umode_t mode, struct cifs_tcon *tcon,
87 extern int smb2_mkdir(const unsigned int xid, struct cifs_tcon *tcon,
91 struct cifs_tcon *tcon, const unsigned int xid);
92 extern int smb2_rmdir(const unsigned int xid, struct cifs_tcon *tcon,
94 extern int smb2_unlink(const unsigned int xid, struct cifs_tcon *tcon,
96 extern int smb2_rename_path(const unsigned int xid, struct cifs_tcon *tcon,
99 extern int smb2_create_hardlink(const unsigned int xid, struct cifs_tcon *tcon,
102 extern int smb3_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
105 extern int smb3_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
129 const char *tree, struct cifs_tcon *tcon,
131 extern int SMB2_tdis(const unsigned int xid, struct cifs_tcon *tcon);
136 extern int SMB2_open_init(struct cifs_tcon *tcon, struct smb_rqst *rqst,
140 extern int SMB2_ioctl(const unsigned int xid, struct cifs_tcon *tcon,
144 extern int SMB2_close(const unsigned int xid, struct cifs_tcon *tcon,
146 extern int SMB2_close_flags(const unsigned int xid, struct cifs_tcon *tcon,
148 extern int SMB2_close_init(struct cifs_tcon *tcon, struct smb_rqst *rqst,
151 extern int SMB2_flush(const unsigned int xid, struct cifs_tcon *tcon,
153 extern int SMB2_query_eas(const unsigned int xid, struct cifs_tcon *tcon,
157 extern int SMB2_query_info(const unsigned int xid, struct cifs_tcon *tcon,
160 extern int SMB2_query_info_init(struct cifs_tcon *tcon, struct smb_rqst *rqst,
165 extern int SMB2_query_acl(const unsigned int xid, struct cifs_tcon *tcon,
168 extern int SMB2_get_srv_num(const unsigned int xid, struct cifs_tcon *tcon,
179 extern int SMB2_query_directory(const unsigned int xid, struct cifs_tcon *tcon,
182 extern int SMB2_rename(const unsigned int xid, struct cifs_tcon *tcon,
185 extern int SMB2_rmdir(const unsigned int xid, struct cifs_tcon *tcon,
187 extern int SMB2_set_hardlink(const unsigned int xid, struct cifs_tcon *tcon,
190 extern int SMB2_set_eof(const unsigned int xid, struct cifs_tcon *tcon,
193 extern int SMB2_set_info(const unsigned int xid, struct cifs_tcon *tcon,
196 extern int SMB2_set_acl(const unsigned int xid, struct cifs_tcon *tcon,
199 extern int SMB2_set_ea(const unsigned int xid, struct cifs_tcon *tcon,
202 extern int SMB2_set_compression(const unsigned int xid, struct cifs_tcon *tcon,
204 extern int SMB2_oplock_break(const unsigned int xid, struct cifs_tcon *tcon,
207 extern int smb2_handle_cancelled_close(struct cifs_tcon *tcon,
213 extern int SMB2_QFS_info(const unsigned int xid, struct cifs_tcon *tcon,
216 extern int SMB311_posix_qfs_info(const unsigned int xid, struct cifs_tcon *tcon,
219 extern int SMB2_QFS_attr(const unsigned int xid, struct cifs_tcon *tcon,
221 extern int SMB2_lock(const unsigned int xid, struct cifs_tcon *tcon,
225 extern int smb2_lockv(const unsigned int xid, struct cifs_tcon *tcon,
229 extern int SMB2_lease_break(const unsigned int xid, struct cifs_tcon *tcon,
231 extern int smb3_validate_negotiate(const unsigned int, struct cifs_tcon *);
235 extern int smb3_encryption_required(const struct cifs_tcon *tcon);