/Linux-v5.10/fs/cifs/ |
D | smb2proto.h | 55 extern struct cifs_tcon *smb2_find_smb_tcon(struct TCP_Server_Info *server, 72 extern int open_shroot(unsigned int xid, struct cifs_tcon *tcon, 80 extern int smb2_query_reparse_tag(const unsigned int xid, struct cifs_tcon *tcon, 83 extern int smb2_query_path_info(const unsigned int xid, struct cifs_tcon *tcon, 87 extern int smb2_set_path_size(const unsigned int xid, struct cifs_tcon *tcon, 93 umode_t mode, struct cifs_tcon *tcon, 97 umode_t mode, struct cifs_tcon *tcon, 101 struct cifs_tcon *tcon, const unsigned int xid); 102 extern int smb2_rmdir(const unsigned int xid, struct cifs_tcon *tcon, 104 extern int smb2_unlink(const unsigned int xid, struct cifs_tcon *tcon, [all …]
|
D | cifsproto.h | 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, [all …]
|
D | cifsglob.h | 202 struct cifs_tcon; 253 void (*clear_stats)(struct cifs_tcon *); 254 void (*print_stats)(struct seq_file *m, struct cifs_tcon *); 255 void (*dump_share_caps)(struct seq_file *, struct cifs_tcon *); 271 unsigned int (*negotiate_wsize)(struct cifs_tcon *, struct smb_vol *); 273 unsigned int (*negotiate_rsize)(struct cifs_tcon *, struct smb_vol *); 281 struct cifs_tcon *, const struct nls_table *); 283 int (*tree_disconnect)(const unsigned int, struct cifs_tcon *); 289 void (*qfs_tcon)(const unsigned int, struct cifs_tcon *, 292 int (*is_path_accessible)(const unsigned int, struct cifs_tcon *, [all …]
|
D | fscache.h | 67 extern void cifs_fscache_get_super_cookie(struct cifs_tcon *); 68 extern void cifs_fscache_release_super_cookie(struct cifs_tcon *); 134 static inline void cifs_fscache_get_super_cookie(struct cifs_tcon *tcon) {} in cifs_fscache_get_super_cookie() 136 cifs_fscache_release_super_cookie(struct cifs_tcon *tcon) {} in cifs_fscache_release_super_cookie()
|
D | smb1ops.c | 431 cifs_negotiate_wsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in cifs_negotiate_wsize() 466 cifs_negotiate_rsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in cifs_negotiate_rsize() 507 cifs_qfs_tcon(const unsigned int xid, struct cifs_tcon *tcon, in cifs_qfs_tcon() 515 cifs_is_path_accessible(const unsigned int xid, struct cifs_tcon *tcon, in cifs_is_path_accessible() 537 cifs_query_path_info(const unsigned int xid, struct cifs_tcon *tcon, in cifs_query_path_info() 587 cifs_get_srv_inum(const unsigned int xid, struct cifs_tcon *tcon, in cifs_get_srv_inum() 608 cifs_query_file_info(const unsigned int xid, struct cifs_tcon *tcon, in cifs_query_file_info() 615 cifs_clear_stats(struct cifs_tcon *tcon) in cifs_clear_stats() 641 cifs_print_stats(struct seq_file *m, struct cifs_tcon *tcon) in cifs_print_stats() 678 struct cifs_sb_info *cifs_sb, struct cifs_tcon *tcon, in cifs_mkdir_setinfo() [all …]
|
D | link.c | 182 create_mf_symlink(const unsigned int xid, struct cifs_tcon *tcon, in create_mf_symlink() 215 query_mf_symlink(const unsigned int xid, struct cifs_tcon *tcon, in query_mf_symlink() 249 check_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in check_mf_symlink() 303 cifs_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in cifs_query_mf_symlink() 347 cifs_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in cifs_create_mf_symlink() 385 smb3_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in smb3_query_mf_symlink() 446 smb3_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in smb3_create_mf_symlink() 517 struct cifs_tcon *tcon; in cifs_hardlink() 607 struct cifs_tcon *tcon; in cifs_get_link() 670 struct cifs_tcon *pTcon; in cifs_symlink()
|
D | smb2inode.c | 63 smb2_compound_op(const unsigned int xid, struct cifs_tcon *tcon, in smb2_compound_op() 507 smb2_query_path_info(const unsigned int xid, struct cifs_tcon *tcon, in smb2_query_path_info() 571 smb311_posix_query_path_info(const unsigned int xid, struct cifs_tcon *tcon, in smb311_posix_query_path_info() 624 struct cifs_tcon *tcon, const char *name, in smb2_mkdir() 635 struct cifs_sb_info *cifs_sb, struct cifs_tcon *tcon, in smb2_mkdir_setinfo() 658 smb2_rmdir(const unsigned int xid, struct cifs_tcon *tcon, const char *name, in smb2_rmdir() 667 smb2_unlink(const unsigned int xid, struct cifs_tcon *tcon, const char *name, in smb2_unlink() 676 smb2_set_path_attr(const unsigned int xid, struct cifs_tcon *tcon, in smb2_set_path_attr() 698 smb2_rename_path(const unsigned int xid, struct cifs_tcon *tcon, in smb2_rename_path() 711 smb2_create_hardlink(const unsigned int xid, struct cifs_tcon *tcon, in smb2_create_hardlink() [all …]
|
D | smb2misc.c | 531 smb2_tcon_has_lease(struct cifs_tcon *tcon, struct smb2_lease_break *rsp) in smb2_tcon_has_lease() 572 smb2_tcon_find_pending_open_lease(struct cifs_tcon *tcon, in smb2_tcon_find_pending_open_lease() 607 struct cifs_tcon *tcon; in smb2_is_valid_lease_break() 621 tcon = list_entry(tmp2, struct cifs_tcon, in smb2_is_valid_lease_break() 674 struct cifs_tcon *tcon; in smb2_is_valid_oplock_break() 699 tcon = list_entry(tmp1, struct cifs_tcon, tcon_list); in smb2_is_valid_oplock_break() 749 struct cifs_tcon *tcon = cancelled->tcon; in smb2_cancelled_close_fid() 776 __smb2_handle_cancelled_cmd(struct cifs_tcon *tcon, __u16 cmd, __u64 mid, in __smb2_handle_cancelled_cmd() 797 smb2_handle_cancelled_close(struct cifs_tcon *tcon, __u64 persistent_fid, in smb2_handle_cancelled_close() 834 struct cifs_tcon *tcon; in smb2_handle_cancelled_mid()
|
D | misc.c | 114 struct cifs_tcon * 117 struct cifs_tcon *ret_buf; in tconInfoAlloc() 143 tconInfoFree(struct cifs_tcon *buf_to_free) in tconInfoFree() 248 const struct cifs_tcon *treeCon, int word_count in header_assemble() 409 struct cifs_tcon *tcon; in is_valid_oplock_break() 477 tcon = list_entry(tmp1, struct cifs_tcon, tcon_list); in is_valid_oplock_break() 529 struct cifs_tcon *tcon = NULL; in cifs_autodisable_serverino() 1038 struct cifs_tcon *tcon; in tcp_super_cb() 1135 struct cifs_tcon *tcon = sd->data; in tcon_super_cb() 1147 static inline struct super_block *cifs_get_tcon_super(struct cifs_tcon *tcon) in cifs_get_tcon_super() [all …]
|
D | dir.c | 50 struct cifs_tcon *tcon, int add_treename) in cifs_build_path_to_root() 84 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); in build_path_from_dentry() 101 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); in build_path_from_dentry_optional_prefix() 201 check_name(struct dentry *direntry, struct cifs_tcon *tcon) in check_name() 234 struct cifs_tcon *tcon = tlink_tcon(tlink); in cifs_do_create() 468 struct cifs_tcon *tcon; in cifs_atomic_open() 583 struct cifs_tcon *tcon; in cifs_create() 620 struct cifs_tcon *tcon; in cifs_mknod() 660 struct cifs_tcon *pTcon; in cifs_lookup()
|
D | fscache.c | 95 void cifs_fscache_get_super_cookie(struct cifs_tcon *tcon) in cifs_fscache_get_super_cookie() 124 void cifs_fscache_release_super_cookie(struct cifs_tcon *tcon) in cifs_fscache_release_super_cookie() 139 struct cifs_tcon *tcon) in cifs_fscache_acquire_inode_cookie() 162 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); in cifs_fscache_enable_inode_cookie() 219 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); in cifs_fscache_reset_inode_cookie()
|
D | cifssmb.c | 99 cifs_mark_open_files_invalid(struct cifs_tcon *tcon) in cifs_mark_open_files_invalid() 129 cifs_reconnect_tcon(struct cifs_tcon *tcon, int smb_command) in cifs_reconnect_tcon() 275 small_smb_init(int smb_command, int wct, struct cifs_tcon *tcon, in small_smb_init() 327 __smb_init(int smb_command, int wct, struct cifs_tcon *tcon, in __smb_init() 353 smb_init(int smb_command, int wct, struct cifs_tcon *tcon, in smb_init() 366 smb_init_no_reconnect(int smb_command, int wct, struct cifs_tcon *tcon, in smb_init_no_reconnect() 703 CIFSSMBTDis(const unsigned int xid, struct cifs_tcon *tcon) in CIFSSMBTDis() 847 CIFSPOSIXDelFile(const unsigned int xid, struct cifs_tcon *tcon, in CIFSPOSIXDelFile() 921 CIFSSMBDelFile(const unsigned int xid, struct cifs_tcon *tcon, const char *name, in CIFSSMBDelFile() 965 CIFSSMBRmDir(const unsigned int xid, struct cifs_tcon *tcon, const char *name, in CIFSSMBRmDir() [all …]
|
D | smb2pdu.c | 86 int smb3_encryption_required(const struct cifs_tcon *tcon) in smb3_encryption_required() 101 const struct cifs_tcon *tcon, in smb2_hdr_assemble() 156 smb2_reconnect(__le16 smb2_command, struct cifs_tcon *tcon, in smb2_reconnect() 342 fill_small_buf(__le16 smb2_command, struct cifs_tcon *tcon, in fill_small_buf() 368 static int __smb2_plain_req_init(__le16 smb2_command, struct cifs_tcon *tcon, in __smb2_plain_req_init() 395 static int smb2_plain_req_init(__le16 smb2_command, struct cifs_tcon *tcon, in smb2_plain_req_init() 409 static int smb2_ioctl_req_init(u32 opcode, struct cifs_tcon *tcon, in smb2_ioctl_req_init() 986 int smb3_validate_negotiate(const unsigned int xid, struct cifs_tcon *tcon) in smb3_validate_negotiate() 1671 static inline void cifs_stats_fail_inc(struct cifs_tcon *tcon, uint16_t code) in cifs_stats_fail_inc() 1679 static inline void init_copy_chunk_defaults(struct cifs_tcon *tcon) in init_copy_chunk_defaults() [all …]
|
D | inode.c | 354 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink); 377 struct cifs_tcon *tcon; 449 struct cifs_tcon *tcon; 566 struct cifs_tcon *tcon; 605 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); 662 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); 747 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink); 814 struct cifs_tcon *tcon, 853 struct cifs_tcon *tcon, 922 struct cifs_tcon *tcon; [all …]
|
D | xattr.c | 53 static int cifs_attrib_set(unsigned int xid, struct cifs_tcon *pTcon, in cifs_attrib_set() 77 static int cifs_creation_time_set(unsigned int xid, struct cifs_tcon *pTcon, in cifs_creation_time_set() 111 struct cifs_tcon *pTcon; in cifs_xattr_set() 291 struct cifs_tcon *pTcon; in cifs_xattr_get() 399 struct cifs_tcon *pTcon; in cifs_listxattr()
|
D | smb2ops.c | 342 smb2_negotiate_wsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in smb2_negotiate_wsize() 357 smb3_negotiate_wsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in smb3_negotiate_wsize() 389 smb2_negotiate_rsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in smb2_negotiate_rsize() 405 smb3_negotiate_rsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in smb3_negotiate_rsize() 579 SMB3_request_interfaces(const unsigned int xid, struct cifs_tcon *tcon) in SMB3_request_interfaces() 671 int open_shroot(unsigned int xid, struct cifs_tcon *tcon, in open_shroot() 850 smb3_qfs_tcon(const unsigned int xid, struct cifs_tcon *tcon, in smb3_qfs_tcon() 896 smb2_qfs_tcon(const unsigned int xid, struct cifs_tcon *tcon, in smb2_qfs_tcon() 925 smb2_is_path_accessible(const unsigned int xid, struct cifs_tcon *tcon, in smb2_is_path_accessible() 961 smb2_get_srv_inum(const unsigned int xid, struct cifs_tcon *tcon, in smb2_get_srv_inum() [all …]
|
D | cifs_debug.c | 87 static void cifs_debug_tcon(struct seq_file *m, struct cifs_tcon *tcon) in cifs_debug_tcon() 169 struct cifs_tcon *tcon; in cifs_debug_files_proc_show() 187 tcon = list_entry(tmp1, struct cifs_tcon, tcon_list); in cifs_debug_files_proc_show() 222 struct cifs_tcon *tcon; in cifs_debug_data_proc_show() 423 tcon = list_entry(tmp3, struct cifs_tcon, in cifs_debug_data_proc_show() 477 struct cifs_tcon *tcon; in cifs_stats_proc_write() 513 struct cifs_tcon, in cifs_stats_proc_write() 542 struct cifs_tcon *tcon; in cifs_stats_proc_show() 596 struct cifs_tcon, in cifs_stats_proc_show()
|
D | connect.c | 395 struct cifs_tcon *tcon; in cifs_reconnect() 460 tcon = list_entry(tmp2, struct cifs_tcon, tcon_list); in cifs_reconnect() 2713 struct cifs_tcon *tcon; in cifs_setup_ipc() 2772 struct cifs_tcon *tcon = ses->tcon_ipc; in cifs_free_ipc() 3134 static int match_tcon(struct cifs_tcon *tcon, struct smb_vol *volume_info) in match_tcon() 3153 static struct cifs_tcon * 3157 struct cifs_tcon *tcon; in cifs_find_tcon() 3161 tcon = list_entry(tmp, struct cifs_tcon, tcon_list); in cifs_find_tcon() 3177 cifs_put_tcon(struct cifs_tcon *tcon) in cifs_put_tcon() 3230 static struct cifs_tcon * [all …]
|
D | ioctl.c | 43 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); in cifs_ioctl_query_info() 129 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_ioctl()
|
D | file.c | 124 struct cifs_tcon *tcon; in cifs_posix_open() 177 struct cifs_tcon *tcon, unsigned int f_flags, __u32 *oplock, in cifs_nt_open() 300 struct cifs_tcon *tcon = tlink_tcon(tlink); in cifs_new_fileinfo() 442 struct cifs_tcon *tcon = tlink_tcon(cifs_file->tlink); in _cifsFileInfo_put() 523 struct cifs_tcon *tcon; in cifs_open() 653 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink); in cifs_relock_file() 681 struct cifs_tcon *tcon; in cifs_reopen_file() 851 cifs_reopen_persistent_handles(struct cifs_tcon *tcon) in cifs_reopen_persistent_handles() 891 struct cifs_tcon *tcon; in cifs_closedir() 1183 struct cifs_tcon *tcon; in cifs_push_mandatory_locks() [all …]
|
D | cifsfs.c | 163 struct cifs_tcon *tcon; in cifs_read_super() 265 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); in cifs_statfs() 295 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); in cifs_fallocate() 482 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); in cifs_show_options() 643 struct cifs_tcon *tcon; in cifs_umount_begin() 951 struct cifs_tcon *tcon; in cifs_llseek() 1084 struct cifs_tcon *target_tcon; in cifs_remap_file_range() 1145 struct cifs_tcon *src_tcon; in cifs_file_copychunk_range() 1146 struct cifs_tcon *target_tcon; in cifs_file_copychunk_range()
|
D | smb2file.c | 123 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink); in smb2_unlock_range() 229 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink); in smb2_push_mand_fdlocks()
|
D | cache.c | 87 const struct cifs_tcon *tcon = cookie_netfs_data; in cifs_fscache_super_check_aux()
|
D | smb2transport.c | 175 static struct cifs_tcon * 178 struct cifs_tcon *tcon; in smb2_find_smb_sess_tcon_unlocked() 195 struct cifs_tcon * 199 struct cifs_tcon *tcon; in smb2_find_smb_tcon()
|
D | readdir.c | 393 struct cifs_tcon *tcon; in initiate_cifs_search() 705 find_cifs_entry(const unsigned int xid, struct cifs_tcon *tcon, loff_t pos, in find_cifs_entry() 937 struct cifs_tcon *tcon; in cifs_readdir()
|