Lines Matching full:tcon
79 struct cifs_tcon *tcon,
157 extern int cifs_get_writable_path(struct cifs_tcon *tcon, const char *name,
161 extern int cifs_get_readable_path(struct cifs_tcon *tcon, const char *name,
266 extern void cifs_mark_open_files_invalid(struct cifs_tcon *tcon);
267 extern void cifs_reopen_persistent_handles(struct cifs_tcon *tcon);
304 extern void cifs_put_tcon(struct cifs_tcon *tcon, enum smb3_tcon_ref_trace trace);
315 extern int cifs_tree_connect(const unsigned int xid, struct cifs_tcon *tcon,
330 const char *tree, struct cifs_tcon *tcon,
333 extern int CIFSFindFirst(const unsigned int xid, struct cifs_tcon *tcon,
339 extern int CIFSFindNext(const unsigned int xid, struct cifs_tcon *tcon,
343 extern int CIFSFindClose(const unsigned int xid, struct cifs_tcon *tcon,
346 extern int CIFSSMBQFileInfo(const unsigned int xid, struct cifs_tcon *tcon,
348 extern int CIFSSMBQPathInfo(const unsigned int xid, struct cifs_tcon *tcon,
352 extern int SMBQueryInformation(const unsigned int xid, struct cifs_tcon *tcon,
356 extern int CIFSSMBUnixQFileInfo(const unsigned int xid, struct cifs_tcon *tcon,
359 struct cifs_tcon *tcon,
375 extern void reset_cifs_unix_caps(unsigned int xid, struct cifs_tcon *tcon,
378 extern int CIFSSMBQFSInfo(const unsigned int xid, struct cifs_tcon *tcon,
380 extern int SMBOldQFSInfo(const unsigned int xid, struct cifs_tcon *tcon,
382 extern int CIFSSMBSetFSUnixInfo(const unsigned int xid, struct cifs_tcon *tcon,
386 struct cifs_tcon *tcon);
387 extern int CIFSSMBQFSDeviceInfo(const unsigned int xid, struct cifs_tcon *tcon);
388 extern int CIFSSMBQFSUnixInfo(const unsigned int xid, struct cifs_tcon *tcon);
389 extern int CIFSSMBQFSPosixInfo(const unsigned int xid, struct cifs_tcon *tcon,
392 extern int CIFSSMBSetPathInfo(const unsigned int xid, struct cifs_tcon *tcon,
396 extern int CIFSSMBSetFileInfo(const unsigned int xid, struct cifs_tcon *tcon,
400 struct cifs_tcon *tcon,
403 extern int CIFSSMBSetEOF(const unsigned int xid, struct cifs_tcon *tcon,
407 extern int CIFSSMBSetFileSize(const unsigned int xid, struct cifs_tcon *tcon,
422 struct cifs_tcon *tcon,
427 struct cifs_tcon *tcon, const char *file_name,
433 umode_t mode, struct cifs_tcon *tcon,
435 extern int CIFSSMBRmDir(const unsigned int xid, struct cifs_tcon *tcon,
437 extern int CIFSPOSIXDelFile(const unsigned int xid, struct cifs_tcon *tcon,
441 extern int CIFSSMBDelFile(const unsigned int xid, struct cifs_tcon *tcon,
444 int CIFSSMBRename(const unsigned int xid, struct cifs_tcon *tcon,
448 extern int CIFSSMBRenameOpenFile(const unsigned int xid, struct cifs_tcon *tcon,
453 struct cifs_tcon *tcon,
458 struct cifs_tcon *tcon,
463 struct cifs_tcon *tcon,
467 struct cifs_tcon *tcon,
471 struct cifs_tcon *tcon,
476 extern int CIFSSMBQuerySymLink(const unsigned int xid, struct cifs_tcon *tcon,
480 struct cifs_tcon *tcon, __u16 fid);
483 extern int SMBLegacyOpen(const unsigned int xid, struct cifs_tcon *tcon,
488 extern int CIFSPOSIXCreate(const unsigned int xid, struct cifs_tcon *tcon,
493 extern int CIFSSMBClose(const unsigned int xid, struct cifs_tcon *tcon,
496 extern int CIFSSMBFlush(const unsigned int xid, struct cifs_tcon *tcon,
506 extern int CIFSGetSrvInodeNumber(const unsigned int xid, struct cifs_tcon *tcon,
511 extern int cifs_lockv(const unsigned int xid, struct cifs_tcon *tcon,
515 extern int CIFSSMBLock(const unsigned int xid, struct cifs_tcon *tcon,
520 extern int CIFSSMBPosixLock(const unsigned int xid, struct cifs_tcon *tcon,
525 extern int CIFSSMBTDis(const unsigned int xid, struct cifs_tcon *tcon);
533 extern void tconInfoFree(struct cifs_tcon *tcon, enum smb3_tcon_ref_trace trace);
559 extern ssize_t CIFSSMBQAllEAs(const unsigned int xid, struct cifs_tcon *tcon,
563 extern int CIFSSMBSetEA(const unsigned int xid, struct cifs_tcon *tcon,
568 extern int CIFSSMBGetCIFSACL(const unsigned int xid, struct cifs_tcon *tcon,
572 extern int cifs_do_get_acl(const unsigned int xid, struct cifs_tcon *tcon,
576 extern int cifs_do_set_acl(const unsigned int xid, struct cifs_tcon *tcon,
580 extern int CIFSGetExtAttr(const unsigned int xid, struct cifs_tcon *tcon,
585 extern int check_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
605 int cifs_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
609 int cifs_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
654 SMB3_request_interfaces(const unsigned int xid, struct cifs_tcon *tcon, bool in_mount);
658 int smb2_parse_query_directory(struct cifs_tcon *tcon, struct kvec *rsp_iov,
662 struct super_block *cifs_get_dfs_tcon_super(struct cifs_tcon *tcon);
671 struct dentry *dentry, struct cifs_tcon *tcon,
675 struct dentry *dentry, struct cifs_tcon *tcon,
692 struct cifs_tcon *tcon,
698 struct cifs_tcon *tcon, in cifs_inval_name_dfs_link_error() argument