Lines Matching refs:tcon
75 struct cifs_tcon *tcon,
145 extern int cifs_get_writable_path(struct cifs_tcon *tcon, const char *name,
149 extern int cifs_get_readable_path(struct cifs_tcon *tcon, const char *name,
243 extern void cifs_mark_open_files_invalid(struct cifs_tcon *tcon);
244 extern void cifs_reopen_persistent_handles(struct cifs_tcon *tcon);
277 extern void cifs_put_tcon(struct cifs_tcon *tcon);
292 extern int cifs_tree_connect(const unsigned int xid, struct cifs_tcon *tcon,
303 const char *tree, struct cifs_tcon *tcon,
306 extern int CIFSFindFirst(const unsigned int xid, struct cifs_tcon *tcon,
312 extern int CIFSFindNext(const unsigned int xid, struct cifs_tcon *tcon,
316 extern int CIFSFindClose(const unsigned int xid, struct cifs_tcon *tcon,
319 extern int CIFSSMBQFileInfo(const unsigned int xid, struct cifs_tcon *tcon,
321 extern int CIFSSMBQPathInfo(const unsigned int xid, struct cifs_tcon *tcon,
325 extern int SMBQueryInformation(const unsigned int xid, struct cifs_tcon *tcon,
329 extern int CIFSSMBUnixQFileInfo(const unsigned int xid, struct cifs_tcon *tcon,
332 struct cifs_tcon *tcon,
348 extern void reset_cifs_unix_caps(unsigned int xid, struct cifs_tcon *tcon,
351 extern int CIFSSMBQFSInfo(const unsigned int xid, struct cifs_tcon *tcon,
353 extern int SMBOldQFSInfo(const unsigned int xid, struct cifs_tcon *tcon,
355 extern int CIFSSMBSetFSUnixInfo(const unsigned int xid, struct cifs_tcon *tcon,
359 struct cifs_tcon *tcon);
360 extern int CIFSSMBQFSDeviceInfo(const unsigned int xid, struct cifs_tcon *tcon);
361 extern int CIFSSMBQFSUnixInfo(const unsigned int xid, struct cifs_tcon *tcon);
362 extern int CIFSSMBQFSPosixInfo(const unsigned int xid, struct cifs_tcon *tcon,
365 extern int CIFSSMBSetPathInfo(const unsigned int xid, struct cifs_tcon *tcon,
369 extern int CIFSSMBSetFileInfo(const unsigned int xid, struct cifs_tcon *tcon,
373 struct cifs_tcon *tcon,
376 extern int CIFSSMBSetEOF(const unsigned int xid, struct cifs_tcon *tcon,
379 extern int CIFSSMBSetFileSize(const unsigned int xid, struct cifs_tcon *tcon,
394 struct cifs_tcon *tcon,
399 struct cifs_tcon *tcon, const char *file_name,
405 umode_t mode, struct cifs_tcon *tcon,
407 extern int CIFSSMBRmDir(const unsigned int xid, struct cifs_tcon *tcon,
409 extern int CIFSPOSIXDelFile(const unsigned int xid, struct cifs_tcon *tcon,
413 extern int CIFSSMBDelFile(const unsigned int xid, struct cifs_tcon *tcon,
415 extern int CIFSSMBRename(const unsigned int xid, struct cifs_tcon *tcon,
418 extern int CIFSSMBRenameOpenFile(const unsigned int xid, struct cifs_tcon *tcon,
422 extern int CIFSCreateHardLink(const unsigned int xid, struct cifs_tcon *tcon,
426 struct cifs_tcon *tcon,
431 struct cifs_tcon *tcon,
435 struct cifs_tcon *tcon,
438 extern int CIFSSMBQuerySymLink(const unsigned int xid, struct cifs_tcon *tcon,
442 struct cifs_tcon *tcon, __u16 fid);
445 extern int SMBLegacyOpen(const unsigned int xid, struct cifs_tcon *tcon,
450 extern int CIFSPOSIXCreate(const unsigned int xid, struct cifs_tcon *tcon,
455 extern int CIFSSMBClose(const unsigned int xid, struct cifs_tcon *tcon,
458 extern int CIFSSMBFlush(const unsigned int xid, struct cifs_tcon *tcon,
468 extern int CIFSGetSrvInodeNumber(const unsigned int xid, struct cifs_tcon *tcon,
473 extern int cifs_lockv(const unsigned int xid, struct cifs_tcon *tcon,
477 extern int CIFSSMBLock(const unsigned int xid, struct cifs_tcon *tcon,
482 extern int CIFSSMBPosixLock(const unsigned int xid, struct cifs_tcon *tcon,
487 extern int CIFSSMBTDis(const unsigned int xid, struct cifs_tcon *tcon);
517 extern ssize_t CIFSSMBQAllEAs(const unsigned int xid, struct cifs_tcon *tcon,
521 extern int CIFSSMBSetEA(const unsigned int xid, struct cifs_tcon *tcon,
526 extern int CIFSSMBGetCIFSACL(const unsigned int xid, struct cifs_tcon *tcon,
530 extern int CIFSSMBGetPosixACL(const unsigned int xid, struct cifs_tcon *tcon,
534 extern int CIFSSMBSetPosixACL(const unsigned int xid, struct cifs_tcon *tcon,
538 extern int CIFSGetExtAttr(const unsigned int xid, struct cifs_tcon *tcon,
542 extern int check_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
572 int cifs_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
576 int cifs_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
606 int smb2_parse_query_directory(struct cifs_tcon *tcon, struct kvec *rsp_iov,
639 struct super_block *cifs_get_tcon_super(struct cifs_tcon *tcon);