Lines Matching refs:tcon

77 				     struct cifs_tcon *tcon,
145 extern int cifs_get_writable_path(struct cifs_tcon *tcon, const char *name,
149 extern int cifs_get_readable_path(struct cifs_tcon *tcon, const char *name,
247 extern void cifs_mark_open_files_invalid(struct cifs_tcon *tcon);
248 extern void cifs_reopen_persistent_handles(struct cifs_tcon *tcon);
264 extern void cifs_put_tcon(struct cifs_tcon *tcon);
279 extern int cifs_tree_connect(const unsigned int xid, struct cifs_tcon *tcon,
290 const char *tree, struct cifs_tcon *tcon,
293 extern int CIFSFindFirst(const unsigned int xid, struct cifs_tcon *tcon,
299 extern int CIFSFindNext(const unsigned int xid, struct cifs_tcon *tcon,
303 extern int CIFSFindClose(const unsigned int xid, struct cifs_tcon *tcon,
306 extern int CIFSSMBQFileInfo(const unsigned int xid, struct cifs_tcon *tcon,
308 extern int CIFSSMBQPathInfo(const unsigned int xid, struct cifs_tcon *tcon,
312 extern int SMBQueryInformation(const unsigned int xid, struct cifs_tcon *tcon,
316 extern int CIFSSMBUnixQFileInfo(const unsigned int xid, struct cifs_tcon *tcon,
319 struct cifs_tcon *tcon,
335 extern void reset_cifs_unix_caps(unsigned int xid, struct cifs_tcon *tcon,
338 extern int CIFSSMBQFSInfo(const unsigned int xid, struct cifs_tcon *tcon,
340 extern int SMBOldQFSInfo(const unsigned int xid, struct cifs_tcon *tcon,
342 extern int CIFSSMBSetFSUnixInfo(const unsigned int xid, struct cifs_tcon *tcon,
346 struct cifs_tcon *tcon);
347 extern int CIFSSMBQFSDeviceInfo(const unsigned int xid, struct cifs_tcon *tcon);
348 extern int CIFSSMBQFSUnixInfo(const unsigned int xid, struct cifs_tcon *tcon);
349 extern int CIFSSMBQFSPosixInfo(const unsigned int xid, struct cifs_tcon *tcon,
352 extern int CIFSSMBSetPathInfo(const unsigned int xid, struct cifs_tcon *tcon,
356 extern int CIFSSMBSetFileInfo(const unsigned int xid, struct cifs_tcon *tcon,
360 struct cifs_tcon *tcon,
364 extern int CIFSSMBSetAttrLegacy(unsigned int xid, struct cifs_tcon *tcon,
368 extern int CIFSSMBSetEOF(const unsigned int xid, struct cifs_tcon *tcon,
371 extern int CIFSSMBSetFileSize(const unsigned int xid, struct cifs_tcon *tcon,
386 struct cifs_tcon *tcon,
391 struct cifs_tcon *tcon, const char *file_name,
397 umode_t mode, struct cifs_tcon *tcon,
399 extern int CIFSSMBRmDir(const unsigned int xid, struct cifs_tcon *tcon,
401 extern int CIFSPOSIXDelFile(const unsigned int xid, struct cifs_tcon *tcon,
405 extern int CIFSSMBDelFile(const unsigned int xid, struct cifs_tcon *tcon,
407 extern int CIFSSMBRename(const unsigned int xid, struct cifs_tcon *tcon,
410 extern int CIFSSMBRenameOpenFile(const unsigned int xid, struct cifs_tcon *tcon,
414 extern int CIFSCreateHardLink(const unsigned int xid, struct cifs_tcon *tcon,
418 struct cifs_tcon *tcon,
423 struct cifs_tcon *tcon,
427 struct cifs_tcon *tcon,
430 extern int CIFSSMBQuerySymLink(const unsigned int xid, struct cifs_tcon *tcon,
434 struct cifs_tcon *tcon, __u16 fid);
437 extern int SMBLegacyOpen(const unsigned int xid, struct cifs_tcon *tcon,
442 extern int CIFSPOSIXCreate(const unsigned int xid, struct cifs_tcon *tcon,
447 extern int CIFSSMBClose(const unsigned int xid, struct cifs_tcon *tcon,
450 extern int CIFSSMBFlush(const unsigned int xid, struct cifs_tcon *tcon,
460 extern int CIFSGetSrvInodeNumber(const unsigned int xid, struct cifs_tcon *tcon,
465 extern int cifs_lockv(const unsigned int xid, struct cifs_tcon *tcon,
469 extern int CIFSSMBLock(const unsigned int xid, struct cifs_tcon *tcon,
474 extern int CIFSSMBPosixLock(const unsigned int xid, struct cifs_tcon *tcon,
479 extern int CIFSSMBTDis(const unsigned int xid, struct cifs_tcon *tcon);
510 extern int CIFSSMBNotify(const unsigned int xid, struct cifs_tcon *tcon,
522 extern ssize_t CIFSSMBQAllEAs(const unsigned int xid, struct cifs_tcon *tcon,
526 extern int CIFSSMBSetEA(const unsigned int xid, struct cifs_tcon *tcon,
531 extern int CIFSSMBGetCIFSACL(const unsigned int xid, struct cifs_tcon *tcon,
535 extern int CIFSSMBGetPosixACL(const unsigned int xid, struct cifs_tcon *tcon,
539 extern int CIFSSMBSetPosixACL(const unsigned int xid, struct cifs_tcon *tcon,
543 extern int CIFSGetExtAttr(const unsigned int xid, struct cifs_tcon *tcon,
547 extern int check_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
583 int cifs_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
587 int cifs_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
618 int smb2_parse_query_directory(struct cifs_tcon *tcon, struct kvec *rsp_iov,
624 int update_super_prepath(struct cifs_tcon *tcon, char *prefix);