Lines Matching full:tcon

82 				     struct cifs_tcon *tcon,
160 extern int cifs_get_writable_path(struct cifs_tcon *tcon, const char *name,
164 extern int cifs_get_readable_path(struct cifs_tcon *tcon, const char *name,
166 extern int cifs_get_hardlink_path(struct cifs_tcon *tcon, struct inode *inode,
273 extern void cifs_mark_open_files_invalid(struct cifs_tcon *tcon);
274 extern void cifs_reopen_persistent_handles(struct cifs_tcon *tcon);
311 extern void cifs_put_tcon(struct cifs_tcon *tcon, enum smb3_tcon_ref_trace trace);
322 int cifs_tree_connect(const unsigned int xid, struct cifs_tcon *tcon);
336 const char *tree, struct cifs_tcon *tcon,
339 extern int CIFSFindFirst(const unsigned int xid, struct cifs_tcon *tcon,
345 extern int CIFSFindNext(const unsigned int xid, struct cifs_tcon *tcon,
349 extern int CIFSFindClose(const unsigned int xid, struct cifs_tcon *tcon,
352 extern int CIFSSMBQFileInfo(const unsigned int xid, struct cifs_tcon *tcon,
354 extern int CIFSSMBQPathInfo(const unsigned int xid, struct cifs_tcon *tcon,
358 extern int SMBQueryInformation(const unsigned int xid, struct cifs_tcon *tcon,
362 extern int CIFSSMBUnixQFileInfo(const unsigned int xid, struct cifs_tcon *tcon,
365 struct cifs_tcon *tcon,
381 extern void reset_cifs_unix_caps(unsigned int xid, struct cifs_tcon *tcon,
384 extern int CIFSSMBQFSInfo(const unsigned int xid, struct cifs_tcon *tcon,
386 extern int SMBOldQFSInfo(const unsigned int xid, struct cifs_tcon *tcon,
388 extern int CIFSSMBSetFSUnixInfo(const unsigned int xid, struct cifs_tcon *tcon,
392 struct cifs_tcon *tcon);
393 extern int CIFSSMBQFSDeviceInfo(const unsigned int xid, struct cifs_tcon *tcon);
394 extern int CIFSSMBQFSUnixInfo(const unsigned int xid, struct cifs_tcon *tcon);
395 extern int CIFSSMBQFSPosixInfo(const unsigned int xid, struct cifs_tcon *tcon,
398 extern int SMBSetInformation(const unsigned int xid, struct cifs_tcon *tcon,
402 extern int CIFSSMBSetPathInfo(const unsigned int xid, struct cifs_tcon *tcon,
406 extern int CIFSSMBSetFileInfo(const unsigned int xid, struct cifs_tcon *tcon,
410 struct cifs_tcon *tcon,
413 extern int CIFSSMBSetEOF(const unsigned int xid, struct cifs_tcon *tcon,
417 extern int CIFSSMBSetFileSize(const unsigned int xid, struct cifs_tcon *tcon,
432 struct cifs_tcon *tcon,
437 struct cifs_tcon *tcon, const char *file_name,
443 umode_t mode, struct cifs_tcon *tcon,
445 extern int CIFSSMBRmDir(const unsigned int xid, struct cifs_tcon *tcon,
447 extern int CIFSPOSIXDelFile(const unsigned int xid, struct cifs_tcon *tcon,
451 extern int CIFSSMBDelFile(const unsigned int xid, struct cifs_tcon *tcon,
454 int CIFSSMBRename(const unsigned int xid, struct cifs_tcon *tcon,
458 extern int CIFSSMBRenameOpenFile(const unsigned int xid, struct cifs_tcon *tcon,
463 struct cifs_tcon *tcon,
468 struct cifs_tcon *tcon,
473 struct cifs_tcon *tcon,
477 struct cifs_tcon *tcon,
481 struct cifs_tcon *tcon,
487 struct cifs_tcon *tcon, __u16 fid);
490 extern int SMBLegacyOpen(const unsigned int xid, struct cifs_tcon *tcon,
495 extern int CIFSPOSIXCreate(const unsigned int xid, struct cifs_tcon *tcon,
500 extern int CIFSSMBClose(const unsigned int xid, struct cifs_tcon *tcon,
503 extern int CIFSSMBFlush(const unsigned int xid, struct cifs_tcon *tcon,
513 extern int CIFSGetSrvInodeNumber(const unsigned int xid, struct cifs_tcon *tcon,
518 extern int cifs_lockv(const unsigned int xid, struct cifs_tcon *tcon,
522 extern int CIFSSMBLock(const unsigned int xid, struct cifs_tcon *tcon,
527 extern int CIFSSMBPosixLock(const unsigned int xid, struct cifs_tcon *tcon,
532 extern int CIFSSMBTDis(const unsigned int xid, struct cifs_tcon *tcon);
540 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,
604 int cifs_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
608 int cifs_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
651 SMB3_request_interfaces(const unsigned int xid, struct cifs_tcon *tcon, bool in_mount);
655 int smb2_parse_query_directory(struct cifs_tcon *tcon, struct kvec *rsp_iov,
659 struct super_block *cifs_get_dfs_tcon_super(struct cifs_tcon *tcon);
669 struct dentry *dentry, struct cifs_tcon *tcon,
673 struct dentry *dentry, struct cifs_tcon *tcon,
691 struct cifs_tcon *tcon,
697 struct cifs_tcon *tcon, in cifs_inval_name_dfs_link_error() argument