Home
last modified time | relevance | path

Searched refs:cifs_tcon (Results 1 – 25 of 31) sorted by relevance

12

/fs/smb/client/
Dsmb2proto.h42 extern struct cifs_tcon *smb2_find_smb_tcon(struct TCP_Server_Info *server,
56 extern int smb2_query_reparse_tag(const unsigned int xid, struct cifs_tcon *tcon,
59 int smb2_query_path_info(const unsigned int xid, struct cifs_tcon *tcon,
62 extern int smb2_set_path_size(const unsigned int xid, struct cifs_tcon *tcon,
68 umode_t mode, struct cifs_tcon *tcon,
72 umode_t mode, struct cifs_tcon *tcon,
76 struct cifs_tcon *tcon, const unsigned int xid);
77 extern int smb2_rmdir(const unsigned int xid, struct cifs_tcon *tcon,
79 extern int smb2_unlink(const unsigned int xid, struct cifs_tcon *tcon,
81 extern int smb2_rename_path(const unsigned int xid, struct cifs_tcon *tcon,
[all …]
Dcifsproto.h75 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);
[all …]
Dcifsglob.h229 struct cifs_tcon;
280 void (*clear_stats)(struct cifs_tcon *);
281 void (*print_stats)(struct seq_file *m, struct cifs_tcon *);
282 void (*dump_share_caps)(struct seq_file *, struct cifs_tcon *);
300 unsigned int (*negotiate_wsize)(struct cifs_tcon *tcon, struct smb3_fs_context *ctx);
302 unsigned int (*negotiate_rsize)(struct cifs_tcon *tcon, struct smb3_fs_context *ctx);
311 struct cifs_tcon *, const struct nls_table *);
313 int (*tree_disconnect)(const unsigned int, struct cifs_tcon *);
319 void (*qfs_tcon)(const unsigned int, struct cifs_tcon *,
322 int (*is_path_accessible)(const unsigned int, struct cifs_tcon *,
[all …]
Dcached_dir.h45 struct cifs_tcon *tcon;
64 extern int open_cached_dir(unsigned int xid, struct cifs_tcon *tcon,
68 extern int open_cached_dir_by_dentry(struct cifs_tcon *tcon,
73 struct cifs_tcon *tcon,
77 extern void invalidate_all_cached_dirs(struct cifs_tcon *tcon);
78 extern int cached_dir_lease_break(struct cifs_tcon *tcon, __u8 lease_key[16]);
Dcifs_swn.h12 struct cifs_tcon;
17 extern int cifs_swn_register(struct cifs_tcon *tcon);
19 extern int cifs_swn_unregister(struct cifs_tcon *tcon);
43 static inline int cifs_swn_register(struct cifs_tcon *tcon) { return 0; } in cifs_swn_register()
44 static inline int cifs_swn_unregister(struct cifs_tcon *tcon) { return 0; } in cifs_swn_unregister()
Dsmb1ops.c440 cifs_negotiate_wsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in cifs_negotiate_wsize()
475 cifs_negotiate_rsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in cifs_negotiate_rsize()
516 cifs_qfs_tcon(const unsigned int xid, struct cifs_tcon *tcon, in cifs_qfs_tcon()
524 cifs_is_path_accessible(const unsigned int xid, struct cifs_tcon *tcon, in cifs_is_path_accessible()
545 static int cifs_query_path_info(const unsigned int xid, struct cifs_tcon *tcon, in cifs_query_path_info()
600 static int cifs_get_srv_inum(const unsigned int xid, struct cifs_tcon *tcon, in cifs_get_srv_inum()
620 static int cifs_query_file_info(const unsigned int xid, struct cifs_tcon *tcon, in cifs_query_file_info()
639 cifs_clear_stats(struct cifs_tcon *tcon) in cifs_clear_stats()
665 cifs_print_stats(struct seq_file *m, struct cifs_tcon *tcon) in cifs_print_stats()
702 struct cifs_sb_info *cifs_sb, struct cifs_tcon *tcon, in cifs_mkdir_setinfo()
[all …]
Dfscache.h41 extern int cifs_fscache_get_super_cookie(struct cifs_tcon *);
42 extern void cifs_fscache_release_super_cookie(struct cifs_tcon *);
118 static inline int cifs_fscache_get_super_cookie(struct cifs_tcon *tcon) { return 0; } in cifs_fscache_get_super_cookie()
119 static inline void cifs_fscache_release_super_cookie(struct cifs_tcon *tcon) {} in cifs_fscache_release_super_cookie()
Dsmb2inode.c58 static int smb2_compound_op(const unsigned int xid, struct cifs_tcon *tcon, in smb2_compound_op()
528 int smb2_query_path_info(const unsigned int xid, struct cifs_tcon *tcon, in smb2_query_path_info()
605 int smb311_posix_query_path_info(const unsigned int xid, struct cifs_tcon *tcon, in smb311_posix_query_path_info()
657 struct cifs_tcon *tcon, const char *name, in smb2_mkdir()
668 struct cifs_sb_info *cifs_sb, struct cifs_tcon *tcon, in smb2_mkdir_setinfo()
691 smb2_rmdir(const unsigned int xid, struct cifs_tcon *tcon, const char *name, in smb2_rmdir()
701 smb2_unlink(const unsigned int xid, struct cifs_tcon *tcon, const char *name, in smb2_unlink()
710 smb2_set_path_attr(const unsigned int xid, struct cifs_tcon *tcon, in smb2_set_path_attr()
732 smb2_rename_path(const unsigned int xid, struct cifs_tcon *tcon, in smb2_rename_path()
746 smb2_create_hardlink(const unsigned int xid, struct cifs_tcon *tcon, in smb2_create_hardlink()
[all …]
Dcifssmb.c67 cifs_reconnect_tcon(struct cifs_tcon *tcon, int smb_command) in cifs_reconnect_tcon()
200 small_smb_init(int smb_command, int wct, struct cifs_tcon *tcon, in small_smb_init()
252 __smb_init(int smb_command, int wct, struct cifs_tcon *tcon, in __smb_init()
278 smb_init(int smb_command, int wct, struct cifs_tcon *tcon, in smb_init()
291 smb_init_no_reconnect(int smb_command, int wct, struct cifs_tcon *tcon, in smb_init_no_reconnect()
500 CIFSSMBTDis(const unsigned int xid, struct cifs_tcon *tcon) in CIFSSMBTDis()
653 CIFSPOSIXDelFile(const unsigned int xid, struct cifs_tcon *tcon, in CIFSPOSIXDelFile()
730 CIFSSMBDelFile(const unsigned int xid, struct cifs_tcon *tcon, const char *name, in CIFSSMBDelFile()
774 CIFSSMBRmDir(const unsigned int xid, struct cifs_tcon *tcon, const char *name, in CIFSSMBRmDir()
818 struct cifs_tcon *tcon, const char *name, in CIFSSMBMkDir()
[all …]
Dcifs_swn.c32 struct cifs_tcon *tcon;
35 static int cifs_swn_auth_info_krb(struct cifs_tcon *tcon, struct sk_buff *skb) in cifs_swn_auth_info_krb()
46 static int cifs_swn_auth_info_ntlm(struct cifs_tcon *tcon, struct sk_buff *skb) in cifs_swn_auth_info_ntlm()
252 static struct cifs_swn_reg *cifs_find_swn_reg(struct cifs_tcon *tcon) in cifs_find_swn_reg()
305 static struct cifs_swn_reg *cifs_get_swn_reg(struct cifs_tcon *tcon) in cifs_get_swn_reg()
463 static int cifs_swn_reconnect(struct cifs_tcon *tcon, struct sockaddr_storage *addr) in cifs_swn_reconnect()
589 int cifs_swn_register(struct cifs_tcon *tcon) in cifs_swn_register()
607 int cifs_swn_unregister(struct cifs_tcon *tcon) in cifs_swn_unregister()
Dlink.c172 create_mf_symlink(const unsigned int xid, struct cifs_tcon *tcon, in create_mf_symlink()
205 check_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in check_mf_symlink()
262 cifs_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in cifs_query_mf_symlink()
307 cifs_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in cifs_create_mf_symlink()
347 smb3_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in smb3_query_mf_symlink()
410 smb3_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in smb3_create_mf_symlink()
484 struct cifs_tcon *tcon;
585 struct cifs_tcon *pTcon;
Ddir.c40 struct cifs_tcon *tcon, int add_treename) in cifs_build_path_to_root()
74 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); in build_path_from_dentry()
88 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); in build_path_from_dentry_optional_prefix()
144 check_name(struct dentry *direntry, struct cifs_tcon *tcon) in check_name()
176 struct cifs_tcon *tcon = tlink_tcon(tlink);
415 struct cifs_tcon *tcon;
538 struct cifs_tcon *tcon;
581 struct cifs_tcon *tcon;
625 struct cifs_tcon *pTcon;
Dsmb2pdu.c73 int smb3_encryption_required(const struct cifs_tcon *tcon) in smb3_encryption_required()
88 const struct cifs_tcon *tcon, in smb2_hdr_assemble()
154 smb2_reconnect(__le16 smb2_command, struct cifs_tcon *tcon, in smb2_reconnect()
344 fill_small_buf(__le16 smb2_command, struct cifs_tcon *tcon, in fill_small_buf()
370 static int __smb2_plain_req_init(__le16 smb2_command, struct cifs_tcon *tcon, in __smb2_plain_req_init()
402 static int smb2_plain_req_init(__le16 smb2_command, struct cifs_tcon *tcon, in smb2_plain_req_init()
416 static int smb2_ioctl_req_init(u32 opcode, struct cifs_tcon *tcon, in smb2_ioctl_req_init()
1110 int smb3_validate_negotiate(const unsigned int xid, struct cifs_tcon *tcon) in smb3_validate_negotiate()
1839 static inline void cifs_stats_fail_inc(struct cifs_tcon *tcon, uint16_t code) in cifs_stats_fail_inc()
1847 static inline void init_copy_chunk_defaults(struct cifs_tcon *tcon) in init_copy_chunk_defaults()
[all …]
Dsmb2misc.c541 smb2_tcon_has_lease(struct cifs_tcon *tcon, struct smb2_lease_break *rsp) in smb2_tcon_has_lease()
580 smb2_tcon_find_pending_open_lease(struct cifs_tcon *tcon, in smb2_tcon_find_pending_open_lease()
614 struct cifs_tcon *tcon; in smb2_is_valid_lease_break()
675 struct cifs_tcon *tcon; in smb2_is_valid_oplock_break()
752 struct cifs_tcon *tcon = cancelled->tcon; in smb2_cancelled_close_fid()
779 __smb2_handle_cancelled_cmd(struct cifs_tcon *tcon, __u16 cmd, __u64 mid, in __smb2_handle_cancelled_cmd()
800 smb2_handle_cancelled_close(struct cifs_tcon *tcon, __u64 persistent_fid, in smb2_handle_cancelled_close()
837 struct cifs_tcon *tcon; in smb2_handle_cancelled_mid()
Dsmb2ops.c432 smb2_negotiate_wsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in smb2_negotiate_wsize()
447 smb3_negotiate_wsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in smb3_negotiate_wsize()
479 smb2_negotiate_rsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in smb2_negotiate_rsize()
495 smb3_negotiate_rsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in smb3_negotiate_rsize()
758 SMB3_request_interfaces(const unsigned int xid, struct cifs_tcon *tcon, bool in_mount) in SMB3_request_interfaces()
805 smb3_qfs_tcon(const unsigned int xid, struct cifs_tcon *tcon, in smb3_qfs_tcon()
850 smb2_qfs_tcon(const unsigned int xid, struct cifs_tcon *tcon, in smb2_qfs_tcon()
881 smb2_is_path_accessible(const unsigned int xid, struct cifs_tcon *tcon, in smb2_is_path_accessible()
948 static int smb2_get_srv_inum(const unsigned int xid, struct cifs_tcon *tcon, in smb2_get_srv_inum()
956 static int smb2_query_file_info(const unsigned int xid, struct cifs_tcon *tcon, in smb2_query_file_info()
[all …]
Dfscache.c16 struct cifs_tcon *tcon, in cifs_fscache_fill_volume_coherency()
25 int cifs_fscache_get_super_cookie(struct cifs_tcon *tcon) in cifs_fscache_get_super_cookie()
86 void cifs_fscache_release_super_cookie(struct cifs_tcon *tcon) in cifs_fscache_release_super_cookie()
102 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); in cifs_fscache_get_inode_cookie()
Dinode.c360 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink);
395 struct cifs_tcon *tcon;
483 struct cifs_tcon *tcon;
605 struct cifs_tcon *tcon;
644 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb);
701 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb);
794 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink);
874 struct cifs_tcon *tcon,
912 static void cifs_set_fattr_ino(int xid, struct cifs_tcon *tcon, struct super_block *sb,
971 struct cifs_tcon *tcon;
[all …]
Dcached_dir.c123 int open_cached_dir(unsigned int xid, struct cifs_tcon *tcon, in open_cached_dir()
343 int open_cached_dir_by_dentry(struct cifs_tcon *tcon, in open_cached_dir_by_dentry()
393 void drop_cached_dir_by_name(const unsigned int xid, struct cifs_tcon *tcon, in drop_cached_dir_by_name()
427 struct cifs_tcon *tcon; in close_all_cached_dirs()
450 void invalidate_all_cached_dirs(struct cifs_tcon *tcon) in invalidate_all_cached_dirs()
497 int cached_dir_lease_break(struct cifs_tcon *tcon, __u8 lease_key[16]) in cached_dir_lease_break()
Dxattr.c43 static int cifs_attrib_set(unsigned int xid, struct cifs_tcon *pTcon, in cifs_attrib_set()
67 static int cifs_creation_time_set(unsigned int xid, struct cifs_tcon *pTcon, in cifs_creation_time_set()
102 struct cifs_tcon *pTcon; in cifs_xattr_set()
296 struct cifs_tcon *pTcon; in cifs_xattr_get()
416 struct cifs_tcon *pTcon; in cifs_listxattr()
Dioctl.c31 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); in cifs_ioctl_query_info()
120 static long smb_mnt_get_tcon_info(struct cifs_tcon *tcon, void __user *arg) in smb_mnt_get_tcon_info()
134 static long smb_mnt_get_fsinfo(unsigned int xid, struct cifs_tcon *tcon, in smb_mnt_get_fsinfo()
219 static int cifs_dump_full_key(struct cifs_tcon *tcon, struct smb3_full_key_debug_info __user *in) in cifs_dump_full_key()
334 struct cifs_tcon *tcon; in cifs_ioctl()
Dmisc.c113 struct cifs_tcon *
116 struct cifs_tcon *ret_buf; in tconInfoAlloc()
142 tconInfoFree(struct cifs_tcon *tcon) in tconInfoFree()
244 const struct cifs_tcon *treeCon, int word_count in header_assemble()
410 struct cifs_tcon *tcon; in is_valid_oplock_break()
529 struct cifs_tcon *tcon = NULL; in cifs_autodisable_serverino()
771 cifs_close_all_deferred_files(struct cifs_tcon *tcon) in cifs_close_all_deferred_files()
803 cifs_close_deferred_file_under_dentry(struct cifs_tcon *tcon, const char *path) in cifs_close_deferred_file_under_dentry()
1213 struct cifs_tcon *tcon; in tcp_super_cb()
1336 struct cifs_tcon *tcon, in cifs_inval_name_dfs_link_error()
Dconnect.c70 struct cifs_tcon *tcon;
151 struct cifs_tcon *tcon = container_of(work, in smb2_query_server_interfaces()
152 struct cifs_tcon, in smb2_query_server_interfaces()
246 struct cifs_tcon *tcon; in cifs_mark_tcp_ses_conns_for_reconnect()
1916 struct cifs_tcon *tcon; in cifs_setup_ipc()
1981 struct cifs_tcon *tcon = ses->tcon_ipc; in cifs_free_ipc()
2392 static int match_tcon(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in match_tcon()
2411 static struct cifs_tcon *
2414 struct cifs_tcon *tcon; in cifs_find_tcon()
2433 cifs_put_tcon(struct cifs_tcon *tcon) in cifs_put_tcon()
[all …]
Dfile.c44 cifs_mark_open_files_invalid(struct cifs_tcon *tcon) in cifs_mark_open_files_invalid()
159 struct cifs_tcon *tcon; in cifs_posix_open()
213 struct cifs_tcon *tcon, unsigned int f_flags, __u32 *oplock, in cifs_nt_open()
329 struct cifs_tcon *tcon = tlink_tcon(tlink); in cifs_new_fileinfo()
488 struct cifs_tcon *tcon = tlink_tcon(cifs_file->tlink); in _cifsFileInfo_put()
569 struct cifs_tcon *tcon; in cifs_open()
734 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink); in cifs_relock_file()
767 struct cifs_tcon *tcon; in cifs_reopen_file()
996 cifs_reopen_persistent_handles(struct cifs_tcon *tcon) in cifs_reopen_persistent_handles()
1032 struct cifs_tcon *tcon; in cifs_closedir()
[all …]
Dcifsfs.c188 struct cifs_tcon *tcon; in cifs_read_super()
309 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); in cifs_statfs()
339 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); in cifs_fallocate()
538 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); in cifs_show_options()
722 struct cifs_tcon *tcon; in cifs_umount_begin()
765 struct cifs_tcon *tcon; in cifs_freeze()
1042 struct cifs_tcon *tcon; in cifs_llseek()
1198 struct cifs_tcon *src_tcon, in cifs_precopy_set_eof()
1270 struct cifs_tcon *target_tcon, *src_tcon; in cifs_remap_file_range()
1378 struct cifs_tcon *src_tcon; in cifs_file_copychunk_range()
[all …]
Dcifs_debug.c88 static void cifs_debug_tcon(struct seq_file *m, struct cifs_tcon *tcon) in cifs_debug_tcon()
175 struct cifs_tcon *tcon; in cifs_debug_files_proc_show()
223 struct cifs_tcon *tcon; in cifs_debug_data_proc_show()
539 struct cifs_tcon *tcon; in cifs_stats_proc_write()
596 struct cifs_tcon *tcon; in cifs_stats_proc_show()

12