Lines Matching full:tcon
75 struct cifs_tcon *tcon,
148 extern int cifs_get_writable_path(struct cifs_tcon *tcon, const char *name,
152 extern int cifs_get_readable_path(struct cifs_tcon *tcon, const char *name,
246 extern void cifs_mark_open_files_invalid(struct cifs_tcon *tcon);
247 extern void cifs_reopen_persistent_handles(struct cifs_tcon *tcon);
280 extern void cifs_put_tcon(struct cifs_tcon *tcon);
295 extern int cifs_tree_connect(const unsigned int xid, struct cifs_tcon *tcon,
310 const char *tree, struct cifs_tcon *tcon,
313 extern int CIFSFindFirst(const unsigned int xid, struct cifs_tcon *tcon,
319 extern int CIFSFindNext(const unsigned int xid, struct cifs_tcon *tcon,
323 extern int CIFSFindClose(const unsigned int xid, struct cifs_tcon *tcon,
326 extern int CIFSSMBQFileInfo(const unsigned int xid, struct cifs_tcon *tcon,
328 extern int CIFSSMBQPathInfo(const unsigned int xid, struct cifs_tcon *tcon,
332 extern int SMBQueryInformation(const unsigned int xid, struct cifs_tcon *tcon,
336 extern int CIFSSMBUnixQFileInfo(const unsigned int xid, struct cifs_tcon *tcon,
339 struct cifs_tcon *tcon,
355 extern void reset_cifs_unix_caps(unsigned int xid, struct cifs_tcon *tcon,
358 extern int CIFSSMBQFSInfo(const unsigned int xid, struct cifs_tcon *tcon,
360 extern int SMBOldQFSInfo(const unsigned int xid, struct cifs_tcon *tcon,
362 extern int CIFSSMBSetFSUnixInfo(const unsigned int xid, struct cifs_tcon *tcon,
366 struct cifs_tcon *tcon);
367 extern int CIFSSMBQFSDeviceInfo(const unsigned int xid, struct cifs_tcon *tcon);
368 extern int CIFSSMBQFSUnixInfo(const unsigned int xid, struct cifs_tcon *tcon);
369 extern int CIFSSMBQFSPosixInfo(const unsigned int xid, struct cifs_tcon *tcon,
372 extern int CIFSSMBSetPathInfo(const unsigned int xid, struct cifs_tcon *tcon,
376 extern int CIFSSMBSetFileInfo(const unsigned int xid, struct cifs_tcon *tcon,
380 struct cifs_tcon *tcon,
383 extern int CIFSSMBSetEOF(const unsigned int xid, struct cifs_tcon *tcon,
386 extern int CIFSSMBSetFileSize(const unsigned int xid, struct cifs_tcon *tcon,
401 struct cifs_tcon *tcon,
406 struct cifs_tcon *tcon, const char *file_name,
412 umode_t mode, struct cifs_tcon *tcon,
414 extern int CIFSSMBRmDir(const unsigned int xid, struct cifs_tcon *tcon,
416 extern int CIFSPOSIXDelFile(const unsigned int xid, struct cifs_tcon *tcon,
420 extern int CIFSSMBDelFile(const unsigned int xid, struct cifs_tcon *tcon,
422 extern int CIFSSMBRename(const unsigned int xid, struct cifs_tcon *tcon,
425 extern int CIFSSMBRenameOpenFile(const unsigned int xid, struct cifs_tcon *tcon,
429 extern int CIFSCreateHardLink(const unsigned int xid, struct cifs_tcon *tcon,
433 struct cifs_tcon *tcon,
438 struct cifs_tcon *tcon,
442 struct cifs_tcon *tcon,
445 extern int CIFSSMBQuerySymLink(const unsigned int xid, struct cifs_tcon *tcon,
449 struct cifs_tcon *tcon, __u16 fid);
452 extern int SMBLegacyOpen(const unsigned int xid, struct cifs_tcon *tcon,
457 extern int CIFSPOSIXCreate(const unsigned int xid, struct cifs_tcon *tcon,
462 extern int CIFSSMBClose(const unsigned int xid, struct cifs_tcon *tcon,
465 extern int CIFSSMBFlush(const unsigned int xid, struct cifs_tcon *tcon,
475 extern int CIFSGetSrvInodeNumber(const unsigned int xid, struct cifs_tcon *tcon,
480 extern int cifs_lockv(const unsigned int xid, struct cifs_tcon *tcon,
484 extern int CIFSSMBLock(const unsigned int xid, struct cifs_tcon *tcon,
489 extern int CIFSSMBPosixLock(const unsigned int xid, struct cifs_tcon *tcon,
494 extern int CIFSSMBTDis(const unsigned int xid, struct cifs_tcon *tcon);
527 extern ssize_t CIFSSMBQAllEAs(const unsigned int xid, struct cifs_tcon *tcon,
531 extern int CIFSSMBSetEA(const unsigned int xid, struct cifs_tcon *tcon,
536 extern int CIFSSMBGetCIFSACL(const unsigned int xid, struct cifs_tcon *tcon,
540 extern int CIFSSMBGetPosixACL(const unsigned int xid, struct cifs_tcon *tcon,
544 extern int CIFSSMBSetPosixACL(const unsigned int xid, struct cifs_tcon *tcon,
548 extern int CIFSGetExtAttr(const unsigned int xid, struct cifs_tcon *tcon,
553 extern int check_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
583 int cifs_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
587 int cifs_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
640 SMB3_request_interfaces(const unsigned int xid, struct cifs_tcon *tcon, bool in_mount);
644 int smb2_parse_query_directory(struct cifs_tcon *tcon, struct kvec *rsp_iov,
669 struct cifs_tcon *tcon,
682 struct super_block *cifs_get_tcon_super(struct cifs_tcon *tcon);