Lines Matching refs:cifs_tcon

77 				     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
245 extern void cifs_mark_open_files_invalid(struct cifs_tcon *tcon);
246 extern void cifs_reopen_persistent_handles(struct cifs_tcon *tcon);
262 extern void cifs_put_tcon(struct cifs_tcon *tcon);
277 extern int cifs_tree_connect(const unsigned int xid, struct cifs_tcon *tcon,
288 const char *tree, struct cifs_tcon *tcon,
291 extern int CIFSFindFirst(const unsigned int xid, struct cifs_tcon *tcon,
297 extern int CIFSFindNext(const unsigned int xid, struct cifs_tcon *tcon,
301 extern int CIFSFindClose(const unsigned int xid, struct cifs_tcon *tcon,
304 extern int CIFSSMBQFileInfo(const unsigned int xid, struct cifs_tcon *tcon,
306 extern int CIFSSMBQPathInfo(const unsigned int xid, struct cifs_tcon *tcon,
310 extern int SMBQueryInformation(const unsigned int xid, struct cifs_tcon *tcon,
314 extern int CIFSSMBUnixQFileInfo(const unsigned int xid, struct cifs_tcon *tcon,
317 struct cifs_tcon *tcon,
333 extern void reset_cifs_unix_caps(unsigned int xid, struct cifs_tcon *tcon,
336 extern int CIFSSMBQFSInfo(const unsigned int xid, struct cifs_tcon *tcon,
338 extern int SMBOldQFSInfo(const unsigned int xid, struct cifs_tcon *tcon,
340 extern int CIFSSMBSetFSUnixInfo(const unsigned int xid, struct cifs_tcon *tcon,
344 struct cifs_tcon *tcon);
345 extern int CIFSSMBQFSDeviceInfo(const unsigned int xid, struct cifs_tcon *tcon);
346 extern int CIFSSMBQFSUnixInfo(const unsigned int xid, struct cifs_tcon *tcon);
347 extern int CIFSSMBQFSPosixInfo(const unsigned int xid, struct cifs_tcon *tcon,
350 extern int CIFSSMBSetPathInfo(const unsigned int xid, struct cifs_tcon *tcon,
354 extern int CIFSSMBSetFileInfo(const unsigned int xid, struct cifs_tcon *tcon,
358 struct cifs_tcon *tcon,
362 extern int CIFSSMBSetAttrLegacy(unsigned int xid, struct cifs_tcon *tcon,
366 extern int CIFSSMBSetEOF(const unsigned int xid, struct cifs_tcon *tcon,
369 extern int CIFSSMBSetFileSize(const unsigned int xid, struct cifs_tcon *tcon,
384 struct cifs_tcon *tcon,
389 struct cifs_tcon *tcon, const char *file_name,
395 umode_t mode, struct cifs_tcon *tcon,
397 extern int CIFSSMBRmDir(const unsigned int xid, struct cifs_tcon *tcon,
399 extern int CIFSPOSIXDelFile(const unsigned int xid, struct cifs_tcon *tcon,
403 extern int CIFSSMBDelFile(const unsigned int xid, struct cifs_tcon *tcon,
405 extern int CIFSSMBRename(const unsigned int xid, struct cifs_tcon *tcon,
408 extern int CIFSSMBRenameOpenFile(const unsigned int xid, struct cifs_tcon *tcon,
412 extern int CIFSCreateHardLink(const unsigned int xid, struct cifs_tcon *tcon,
416 struct cifs_tcon *tcon,
421 struct cifs_tcon *tcon,
425 struct cifs_tcon *tcon,
428 extern int CIFSSMBQuerySymLink(const unsigned int xid, struct cifs_tcon *tcon,
432 struct cifs_tcon *tcon, __u16 fid);
435 extern int SMBLegacyOpen(const unsigned int xid, struct cifs_tcon *tcon,
440 extern int CIFSPOSIXCreate(const unsigned int xid, struct cifs_tcon *tcon,
445 extern int CIFSSMBClose(const unsigned int xid, struct cifs_tcon *tcon,
448 extern int CIFSSMBFlush(const unsigned int xid, struct cifs_tcon *tcon,
458 extern int CIFSGetSrvInodeNumber(const unsigned int xid, struct cifs_tcon *tcon,
463 extern int cifs_lockv(const unsigned int xid, struct cifs_tcon *tcon,
467 extern int CIFSSMBLock(const unsigned int xid, struct cifs_tcon *tcon,
472 extern int CIFSSMBPosixLock(const unsigned int xid, struct cifs_tcon *tcon,
477 extern int CIFSSMBTDis(const unsigned int xid, struct cifs_tcon *tcon);
483 extern struct cifs_tcon *tconInfoAlloc(void);
484 extern void tconInfoFree(struct cifs_tcon *);
508 extern int CIFSSMBNotify(const unsigned int xid, struct cifs_tcon *tcon,
514 struct cifs_tcon *source_tcon,
520 extern ssize_t CIFSSMBQAllEAs(const unsigned int xid, struct cifs_tcon *tcon,
524 extern int CIFSSMBSetEA(const unsigned int xid, struct cifs_tcon *tcon,
529 extern int CIFSSMBGetCIFSACL(const unsigned int xid, struct cifs_tcon *tcon,
531 extern int CIFSSMBSetCIFSACL(const unsigned int, struct cifs_tcon *, __u16,
533 extern int CIFSSMBGetPosixACL(const unsigned int xid, struct cifs_tcon *tcon,
537 extern int CIFSSMBSetPosixACL(const unsigned int xid, struct cifs_tcon *tcon,
541 extern int CIFSGetExtAttr(const unsigned int xid, struct cifs_tcon *tcon,
545 extern int check_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
581 int cifs_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
585 int cifs_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon,
616 int smb2_parse_query_directory(struct cifs_tcon *tcon, struct kvec *rsp_iov,
622 int update_super_prepath(struct cifs_tcon *tcon, char *prefix);