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,
163 extern int cifs_get_hardlink_path(struct cifs_tcon *tcon, struct inode *inode,
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 int cifs_tree_connect(const unsigned int xid, struct cifs_tcon *tcon);
333 const char *tree, struct cifs_tcon *tcon,
336 extern int CIFSFindFirst(const unsigned int xid, struct cifs_tcon *tcon,
342 extern int CIFSFindNext(const unsigned int xid, struct cifs_tcon *tcon,
346 extern int CIFSFindClose(const unsigned int xid, struct cifs_tcon *tcon,
349 extern int CIFSSMBQFileInfo(const unsigned int xid, struct cifs_tcon *tcon,
351 extern int CIFSSMBQPathInfo(const unsigned int xid, struct cifs_tcon *tcon,
355 extern int SMBQueryInformation(const unsigned int xid, struct cifs_tcon *tcon,
359 extern int CIFSSMBUnixQFileInfo(const unsigned int xid, struct cifs_tcon *tcon,
362 struct cifs_tcon *tcon,
378 extern void reset_cifs_unix_caps(unsigned int xid, struct cifs_tcon *tcon,
381 extern int CIFSSMBQFSInfo(const unsigned int xid, struct cifs_tcon *tcon,
383 extern int SMBOldQFSInfo(const unsigned int xid, struct cifs_tcon *tcon,
385 extern int CIFSSMBSetFSUnixInfo(const unsigned int xid, struct cifs_tcon *tcon,
389 struct cifs_tcon *tcon);
390 extern int CIFSSMBQFSDeviceInfo(const unsigned int xid, struct cifs_tcon *tcon);
391 extern int CIFSSMBQFSUnixInfo(const unsigned int xid, struct cifs_tcon *tcon);
392 extern int CIFSSMBQFSPosixInfo(const unsigned int xid, struct cifs_tcon *tcon,
395 extern int CIFSSMBSetPathInfo(const unsigned int xid, struct cifs_tcon *tcon,
399 extern int CIFSSMBSetFileInfo(const unsigned int xid, struct cifs_tcon *tcon,
403 struct cifs_tcon *tcon,
406 extern int CIFSSMBSetEOF(const unsigned int xid, struct cifs_tcon *tcon,
410 extern int CIFSSMBSetFileSize(const unsigned int xid, struct cifs_tcon *tcon,
425 struct cifs_tcon *tcon,
430 struct cifs_tcon *tcon, const char *file_name,
436 umode_t mode, struct cifs_tcon *tcon,
438 extern int CIFSSMBRmDir(const unsigned int xid, struct cifs_tcon *tcon,
440 extern int CIFSPOSIXDelFile(const unsigned int xid, struct cifs_tcon *tcon,
444 extern int CIFSSMBDelFile(const unsigned int xid, struct cifs_tcon *tcon,
447 int CIFSSMBRename(const unsigned int xid, struct cifs_tcon *tcon,
451 extern int CIFSSMBRenameOpenFile(const unsigned int xid, struct cifs_tcon *tcon,
456 struct cifs_tcon *tcon,
461 struct cifs_tcon *tcon,
466 struct cifs_tcon *tcon,
470 struct cifs_tcon *tcon,
474 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);
552 extern ssize_t CIFSSMBQAllEAs(const unsigned int xid, struct cifs_tcon *tcon,
556 extern int CIFSSMBSetEA(const unsigned int xid, struct cifs_tcon *tcon,
561 extern int CIFSSMBGetCIFSACL(const unsigned int xid, struct cifs_tcon *tcon,
565 extern int cifs_do_get_acl(const unsigned int xid, struct cifs_tcon *tcon,
569 extern int cifs_do_set_acl(const unsigned int xid, struct cifs_tcon *tcon,
573 extern int CIFSGetExtAttr(const unsigned int xid, struct cifs_tcon *tcon,
578 extern int check_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
598 int cifs_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
602 int cifs_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
645 SMB3_request_interfaces(const unsigned int xid, struct cifs_tcon *tcon, bool in_mount);
649 int smb2_parse_query_directory(struct cifs_tcon *tcon, struct kvec *rsp_iov,
653 struct super_block *cifs_get_dfs_tcon_super(struct cifs_tcon *tcon);
663 struct dentry *dentry, struct cifs_tcon *tcon,
667 struct dentry *dentry, struct cifs_tcon *tcon,
685 struct cifs_tcon *tcon,
691 struct cifs_tcon *tcon, in cifs_inval_name_dfs_link_error() argument