• Home
  • Raw
  • Download

Lines Matching refs:cifs_tcon

75 				     struct cifs_tcon *tcon,
127 struct cifs_tcon *ptcon,
149 extern int cifs_get_writable_path(struct cifs_tcon *tcon, const char *name,
153 extern int cifs_get_readable_path(struct cifs_tcon *tcon, const char *name,
163 const struct cifs_tcon *, int /* length of
247 extern void cifs_mark_open_files_invalid(struct cifs_tcon *tcon);
248 extern void cifs_reopen_persistent_handles(struct cifs_tcon *tcon);
272 extern void cifs_close_all_deferred_files(struct cifs_tcon *cifs_tcon);
274 extern void cifs_close_deferred_file_under_dentry(struct cifs_tcon *cifs_tcon,
281 extern void cifs_put_tcon(struct cifs_tcon *tcon);
296 extern int cifs_tree_connect(const unsigned int xid, struct cifs_tcon *tcon,
311 const char *tree, struct cifs_tcon *tcon,
314 extern int CIFSFindFirst(const unsigned int xid, struct cifs_tcon *tcon,
320 extern int CIFSFindNext(const unsigned int xid, struct cifs_tcon *tcon,
324 extern int CIFSFindClose(const unsigned int xid, struct cifs_tcon *tcon,
327 extern int CIFSSMBQFileInfo(const unsigned int xid, struct cifs_tcon *tcon,
329 extern int CIFSSMBQPathInfo(const unsigned int xid, struct cifs_tcon *tcon,
333 extern int SMBQueryInformation(const unsigned int xid, struct cifs_tcon *tcon,
337 extern int CIFSSMBUnixQFileInfo(const unsigned int xid, struct cifs_tcon *tcon,
340 struct cifs_tcon *tcon,
356 extern void reset_cifs_unix_caps(unsigned int xid, struct cifs_tcon *tcon,
359 extern int CIFSSMBQFSInfo(const unsigned int xid, struct cifs_tcon *tcon,
361 extern int SMBOldQFSInfo(const unsigned int xid, struct cifs_tcon *tcon,
363 extern int CIFSSMBSetFSUnixInfo(const unsigned int xid, struct cifs_tcon *tcon,
367 struct cifs_tcon *tcon);
368 extern int CIFSSMBQFSDeviceInfo(const unsigned int xid, struct cifs_tcon *tcon);
369 extern int CIFSSMBQFSUnixInfo(const unsigned int xid, struct cifs_tcon *tcon);
370 extern int CIFSSMBQFSPosixInfo(const unsigned int xid, struct cifs_tcon *tcon,
373 extern int CIFSSMBSetPathInfo(const unsigned int xid, struct cifs_tcon *tcon,
377 extern int CIFSSMBSetFileInfo(const unsigned int xid, struct cifs_tcon *tcon,
381 struct cifs_tcon *tcon,
384 extern int CIFSSMBSetEOF(const unsigned int xid, struct cifs_tcon *tcon,
387 extern int CIFSSMBSetFileSize(const unsigned int xid, struct cifs_tcon *tcon,
402 struct cifs_tcon *tcon,
407 struct cifs_tcon *tcon, const char *file_name,
413 umode_t mode, struct cifs_tcon *tcon,
415 extern int CIFSSMBRmDir(const unsigned int xid, struct cifs_tcon *tcon,
417 extern int CIFSPOSIXDelFile(const unsigned int xid, struct cifs_tcon *tcon,
421 extern int CIFSSMBDelFile(const unsigned int xid, struct cifs_tcon *tcon,
423 extern int CIFSSMBRename(const unsigned int xid, struct cifs_tcon *tcon,
426 extern int CIFSSMBRenameOpenFile(const unsigned int xid, struct cifs_tcon *tcon,
430 extern int CIFSCreateHardLink(const unsigned int xid, struct cifs_tcon *tcon,
434 struct cifs_tcon *tcon,
439 struct cifs_tcon *tcon,
443 struct cifs_tcon *tcon,
446 extern int CIFSSMBQuerySymLink(const unsigned int xid, struct cifs_tcon *tcon,
450 struct cifs_tcon *tcon, __u16 fid);
453 extern int SMBLegacyOpen(const unsigned int xid, struct cifs_tcon *tcon,
458 extern int CIFSPOSIXCreate(const unsigned int xid, struct cifs_tcon *tcon,
463 extern int CIFSSMBClose(const unsigned int xid, struct cifs_tcon *tcon,
466 extern int CIFSSMBFlush(const unsigned int xid, struct cifs_tcon *tcon,
476 extern int CIFSGetSrvInodeNumber(const unsigned int xid, struct cifs_tcon *tcon,
481 extern int cifs_lockv(const unsigned int xid, struct cifs_tcon *tcon,
485 extern int CIFSSMBLock(const unsigned int xid, struct cifs_tcon *tcon,
490 extern int CIFSSMBPosixLock(const unsigned int xid, struct cifs_tcon *tcon,
495 extern int CIFSSMBTDis(const unsigned int xid, struct cifs_tcon *tcon);
501 extern struct cifs_tcon *tconInfoAlloc(void);
502 extern void tconInfoFree(struct cifs_tcon *);
522 struct cifs_tcon *source_tcon,
528 extern ssize_t CIFSSMBQAllEAs(const unsigned int xid, struct cifs_tcon *tcon,
532 extern int CIFSSMBSetEA(const unsigned int xid, struct cifs_tcon *tcon,
537 extern int CIFSSMBGetCIFSACL(const unsigned int xid, struct cifs_tcon *tcon,
539 extern int CIFSSMBSetCIFSACL(const unsigned int, struct cifs_tcon *, __u16,
541 extern int CIFSSMBGetPosixACL(const unsigned int xid, struct cifs_tcon *tcon,
545 extern int CIFSSMBSetPosixACL(const unsigned int xid, struct cifs_tcon *tcon,
549 extern int CIFSGetExtAttr(const unsigned int xid, struct cifs_tcon *tcon,
554 extern int check_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
584 int cifs_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
588 int cifs_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
641 SMB3_request_interfaces(const unsigned int xid, struct cifs_tcon *tcon, bool in_mount);
645 int smb2_parse_query_directory(struct cifs_tcon *tcon, struct kvec *rsp_iov,
669 struct cifs_tcon *tcon,
675 struct cifs_tcon *tcon, in cifs_inval_name_dfs_link_error()
693 struct super_block *cifs_get_tcon_super(struct cifs_tcon *tcon);