Lines Matching refs:cifs_tcon

77 				     struct cifs_tcon *tcon,
125 struct cifs_tcon *ptcon,
140 extern int cifs_get_writable_path(struct cifs_tcon *tcon, const char *name,
143 extern int cifs_get_readable_path(struct cifs_tcon *tcon, const char *name,
152 const struct cifs_tcon *, int /* length of
231 extern void cifs_mark_open_files_invalid(struct cifs_tcon *tcon);
232 extern void cifs_reopen_persistent_handles(struct cifs_tcon *tcon);
247 extern void cifs_put_tcon(struct cifs_tcon *tcon);
270 const char *tree, struct cifs_tcon *tcon,
273 extern int CIFSFindFirst(const unsigned int xid, struct cifs_tcon *tcon,
279 extern int CIFSFindNext(const unsigned int xid, struct cifs_tcon *tcon,
283 extern int CIFSFindClose(const unsigned int xid, struct cifs_tcon *tcon,
286 extern int CIFSSMBQFileInfo(const unsigned int xid, struct cifs_tcon *tcon,
288 extern int CIFSSMBQPathInfo(const unsigned int xid, struct cifs_tcon *tcon,
292 extern int SMBQueryInformation(const unsigned int xid, struct cifs_tcon *tcon,
296 extern int CIFSSMBUnixQFileInfo(const unsigned int xid, struct cifs_tcon *tcon,
299 struct cifs_tcon *tcon,
315 extern void reset_cifs_unix_caps(unsigned int xid, struct cifs_tcon *tcon,
318 extern int CIFSSMBQFSInfo(const unsigned int xid, struct cifs_tcon *tcon,
320 extern int SMBOldQFSInfo(const unsigned int xid, struct cifs_tcon *tcon,
322 extern int CIFSSMBSetFSUnixInfo(const unsigned int xid, struct cifs_tcon *tcon,
326 struct cifs_tcon *tcon);
327 extern int CIFSSMBQFSDeviceInfo(const unsigned int xid, struct cifs_tcon *tcon);
328 extern int CIFSSMBQFSUnixInfo(const unsigned int xid, struct cifs_tcon *tcon);
329 extern int CIFSSMBQFSPosixInfo(const unsigned int xid, struct cifs_tcon *tcon,
332 extern int CIFSSMBSetPathInfo(const unsigned int xid, struct cifs_tcon *tcon,
336 extern int CIFSSMBSetFileInfo(const unsigned int xid, struct cifs_tcon *tcon,
340 struct cifs_tcon *tcon,
344 extern int CIFSSMBSetAttrLegacy(unsigned int xid, struct cifs_tcon *tcon,
348 extern int CIFSSMBSetEOF(const unsigned int xid, struct cifs_tcon *tcon,
351 extern int CIFSSMBSetFileSize(const unsigned int xid, struct cifs_tcon *tcon,
366 struct cifs_tcon *tcon,
371 struct cifs_tcon *tcon, const char *file_name,
377 umode_t mode, struct cifs_tcon *tcon,
379 extern int CIFSSMBRmDir(const unsigned int xid, struct cifs_tcon *tcon,
381 extern int CIFSPOSIXDelFile(const unsigned int xid, struct cifs_tcon *tcon,
385 extern int CIFSSMBDelFile(const unsigned int xid, struct cifs_tcon *tcon,
387 extern int CIFSSMBRename(const unsigned int xid, struct cifs_tcon *tcon,
390 extern int CIFSSMBRenameOpenFile(const unsigned int xid, struct cifs_tcon *tcon,
394 extern int CIFSCreateHardLink(const unsigned int xid, struct cifs_tcon *tcon,
398 struct cifs_tcon *tcon,
403 struct cifs_tcon *tcon,
407 struct cifs_tcon *tcon,
410 extern int CIFSSMBQuerySymLink(const unsigned int xid, struct cifs_tcon *tcon,
414 struct cifs_tcon *tcon, __u16 fid);
417 extern int SMBLegacyOpen(const unsigned int xid, struct cifs_tcon *tcon,
422 extern int CIFSPOSIXCreate(const unsigned int xid, struct cifs_tcon *tcon,
427 extern int CIFSSMBClose(const unsigned int xid, struct cifs_tcon *tcon,
430 extern int CIFSSMBFlush(const unsigned int xid, struct cifs_tcon *tcon,
440 extern int CIFSGetSrvInodeNumber(const unsigned int xid, struct cifs_tcon *tcon,
445 extern int cifs_lockv(const unsigned int xid, struct cifs_tcon *tcon,
449 extern int CIFSSMBLock(const unsigned int xid, struct cifs_tcon *tcon,
454 extern int CIFSSMBPosixLock(const unsigned int xid, struct cifs_tcon *tcon,
459 extern int CIFSSMBTDis(const unsigned int xid, struct cifs_tcon *tcon);
465 extern struct cifs_tcon *tconInfoAlloc(void);
466 extern void tconInfoFree(struct cifs_tcon *);
490 extern int CIFSSMBNotify(const unsigned int xid, struct cifs_tcon *tcon,
496 struct cifs_tcon *source_tcon,
502 extern ssize_t CIFSSMBQAllEAs(const unsigned int xid, struct cifs_tcon *tcon,
506 extern int CIFSSMBSetEA(const unsigned int xid, struct cifs_tcon *tcon,
511 extern int CIFSSMBGetCIFSACL(const unsigned int xid, struct cifs_tcon *tcon,
513 extern int CIFSSMBSetCIFSACL(const unsigned int, struct cifs_tcon *, __u16,
515 extern int CIFSSMBGetPosixACL(const unsigned int xid, struct cifs_tcon *tcon,
519 extern int CIFSSMBSetPosixACL(const unsigned int xid, struct cifs_tcon *tcon,
523 extern int CIFSGetExtAttr(const unsigned int xid, struct cifs_tcon *tcon,
527 extern int check_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
563 int cifs_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
567 int cifs_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,