Lines Matching full:tcon
79 struct cifs_tcon *tcon,
155 extern int cifs_get_writable_path(struct cifs_tcon *tcon, const char *name,
159 extern int cifs_get_readable_path(struct cifs_tcon *tcon, const char *name,
270 extern void cifs_mark_open_files_invalid(struct cifs_tcon *tcon);
271 extern void cifs_reopen_persistent_handles(struct cifs_tcon *tcon);
308 extern void cifs_put_tcon(struct cifs_tcon *tcon, enum smb3_tcon_ref_trace trace);
319 extern int cifs_tree_connect(const unsigned int xid, struct cifs_tcon *tcon,
334 const char *tree, struct cifs_tcon *tcon,
337 extern int CIFSFindFirst(const unsigned int xid, struct cifs_tcon *tcon,
343 extern int CIFSFindNext(const unsigned int xid, struct cifs_tcon *tcon,
347 extern int CIFSFindClose(const unsigned int xid, struct cifs_tcon *tcon,
350 extern int CIFSSMBQFileInfo(const unsigned int xid, struct cifs_tcon *tcon,
352 extern int CIFSSMBQPathInfo(const unsigned int xid, struct cifs_tcon *tcon,
356 extern int SMBQueryInformation(const unsigned int xid, struct cifs_tcon *tcon,
360 extern int CIFSSMBUnixQFileInfo(const unsigned int xid, struct cifs_tcon *tcon,
363 struct cifs_tcon *tcon,
379 extern void reset_cifs_unix_caps(unsigned int xid, struct cifs_tcon *tcon,
382 extern int CIFSSMBQFSInfo(const unsigned int xid, struct cifs_tcon *tcon,
384 extern int SMBOldQFSInfo(const unsigned int xid, struct cifs_tcon *tcon,
386 extern int CIFSSMBSetFSUnixInfo(const unsigned int xid, struct cifs_tcon *tcon,
390 struct cifs_tcon *tcon);
391 extern int CIFSSMBQFSDeviceInfo(const unsigned int xid, struct cifs_tcon *tcon);
392 extern int CIFSSMBQFSUnixInfo(const unsigned int xid, struct cifs_tcon *tcon);
393 extern int CIFSSMBQFSPosixInfo(const unsigned int xid, struct cifs_tcon *tcon,
396 extern int CIFSSMBSetPathInfo(const unsigned int xid, struct cifs_tcon *tcon,
400 extern int CIFSSMBSetFileInfo(const unsigned int xid, struct cifs_tcon *tcon,
404 struct cifs_tcon *tcon,
407 extern int CIFSSMBSetEOF(const unsigned int xid, struct cifs_tcon *tcon,
411 extern int CIFSSMBSetFileSize(const unsigned int xid, struct cifs_tcon *tcon,
426 struct cifs_tcon *tcon,
431 struct cifs_tcon *tcon, const char *file_name,
437 umode_t mode, struct cifs_tcon *tcon,
439 extern int CIFSSMBRmDir(const unsigned int xid, struct cifs_tcon *tcon,
441 extern int CIFSPOSIXDelFile(const unsigned int xid, struct cifs_tcon *tcon,
445 extern int CIFSSMBDelFile(const unsigned int xid, struct cifs_tcon *tcon,
448 int CIFSSMBRename(const unsigned int xid, struct cifs_tcon *tcon,
452 extern int CIFSSMBRenameOpenFile(const unsigned int xid, struct cifs_tcon *tcon,
457 struct cifs_tcon *tcon,
462 struct cifs_tcon *tcon,
467 struct cifs_tcon *tcon,
471 struct cifs_tcon *tcon,
475 struct cifs_tcon *tcon,
480 extern int CIFSSMBQuerySymLink(const unsigned int xid, struct cifs_tcon *tcon,
484 struct cifs_tcon *tcon, __u16 fid);
487 extern int SMBLegacyOpen(const unsigned int xid, struct cifs_tcon *tcon,
492 extern int CIFSPOSIXCreate(const unsigned int xid, struct cifs_tcon *tcon,
497 extern int CIFSSMBClose(const unsigned int xid, struct cifs_tcon *tcon,
500 extern int CIFSSMBFlush(const unsigned int xid, struct cifs_tcon *tcon,
510 extern int CIFSGetSrvInodeNumber(const unsigned int xid, struct cifs_tcon *tcon,
515 extern int cifs_lockv(const unsigned int xid, struct cifs_tcon *tcon,
519 extern int CIFSSMBLock(const unsigned int xid, struct cifs_tcon *tcon,
524 extern int CIFSSMBPosixLock(const unsigned int xid, struct cifs_tcon *tcon,
529 extern int CIFSSMBTDis(const unsigned int xid, struct cifs_tcon *tcon);
537 extern void tconInfoFree(struct cifs_tcon *tcon, enum smb3_tcon_ref_trace trace);
563 extern ssize_t CIFSSMBQAllEAs(const unsigned int xid, struct cifs_tcon *tcon,
567 extern int CIFSSMBSetEA(const unsigned int xid, struct cifs_tcon *tcon,
572 extern int CIFSSMBGetCIFSACL(const unsigned int xid, struct cifs_tcon *tcon,
576 extern int cifs_do_get_acl(const unsigned int xid, struct cifs_tcon *tcon,
580 extern int cifs_do_set_acl(const unsigned int xid, struct cifs_tcon *tcon,
584 extern int CIFSGetExtAttr(const unsigned int xid, struct cifs_tcon *tcon,
589 extern int check_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
613 int cifs_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
617 int cifs_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
669 SMB3_request_interfaces(const unsigned int xid, struct cifs_tcon *tcon, bool in_mount);
673 int smb2_parse_query_directory(struct cifs_tcon *tcon, struct kvec *rsp_iov,
677 struct super_block *cifs_get_dfs_tcon_super(struct cifs_tcon *tcon);
687 struct dentry *dentry, struct cifs_tcon *tcon,
705 struct cifs_tcon *tcon,
711 struct cifs_tcon *tcon, in cifs_inval_name_dfs_link_error() argument