Lines Matching full:tcon
82 struct cifs_tcon *tcon,
175 extern int cifs_get_writable_path(struct cifs_tcon *tcon, const char *name,
179 extern int cifs_get_readable_path(struct cifs_tcon *tcon, const char *name,
181 extern int cifs_get_hardlink_path(struct cifs_tcon *tcon, struct inode *inode,
288 extern void cifs_mark_open_files_invalid(struct cifs_tcon *tcon);
289 extern void cifs_reopen_persistent_handles(struct cifs_tcon *tcon);
326 extern void cifs_put_tcon(struct cifs_tcon *tcon, enum smb3_tcon_ref_trace trace);
337 int cifs_tree_connect(const unsigned int xid, struct cifs_tcon *tcon);
351 const char *tree, struct cifs_tcon *tcon,
354 extern int CIFSFindFirst(const unsigned int xid, struct cifs_tcon *tcon,
360 extern int CIFSFindNext(const unsigned int xid, struct cifs_tcon *tcon,
364 extern int CIFSFindClose(const unsigned int xid, struct cifs_tcon *tcon,
367 extern int CIFSSMBQFileInfo(const unsigned int xid, struct cifs_tcon *tcon,
369 extern int CIFSSMBQPathInfo(const unsigned int xid, struct cifs_tcon *tcon,
373 extern int SMBQueryInformation(const unsigned int xid, struct cifs_tcon *tcon,
377 extern int CIFSSMBUnixQFileInfo(const unsigned int xid, struct cifs_tcon *tcon,
380 struct cifs_tcon *tcon,
396 extern void reset_cifs_unix_caps(unsigned int xid, struct cifs_tcon *tcon,
399 extern int CIFSSMBQFSInfo(const unsigned int xid, struct cifs_tcon *tcon,
401 extern int SMBOldQFSInfo(const unsigned int xid, struct cifs_tcon *tcon,
403 extern int CIFSSMBSetFSUnixInfo(const unsigned int xid, struct cifs_tcon *tcon,
407 struct cifs_tcon *tcon);
408 extern int CIFSSMBQFSDeviceInfo(const unsigned int xid, struct cifs_tcon *tcon);
409 extern int CIFSSMBQFSUnixInfo(const unsigned int xid, struct cifs_tcon *tcon);
410 extern int CIFSSMBQFSPosixInfo(const unsigned int xid, struct cifs_tcon *tcon,
413 extern int SMBSetInformation(const unsigned int xid, struct cifs_tcon *tcon,
417 extern int CIFSSMBSetPathInfo(const unsigned int xid, struct cifs_tcon *tcon,
421 extern int CIFSSMBSetFileInfo(const unsigned int xid, struct cifs_tcon *tcon,
425 struct cifs_tcon *tcon,
428 extern int CIFSSMBSetEOF(const unsigned int xid, struct cifs_tcon *tcon,
432 extern int CIFSSMBSetFileSize(const unsigned int xid, struct cifs_tcon *tcon,
447 struct cifs_tcon *tcon,
452 struct cifs_tcon *tcon, const char *file_name,
458 umode_t mode, struct cifs_tcon *tcon,
460 extern int CIFSSMBRmDir(const unsigned int xid, struct cifs_tcon *tcon,
462 extern int CIFSPOSIXDelFile(const unsigned int xid, struct cifs_tcon *tcon,
466 extern int CIFSSMBDelFile(const unsigned int xid, struct cifs_tcon *tcon,
469 int CIFSSMBRename(const unsigned int xid, struct cifs_tcon *tcon,
473 extern int CIFSSMBRenameOpenFile(const unsigned int xid, struct cifs_tcon *tcon,
478 struct cifs_tcon *tcon,
483 struct cifs_tcon *tcon,
488 struct cifs_tcon *tcon,
492 struct cifs_tcon *tcon,
496 struct cifs_tcon *tcon,
504 struct cifs_tcon *tcon,
510 struct cifs_tcon *tcon, __u16 fid);
513 extern int SMBLegacyOpen(const unsigned int xid, struct cifs_tcon *tcon,
518 extern int CIFSPOSIXCreate(const unsigned int xid, struct cifs_tcon *tcon,
523 extern int CIFSSMBClose(const unsigned int xid, struct cifs_tcon *tcon,
526 extern int CIFSSMBFlush(const unsigned int xid, struct cifs_tcon *tcon,
536 extern int CIFSGetSrvInodeNumber(const unsigned int xid, struct cifs_tcon *tcon,
541 extern int cifs_lockv(const unsigned int xid, struct cifs_tcon *tcon,
545 extern int CIFSSMBLock(const unsigned int xid, struct cifs_tcon *tcon,
550 extern int CIFSSMBPosixLock(const unsigned int xid, struct cifs_tcon *tcon,
555 extern int CIFSSMBTDis(const unsigned int xid, struct cifs_tcon *tcon);
563 extern void tconInfoFree(struct cifs_tcon *tcon, enum smb3_tcon_ref_trace trace);
582 extern ssize_t CIFSSMBQAllEAs(const unsigned int xid, struct cifs_tcon *tcon,
586 extern int CIFSSMBSetEA(const unsigned int xid, struct cifs_tcon *tcon,
591 extern int CIFSSMBGetCIFSACL(const unsigned int xid, struct cifs_tcon *tcon,
595 extern int cifs_do_get_acl(const unsigned int xid, struct cifs_tcon *tcon,
599 extern int cifs_do_set_acl(const unsigned int xid, struct cifs_tcon *tcon,
603 extern int CIFSGetExtAttr(const unsigned int xid, struct cifs_tcon *tcon,
608 extern int check_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
627 int cifs_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
631 int cifs_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
674 SMB3_request_interfaces(const unsigned int xid, struct cifs_tcon *tcon, bool in_mount);
678 int smb2_parse_query_directory(struct cifs_tcon *tcon, struct kvec *rsp_iov,
682 struct super_block *cifs_get_dfs_tcon_super(struct cifs_tcon *tcon);
692 struct dentry *dentry, struct cifs_tcon *tcon,
696 struct dentry *dentry, struct cifs_tcon *tcon,
714 struct cifs_tcon *tcon,
720 struct cifs_tcon *tcon, in cifs_inval_name_dfs_link_error() argument