Lines Matching refs:cifs_tcon
74 struct cifs_tcon *tcon,
121 struct cifs_tcon *ptcon,
141 const struct cifs_tcon *, int /* length of
218 extern void cifs_mark_open_files_invalid(struct cifs_tcon *tcon);
219 extern void cifs_reopen_persistent_handles(struct cifs_tcon *tcon);
234 extern void cifs_put_tcon(struct cifs_tcon *tcon);
257 const char *tree, struct cifs_tcon *tcon,
260 extern int CIFSFindFirst(const unsigned int xid, struct cifs_tcon *tcon,
266 extern int CIFSFindNext(const unsigned int xid, struct cifs_tcon *tcon,
270 extern int CIFSFindClose(const unsigned int xid, struct cifs_tcon *tcon,
273 extern int CIFSSMBQFileInfo(const unsigned int xid, struct cifs_tcon *tcon,
275 extern int CIFSSMBQPathInfo(const unsigned int xid, struct cifs_tcon *tcon,
279 extern int SMBQueryInformation(const unsigned int xid, struct cifs_tcon *tcon,
283 extern int CIFSSMBUnixQFileInfo(const unsigned int xid, struct cifs_tcon *tcon,
286 struct cifs_tcon *tcon,
307 extern void reset_cifs_unix_caps(unsigned int xid, struct cifs_tcon *tcon,
310 extern int CIFSSMBQFSInfo(const unsigned int xid, struct cifs_tcon *tcon,
312 extern int SMBOldQFSInfo(const unsigned int xid, struct cifs_tcon *tcon,
314 extern int CIFSSMBSetFSUnixInfo(const unsigned int xid, struct cifs_tcon *tcon,
318 struct cifs_tcon *tcon);
319 extern int CIFSSMBQFSDeviceInfo(const unsigned int xid, struct cifs_tcon *tcon);
320 extern int CIFSSMBQFSUnixInfo(const unsigned int xid, struct cifs_tcon *tcon);
321 extern int CIFSSMBQFSPosixInfo(const unsigned int xid, struct cifs_tcon *tcon,
324 extern int CIFSSMBSetPathInfo(const unsigned int xid, struct cifs_tcon *tcon,
328 extern int CIFSSMBSetFileInfo(const unsigned int xid, struct cifs_tcon *tcon,
332 struct cifs_tcon *tcon,
336 extern int CIFSSMBSetAttrLegacy(unsigned int xid, struct cifs_tcon *tcon,
340 extern int CIFSSMBSetEOF(const unsigned int xid, struct cifs_tcon *tcon,
343 extern int CIFSSMBSetFileSize(const unsigned int xid, struct cifs_tcon *tcon,
358 struct cifs_tcon *tcon,
363 struct cifs_tcon *tcon, const char *file_name,
368 extern int CIFSSMBMkDir(const unsigned int xid, struct cifs_tcon *tcon,
370 extern int CIFSSMBRmDir(const unsigned int xid, struct cifs_tcon *tcon,
372 extern int CIFSPOSIXDelFile(const unsigned int xid, struct cifs_tcon *tcon,
376 extern int CIFSSMBDelFile(const unsigned int xid, struct cifs_tcon *tcon,
378 extern int CIFSSMBRename(const unsigned int xid, struct cifs_tcon *tcon,
381 extern int CIFSSMBRenameOpenFile(const unsigned int xid, struct cifs_tcon *tcon,
385 extern int CIFSCreateHardLink(const unsigned int xid, struct cifs_tcon *tcon,
389 struct cifs_tcon *tcon,
394 struct cifs_tcon *tcon,
398 struct cifs_tcon *tcon,
401 extern int CIFSSMBQuerySymLink(const unsigned int xid, struct cifs_tcon *tcon,
405 struct cifs_tcon *tcon, __u16 fid);
408 extern int SMBLegacyOpen(const unsigned int xid, struct cifs_tcon *tcon,
413 extern int CIFSPOSIXCreate(const unsigned int xid, struct cifs_tcon *tcon,
418 extern int CIFSSMBClose(const unsigned int xid, struct cifs_tcon *tcon,
421 extern int CIFSSMBFlush(const unsigned int xid, struct cifs_tcon *tcon,
431 extern int CIFSGetSrvInodeNumber(const unsigned int xid, struct cifs_tcon *tcon,
436 extern int cifs_lockv(const unsigned int xid, struct cifs_tcon *tcon,
440 extern int CIFSSMBLock(const unsigned int xid, struct cifs_tcon *tcon,
445 extern int CIFSSMBPosixLock(const unsigned int xid, struct cifs_tcon *tcon,
450 extern int CIFSSMBTDis(const unsigned int xid, struct cifs_tcon *tcon);
456 extern struct cifs_tcon *tconInfoAlloc(void);
457 extern void tconInfoFree(struct cifs_tcon *);
481 extern int CIFSSMBNotify(const unsigned int xid, struct cifs_tcon *tcon,
487 struct cifs_tcon *source_tcon,
493 extern ssize_t CIFSSMBQAllEAs(const unsigned int xid, struct cifs_tcon *tcon,
497 extern int CIFSSMBSetEA(const unsigned int xid, struct cifs_tcon *tcon,
502 extern int CIFSSMBGetCIFSACL(const unsigned int xid, struct cifs_tcon *tcon,
504 extern int CIFSSMBSetCIFSACL(const unsigned int, struct cifs_tcon *, __u16,
506 extern int CIFSSMBGetPosixACL(const unsigned int xid, struct cifs_tcon *tcon,
510 extern int CIFSSMBSetPosixACL(const unsigned int xid, struct cifs_tcon *tcon,
514 extern int CIFSGetExtAttr(const unsigned int xid, struct cifs_tcon *tcon,
518 extern int check_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
540 int cifs_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
544 int cifs_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,