Home
last modified time | relevance | path

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

12

/linux-6.15/fs/smb/client/
H A Dsmb2proto.h60 struct cifs_tcon *tcon,
66 struct cifs_tcon *tcon,
72 struct cifs_tcon *tcon,
83 umode_t mode, struct cifs_tcon *tcon,
87 umode_t mode, struct cifs_tcon *tcon,
98 struct cifs_tcon *tcon,
103 struct cifs_tcon *tcon,
153 const char *tree, struct cifs_tcon *tcon,
197 struct cifs_tcon *tcon,
306 struct cifs_tcon *tcon,
[all …]
H A Dcifsproto.h82 struct cifs_tcon *tcon,
134 struct cifs_tcon *ptcon,
298 extern void cifs_close_all_deferred_files(struct cifs_tcon *cifs_tcon);
300 extern void cifs_close_deferred_file_under_dentry(struct cifs_tcon *cifs_tcon,
365 struct cifs_tcon *tcon,
392 struct cifs_tcon *tcon);
432 struct cifs_tcon *tcon,
468 struct cifs_tcon *tcon,
473 struct cifs_tcon *tcon,
477 struct cifs_tcon *tcon,
[all …]
H A Dcifsglob.h302 struct cifs_tcon;
410 struct cifs_tcon *tcon,
458 struct cifs_tcon *tcon,
607 struct cifs_tcon *tcon,
615 struct cifs_tcon *tcon,
1096 struct cifs_tcon *tcon_ipc;
1229 struct cifs_tcon { struct
1349 struct cifs_tcon *tl_tcon; argument
1433 struct cifs_tcon *tcon;
1508 struct cifs_tcon *tcon;
[all …]
H A Dcached_dir.h45 struct cifs_tcon *tcon;
69 extern int open_cached_dir(unsigned int xid, struct cifs_tcon *tcon,
73 extern int open_cached_dir_by_dentry(struct cifs_tcon *tcon,
78 struct cifs_tcon *tcon,
82 extern void invalidate_all_cached_dirs(struct cifs_tcon *tcon);
83 extern int cached_dir_lease_break(struct cifs_tcon *tcon, __u8 lease_key[16]);
H A 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()
H A Dfscache.h41 extern int cifs_fscache_get_super_cookie(struct cifs_tcon *);
42 extern void cifs_fscache_release_super_cookie(struct cifs_tcon *);
89 static inline int cifs_fscache_get_super_cookie(struct cifs_tcon *tcon) { return 0; } in cifs_fscache_get_super_cookie()
90 static inline void cifs_fscache_release_super_cookie(struct cifs_tcon *tcon) {} in cifs_fscache_release_super_cookie()
H A Dsmb1ops.c511 cifs_qfs_tcon(const unsigned int xid, struct cifs_tcon *tcon, in cifs_qfs_tcon()
541 struct cifs_tcon *tcon, in cifs_query_path_info()
742 cifs_clear_stats(struct cifs_tcon *tcon) in cifs_clear_stats()
768 cifs_print_stats(struct seq_file *m, struct cifs_tcon *tcon) in cifs_print_stats()
805 struct cifs_sb_info *cifs_sb, struct cifs_tcon *tcon, in cifs_mkdir_setinfo()
905 struct cifs_tcon *tcon; in smb_set_file_info()
1090 cifs_close_dir(const unsigned int xid, struct cifs_tcon *tcon, in cifs_close_dir()
1105 cifs_queryfs(const unsigned int xid, struct cifs_tcon *tcon, in cifs_queryfs()
1170 struct cifs_tcon *tcon, in cifs_query_symlink()
1228 struct dentry *dentry, struct cifs_tcon *tcon, in cifs_make_node()
[all …]
H A Dfscache.c26 struct cifs_tcon *tcon, in cifs_fscache_fill_volume_coherency()
35 int cifs_fscache_get_super_cookie(struct cifs_tcon *tcon) in cifs_fscache_get_super_cookie()
114 void cifs_fscache_release_super_cookie(struct cifs_tcon *tcon) in cifs_fscache_release_super_cookie()
133 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); in cifs_fscache_get_inode_cookie()
H A Dlink.c161 create_mf_symlink(const unsigned int xid, struct cifs_tcon *tcon, in create_mf_symlink()
194 check_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in check_mf_symlink()
251 cifs_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in cifs_query_mf_symlink()
296 cifs_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in cifs_create_mf_symlink()
336 smb3_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in smb3_query_mf_symlink()
399 smb3_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in smb3_create_mf_symlink()
473 struct cifs_tcon *tcon;
575 struct cifs_tcon *pTcon;
H A 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()
H A Dcifssmb.c71 cifs_reconnect_tcon(struct cifs_tcon *tcon, int smb_command) in cifs_reconnect_tcon()
278 __smb_init(int smb_command, int wct, struct cifs_tcon *tcon, in __smb_init()
304 smb_init(int smb_command, int wct, struct cifs_tcon *tcon, in smb_init()
847 struct cifs_tcon *tcon, const char *name, in CIFSSMBMkDir()
1186 struct cifs_tcon *tcon = oparms->tcon; in CIFS_open()
1452 struct cifs_tcon *tcon = io_parms->tcon; in CIFSSMBRead()
1560 struct cifs_tcon *tcon = io_parms->tcon; in CIFSSMBWrite()
1832 struct cifs_tcon *tcon = io_parms->tcon; in CIFSSMBWrite2()
2546 struct cifs_tcon *tcon, in CIFSCreateHardLink()
2709 struct cifs_tcon *tcon, in cifs_query_reparse_point()
[all …]
H A 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()
141 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); in build_path_from_dentry_optional_prefix()
153 check_name(struct dentry *direntry, struct cifs_tcon *tcon) in check_name()
185 struct cifs_tcon *tcon = tlink_tcon(tlink);
439 struct cifs_tcon *tcon;
562 struct cifs_tcon *tcon;
605 struct cifs_tcon *tcon;
656 struct cifs_tcon *pTcon;
H A 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()
677 struct cifs_tcon *tcon; in smb2_is_valid_oplock_break()
756 struct cifs_tcon *tcon = cancelled->tcon; in smb2_cancelled_close_fid()
783 __smb2_handle_cancelled_cmd(struct cifs_tcon *tcon, __u16 cmd, __u64 mid, in __smb2_handle_cancelled_cmd()
804 smb2_handle_cancelled_close(struct cifs_tcon *tcon, __u64 persistent_fid, in smb2_handle_cancelled_close()
846 struct cifs_tcon *tcon; in smb2_handle_cancelled_mid()
H A Dsmb2ops.c1341 smb2_clear_stats(struct cifs_tcon *tcon) in smb2_clear_stats()
1546 struct cifs_tcon *tcon, in smb2_ioctl_query_info()
1804 struct cifs_tcon *tcon; in smb2_copychunk_range()
2247 struct cifs_tcon *tcon; in smb3_notify()
2540 struct cifs_tcon *tcon; in smb2_is_network_name_deleted()
2941 struct cifs_tcon *tcon; in smb2_get_dfs_refer()
2956 struct cifs_tcon, in smb2_get_dfs_refer()
3079 struct cifs_tcon *tcon; in get_smb2_acl_by_path()
3144 struct cifs_tcon *tcon; in set_smb2_acl()
3374 struct cifs_tcon *tcon, in smb3_simple_fallocate_write_range()
[all …]
H A Dioctl.c31 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); in cifs_ioctl_query_info()
117 static long smb_mnt_get_tcon_info(struct cifs_tcon *tcon, void __user *arg) in smb_mnt_get_tcon_info()
131 static long smb_mnt_get_fsinfo(unsigned int xid, struct cifs_tcon *tcon, in smb_mnt_get_fsinfo()
171 struct cifs_tcon *tcon; in cifs_shutdown()
237 static int cifs_dump_full_key(struct cifs_tcon *tcon, struct smb3_full_key_debug_info __user *in) in cifs_dump_full_key()
356 struct cifs_tcon *tcon; in cifs_ioctl()
H A Dsmb2pdu.c77 int smb3_encryption_required(const struct cifs_tcon *tcon) in smb3_encryption_required()
95 const struct cifs_tcon *tcon, in smb2_hdr_assemble()
217 smb2_reconnect(__le16 smb2_command, struct cifs_tcon *tcon, in smb2_reconnect()
2019 struct cifs_tcon *tcon, const struct nls_table *cp) in SMB2_tcon()
2803 umode_t mode, struct cifs_tcon *tcon, in smb311_posix_mkdir()
3176 struct cifs_tcon *tcon = oparms->tcon; in SMB2_open()
4088 struct cifs_tcon *tcon) in cifs_renegotiate_iosize()
4107 struct cifs_tcon *tcon, *tcon2; in smb2_reconnect_server()
4376 struct cifs_tcon *tcon = io_parms->tcon; in smb3_use_rdma_offload()
5319 struct cifs_tcon *tcon, in SMB2_query_directory_init()
[all …]
H A Dmisc.c114 struct cifs_tcon *
117 struct cifs_tcon *ret_buf; in tcon_info_alloc()
159 tconInfoFree(struct cifs_tcon *tcon, enum smb3_tcon_ref_trace trace) in tconInfoFree()
263 const struct cifs_tcon *treeCon, int word_count in header_assemble()
429 struct cifs_tcon *tcon; in is_valid_oplock_break()
550 struct cifs_tcon *tcon = NULL; in cifs_autodisable_serverino()
791 cifs_close_all_deferred_files(struct cifs_tcon *tcon) in cifs_close_all_deferred_files()
822 cifs_close_deferred_file_under_dentry(struct cifs_tcon *tcon, const char *path) in cifs_close_deferred_file_under_dentry()
1108 struct cifs_tcon *t1 = sd->data, *t2; in tcon_super_cb()
1159 struct super_block *cifs_get_dfs_tcon_super(struct cifs_tcon *tcon) in cifs_get_dfs_tcon_super()
[all …]
H A Dcached_dir.c133 int open_cached_dir(unsigned int xid, struct cifs_tcon *tcon, in open_cached_dir()
385 int open_cached_dir_by_dentry(struct cifs_tcon *tcon, in open_cached_dir_by_dentry()
437 void drop_cached_dir_by_name(const unsigned int xid, struct cifs_tcon *tcon, in drop_cached_dir_by_name()
471 struct cifs_tcon *tcon; in close_all_cached_dirs()
516 void invalidate_all_cached_dirs(struct cifs_tcon *tcon) in invalidate_all_cached_dirs()
557 struct cifs_tcon *tcon = cfid->tcon; in cached_dir_offload_close()
587 int cached_dir_lease_break(struct cifs_tcon *tcon, __u8 lease_key[16]) in cached_dir_lease_break()
H A Dxattr.c46 static int cifs_attrib_set(unsigned int xid, struct cifs_tcon *pTcon, in cifs_attrib_set()
70 static int cifs_creation_time_set(unsigned int xid, struct cifs_tcon *pTcon, in cifs_creation_time_set()
105 struct cifs_tcon *pTcon; in cifs_xattr_set()
282 struct cifs_tcon *pTcon; in cifs_xattr_get()
396 struct cifs_tcon *pTcon; in cifs_listxattr()
H A Dreparse.h133 struct dentry *dentry, struct cifs_tcon *tcon,
136 struct dentry *dentry, struct cifs_tcon *tcon,
H A Dinode.c440 struct cifs_tcon *tcon; in cifs_get_unix_fattr()
528 struct cifs_tcon *tcon; in cifs_sfu_type()
716 struct cifs_tcon *tcon; in cifs_sfu_mode()
1267 struct cifs_tcon *tcon; in cifs_get_fattr()
1457 struct cifs_tcon *tcon; in smb311_posix_get_fattr()
1801 struct cifs_tcon *tcon; in cifs_rename_pending_delete()
1945 struct cifs_tcon *tcon; in cifs_unlink()
2226 struct cifs_tcon *tcon;
2304 struct cifs_tcon *tcon;
2383 struct cifs_tcon *tcon;
[all …]
H A Dreparse.c18 struct dentry *dentry, struct cifs_tcon *tcon,
23 struct dentry *dentry, struct cifs_tcon *tcon,
28 struct dentry *dentry, struct cifs_tcon *tcon,
38 struct dentry *dentry, struct cifs_tcon *tcon, in smb2_create_reparse_symlink()
54 struct dentry *dentry, struct cifs_tcon *tcon, in create_native_symlink()
252 struct cifs_tcon *tcon; in detect_directory_symlink_target()
382 struct dentry *dentry, struct cifs_tcon *tcon, in create_native_socket()
451 struct dentry *dentry, struct cifs_tcon *tcon, in mknod_nfs()
652 struct dentry *dentry, struct cifs_tcon *tcon, in mknod_wsl()
700 struct dentry *dentry, struct cifs_tcon *tcon, in smb2_mknod_reparse()
H A Dfile.c475 struct cifs_tcon *tcon; in cifs_posix_open()
660 struct cifs_tcon *tcon = tlink_tcon(tlink); in cifs_new_fileinfo()
950 struct cifs_tcon *tcon; in cifs_open()
1157 struct cifs_tcon *tcon; in cifs_reopen_file()
1449 struct cifs_tcon *tcon; in cifs_closedir()
1742 struct cifs_tcon *tcon; in cifs_push_mandatory_locks()
2328 struct cifs_tcon *tcon; in cifs_flock()
2377 struct cifs_tcon *tcon; in cifs_lock()
2659 struct cifs_tcon *tcon; in cifs_strict_fsync()
2715 struct cifs_tcon *tcon; in cifs_fsync()
[all …]
H A Dfs_context.h381 struct cifs_tcon *tcon) in cifs_negotiate_rsize()
393 struct cifs_tcon *tcon) in cifs_negotiate_wsize()
405 struct cifs_tcon *tcon) in cifs_negotiate_iosize()
H A Dsmb2inode.c172 static int smb2_compound_op(const unsigned int xid, struct cifs_tcon *tcon, in smb2_compound_op()
936 struct cifs_tcon *tcon, in smb2_query_path_info()
1112 struct cifs_tcon *tcon, const char *name, in smb2_mkdir()
1127 struct cifs_sb_info *cifs_sb, struct cifs_tcon *tcon, in smb2_mkdir_setinfo()
1155 smb2_rmdir(const unsigned int xid, struct cifs_tcon *tcon, const char *name, in smb2_rmdir()
1221 struct cifs_tcon *tcon, in smb2_rename_path()
1245 struct cifs_tcon *tcon, in smb2_create_hardlink()
1258 smb2_set_path_size(const unsigned int xid, struct cifs_tcon *tcon, in smb2_set_path_size()
1297 struct cifs_tcon *tcon; in smb2_set_file_info()
1326 struct cifs_tcon *tcon, in smb2_get_reparse_inode()
[all …]

12