• Home
  • Raw
  • Download

Lines Matching refs:cifs_tcon

75 				     struct cifs_tcon *tcon,
130 struct cifs_tcon *ptcon,
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,
159 const struct cifs_tcon *, int /* length of
243 extern void cifs_mark_open_files_invalid(struct cifs_tcon *tcon);
244 extern void cifs_reopen_persistent_handles(struct cifs_tcon *tcon);
268 extern void cifs_close_all_deferred_files(struct cifs_tcon *cifs_tcon);
270 extern void cifs_close_deferred_file_under_dentry(struct cifs_tcon *cifs_tcon,
276 extern void cifs_put_tcon(struct cifs_tcon *tcon);
291 extern int cifs_tree_connect(const unsigned int xid, struct cifs_tcon *tcon,
302 const char *tree, struct cifs_tcon *tcon,
305 extern int CIFSFindFirst(const unsigned int xid, struct cifs_tcon *tcon,
311 extern int CIFSFindNext(const unsigned int xid, struct cifs_tcon *tcon,
315 extern int CIFSFindClose(const unsigned int xid, struct cifs_tcon *tcon,
318 extern int CIFSSMBQFileInfo(const unsigned int xid, struct cifs_tcon *tcon,
320 extern int CIFSSMBQPathInfo(const unsigned int xid, struct cifs_tcon *tcon,
324 extern int SMBQueryInformation(const unsigned int xid, struct cifs_tcon *tcon,
328 extern int CIFSSMBUnixQFileInfo(const unsigned int xid, struct cifs_tcon *tcon,
331 struct cifs_tcon *tcon,
347 extern void reset_cifs_unix_caps(unsigned int xid, struct cifs_tcon *tcon,
350 extern int CIFSSMBQFSInfo(const unsigned int xid, struct cifs_tcon *tcon,
352 extern int SMBOldQFSInfo(const unsigned int xid, struct cifs_tcon *tcon,
354 extern int CIFSSMBSetFSUnixInfo(const unsigned int xid, struct cifs_tcon *tcon,
358 struct cifs_tcon *tcon);
359 extern int CIFSSMBQFSDeviceInfo(const unsigned int xid, struct cifs_tcon *tcon);
360 extern int CIFSSMBQFSUnixInfo(const unsigned int xid, struct cifs_tcon *tcon);
361 extern int CIFSSMBQFSPosixInfo(const unsigned int xid, struct cifs_tcon *tcon,
364 extern int CIFSSMBSetPathInfo(const unsigned int xid, struct cifs_tcon *tcon,
368 extern int CIFSSMBSetFileInfo(const unsigned int xid, struct cifs_tcon *tcon,
372 struct cifs_tcon *tcon,
375 extern int CIFSSMBSetEOF(const unsigned int xid, struct cifs_tcon *tcon,
378 extern int CIFSSMBSetFileSize(const unsigned int xid, struct cifs_tcon *tcon,
393 struct cifs_tcon *tcon,
398 struct cifs_tcon *tcon, const char *file_name,
404 umode_t mode, struct cifs_tcon *tcon,
406 extern int CIFSSMBRmDir(const unsigned int xid, struct cifs_tcon *tcon,
408 extern int CIFSPOSIXDelFile(const unsigned int xid, struct cifs_tcon *tcon,
412 extern int CIFSSMBDelFile(const unsigned int xid, struct cifs_tcon *tcon,
414 extern int CIFSSMBRename(const unsigned int xid, struct cifs_tcon *tcon,
417 extern int CIFSSMBRenameOpenFile(const unsigned int xid, struct cifs_tcon *tcon,
421 extern int CIFSCreateHardLink(const unsigned int xid, struct cifs_tcon *tcon,
425 struct cifs_tcon *tcon,
430 struct cifs_tcon *tcon,
434 struct cifs_tcon *tcon,
437 extern int CIFSSMBQuerySymLink(const unsigned int xid, struct cifs_tcon *tcon,
441 struct cifs_tcon *tcon, __u16 fid);
444 extern int SMBLegacyOpen(const unsigned int xid, struct cifs_tcon *tcon,
449 extern int CIFSPOSIXCreate(const unsigned int xid, struct cifs_tcon *tcon,
454 extern int CIFSSMBClose(const unsigned int xid, struct cifs_tcon *tcon,
457 extern int CIFSSMBFlush(const unsigned int xid, struct cifs_tcon *tcon,
467 extern int CIFSGetSrvInodeNumber(const unsigned int xid, struct cifs_tcon *tcon,
472 extern int cifs_lockv(const unsigned int xid, struct cifs_tcon *tcon,
476 extern int CIFSSMBLock(const unsigned int xid, struct cifs_tcon *tcon,
481 extern int CIFSSMBPosixLock(const unsigned int xid, struct cifs_tcon *tcon,
486 extern int CIFSSMBTDis(const unsigned int xid, struct cifs_tcon *tcon);
492 extern struct cifs_tcon *tconInfoAlloc(void);
493 extern void tconInfoFree(struct cifs_tcon *);
510 struct cifs_tcon *source_tcon,
516 extern ssize_t CIFSSMBQAllEAs(const unsigned int xid, struct cifs_tcon *tcon,
520 extern int CIFSSMBSetEA(const unsigned int xid, struct cifs_tcon *tcon,
525 extern int CIFSSMBGetCIFSACL(const unsigned int xid, struct cifs_tcon *tcon,
527 extern int CIFSSMBSetCIFSACL(const unsigned int, struct cifs_tcon *, __u16,
529 extern int CIFSSMBGetPosixACL(const unsigned int xid, struct cifs_tcon *tcon,
533 extern int CIFSSMBSetPosixACL(const unsigned int xid, struct cifs_tcon *tcon,
537 extern int CIFSGetExtAttr(const unsigned int xid, struct cifs_tcon *tcon,
541 extern int check_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
571 int cifs_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
575 int cifs_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
604 int smb2_parse_query_directory(struct cifs_tcon *tcon, struct kvec *rsp_iov,
637 struct super_block *cifs_get_tcon_super(struct cifs_tcon *tcon);