| /Linux-v6.1/fs/cifs/ |
| D | smb2proto.h | 42 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 …]
|
| D | cifsproto.h | 75 struct cifs_tcon *tcon, 126 struct cifs_tcon *ptcon, 148 extern int cifs_get_writable_path(struct cifs_tcon *tcon, const char *name, 152 extern int cifs_get_readable_path(struct cifs_tcon *tcon, const char *name, 162 const struct cifs_tcon *, int /* length of 246 extern void cifs_mark_open_files_invalid(struct cifs_tcon *tcon); 247 extern void cifs_reopen_persistent_handles(struct cifs_tcon *tcon); 271 extern void cifs_close_all_deferred_files(struct cifs_tcon *cifs_tcon); 273 extern void cifs_close_deferred_file_under_dentry(struct cifs_tcon *cifs_tcon, 280 extern void cifs_put_tcon(struct cifs_tcon *tcon); [all …]
|
| D | cifsglob.h | 227 struct cifs_tcon; 278 void (*clear_stats)(struct cifs_tcon *); 279 void (*print_stats)(struct seq_file *m, struct cifs_tcon *); 280 void (*dump_share_caps)(struct seq_file *, struct cifs_tcon *); 298 unsigned int (*negotiate_wsize)(struct cifs_tcon *tcon, struct smb3_fs_context *ctx); 300 unsigned int (*negotiate_rsize)(struct cifs_tcon *tcon, struct smb3_fs_context *ctx); 309 struct cifs_tcon *, const struct nls_table *); 311 int (*tree_disconnect)(const unsigned int, struct cifs_tcon *); 317 void (*qfs_tcon)(const unsigned int, struct cifs_tcon *, 320 int (*is_path_accessible)(const unsigned int, struct cifs_tcon *, [all …]
|
| D | cached_dir.h | 45 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]);
|
| D | cifs_swn.h | 12 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()
|
| D | smb1ops.c | 440 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() 596 static int cifs_get_srv_inum(const unsigned int xid, struct cifs_tcon *tcon, in cifs_get_srv_inum() 616 static int cifs_query_file_info(const unsigned int xid, struct cifs_tcon *tcon, in cifs_query_file_info() 635 cifs_clear_stats(struct cifs_tcon *tcon) in cifs_clear_stats() 661 cifs_print_stats(struct seq_file *m, struct cifs_tcon *tcon) in cifs_print_stats() 698 struct cifs_sb_info *cifs_sb, struct cifs_tcon *tcon, in cifs_mkdir_setinfo() [all …]
|
| D | fscache.h | 41 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()
|
| D | smb2inode.c | 58 static int smb2_compound_op(const unsigned int xid, struct cifs_tcon *tcon, in smb2_compound_op() 509 int smb2_query_path_info(const unsigned int xid, struct cifs_tcon *tcon, in smb2_query_path_info() 569 int smb311_posix_query_path_info(const unsigned int xid, struct cifs_tcon *tcon, in smb311_posix_query_path_info() 621 struct cifs_tcon *tcon, const char *name, in smb2_mkdir() 632 struct cifs_sb_info *cifs_sb, struct cifs_tcon *tcon, in smb2_mkdir_setinfo() 655 smb2_rmdir(const unsigned int xid, struct cifs_tcon *tcon, const char *name, in smb2_rmdir() 665 smb2_unlink(const unsigned int xid, struct cifs_tcon *tcon, const char *name, in smb2_unlink() 674 smb2_set_path_attr(const unsigned int xid, struct cifs_tcon *tcon, in smb2_set_path_attr() 696 smb2_rename_path(const unsigned int xid, struct cifs_tcon *tcon, in smb2_rename_path() 710 smb2_create_hardlink(const unsigned int xid, struct cifs_tcon *tcon, in smb2_create_hardlink() [all …]
|
| D | cifs_swn.c | 32 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()
|
| D | link.c | 172 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() 306 cifs_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in cifs_create_mf_symlink() 345 smb3_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in smb3_query_mf_symlink() 406 smb3_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in smb3_create_mf_symlink() 477 struct cifs_tcon *tcon; 578 struct cifs_tcon *pTcon;
|
| D | dir.c | 40 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); 414 struct cifs_tcon *tcon; 537 struct cifs_tcon *tcon; 580 struct cifs_tcon *tcon; 624 struct cifs_tcon *pTcon;
|
| D | cifssmb.c | 67 cifs_reconnect_tcon(struct cifs_tcon *tcon, int smb_command) in cifs_reconnect_tcon() 239 small_smb_init(int smb_command, int wct, struct cifs_tcon *tcon, in small_smb_init() 291 __smb_init(int smb_command, int wct, struct cifs_tcon *tcon, in __smb_init() 317 smb_init(int smb_command, int wct, struct cifs_tcon *tcon, in smb_init() 330 smb_init_no_reconnect(int smb_command, int wct, struct cifs_tcon *tcon, in smb_init_no_reconnect() 539 CIFSSMBTDis(const unsigned int xid, struct cifs_tcon *tcon) in CIFSSMBTDis() 692 CIFSPOSIXDelFile(const unsigned int xid, struct cifs_tcon *tcon, in CIFSPOSIXDelFile() 769 CIFSSMBDelFile(const unsigned int xid, struct cifs_tcon *tcon, const char *name, in CIFSSMBDelFile() 813 CIFSSMBRmDir(const unsigned int xid, struct cifs_tcon *tcon, const char *name, in CIFSSMBRmDir() 857 struct cifs_tcon *tcon, const char *name, in CIFSSMBMkDir() [all …]
|
| D | fscache.c | 16 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()
|
| D | smb2misc.c | 547 smb2_tcon_has_lease(struct cifs_tcon *tcon, struct smb2_lease_break *rsp) in smb2_tcon_has_lease() 586 smb2_tcon_find_pending_open_lease(struct cifs_tcon *tcon, in smb2_tcon_find_pending_open_lease() 620 struct cifs_tcon *tcon; in smb2_is_valid_lease_break() 681 struct cifs_tcon *tcon; in smb2_is_valid_oplock_break() 758 struct cifs_tcon *tcon = cancelled->tcon; in smb2_cancelled_close_fid() 785 __smb2_handle_cancelled_cmd(struct cifs_tcon *tcon, __u16 cmd, __u64 mid, in __smb2_handle_cancelled_cmd() 806 smb2_handle_cancelled_close(struct cifs_tcon *tcon, __u64 persistent_fid, in smb2_handle_cancelled_close() 843 struct cifs_tcon *tcon; in smb2_handle_cancelled_mid()
|
| D | smb2pdu.c | 73 int smb3_encryption_required(const struct cifs_tcon *tcon) in smb3_encryption_required() 88 const struct cifs_tcon *tcon, in smb2_hdr_assemble() 143 smb2_reconnect(__le16 smb2_command, struct cifs_tcon *tcon, in smb2_reconnect() 353 fill_small_buf(__le16 smb2_command, struct cifs_tcon *tcon, in fill_small_buf() 379 static int __smb2_plain_req_init(__le16 smb2_command, struct cifs_tcon *tcon, in __smb2_plain_req_init() 406 static int smb2_plain_req_init(__le16 smb2_command, struct cifs_tcon *tcon, in smb2_plain_req_init() 420 static int smb2_ioctl_req_init(u32 opcode, struct cifs_tcon *tcon, in smb2_ioctl_req_init() 1090 int smb3_validate_negotiate(const unsigned int xid, struct cifs_tcon *tcon) in smb3_validate_negotiate() 1810 static inline void cifs_stats_fail_inc(struct cifs_tcon *tcon, uint16_t code) in cifs_stats_fail_inc() 1818 static inline void init_copy_chunk_defaults(struct cifs_tcon *tcon) in init_copy_chunk_defaults() [all …]
|
| D | smb2ops.c | 418 smb2_negotiate_wsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in smb2_negotiate_wsize() 433 smb3_negotiate_wsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in smb3_negotiate_wsize() 465 smb2_negotiate_rsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in smb2_negotiate_rsize() 481 smb3_negotiate_rsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in smb3_negotiate_rsize() 691 SMB3_request_interfaces(const unsigned int xid, struct cifs_tcon *tcon, bool in_mount) in SMB3_request_interfaces() 721 smb3_qfs_tcon(const unsigned int xid, struct cifs_tcon *tcon, in smb3_qfs_tcon() 764 smb2_qfs_tcon(const unsigned int xid, struct cifs_tcon *tcon, in smb2_qfs_tcon() 793 smb2_is_path_accessible(const unsigned int xid, struct cifs_tcon *tcon, in smb2_is_path_accessible() 835 static int smb2_get_srv_inum(const unsigned int xid, struct cifs_tcon *tcon, in smb2_get_srv_inum() 843 static int smb2_query_file_info(const unsigned int xid, struct cifs_tcon *tcon, in smb2_query_file_info() [all …]
|
| D | cached_dir.c | 105 int open_cached_dir(unsigned int xid, struct cifs_tcon *tcon, in open_cached_dir() 294 int open_cached_dir_by_dentry(struct cifs_tcon *tcon, in open_cached_dir_by_dentry() 343 void drop_cached_dir_by_name(const unsigned int xid, struct cifs_tcon *tcon, in drop_cached_dir_by_name() 377 struct cifs_tcon *tcon; in close_all_cached_dirs() 400 void invalidate_all_cached_dirs(struct cifs_tcon *tcon) in invalidate_all_cached_dirs() 447 int cached_dir_lease_break(struct cifs_tcon *tcon, __u8 lease_key[16]) in cached_dir_lease_break()
|
| D | inode.c | 360 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink); 395 struct cifs_tcon *tcon; 483 struct cifs_tcon *tcon; 600 struct cifs_tcon *tcon; 639 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); 696 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); 787 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink); 867 struct cifs_tcon *tcon, 905 static void cifs_set_fattr_ino(int xid, struct cifs_tcon *tcon, struct super_block *sb, 964 struct cifs_tcon *tcon; [all …]
|
| D | xattr.c | 43 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() 293 struct cifs_tcon *pTcon; in cifs_xattr_get() 413 struct cifs_tcon *pTcon; in cifs_listxattr()
|
| D | misc.c | 112 struct cifs_tcon * 115 struct cifs_tcon *ret_buf; in tconInfoAlloc() 141 tconInfoFree(struct cifs_tcon *tcon) in tconInfoFree() 243 const struct cifs_tcon *treeCon, int word_count in header_assemble() 405 struct cifs_tcon *tcon; in is_valid_oplock_break() 524 struct cifs_tcon *tcon = NULL; in cifs_autodisable_serverino() 764 cifs_close_all_deferred_files(struct cifs_tcon *tcon) in cifs_close_all_deferred_files() 794 cifs_close_deferred_file_under_dentry(struct cifs_tcon *tcon, const char *path) in cifs_close_deferred_file_under_dentry() 1202 struct cifs_tcon *tcon; in tcp_super_cb() 1327 struct cifs_tcon *tcon, in cifs_dfs_query_info_nonascii_quirk()
|
| D | ioctl.c | 31 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); in cifs_ioctl_query_info() 120 static long smb_mnt_get_fsinfo(unsigned int xid, struct cifs_tcon *tcon, in smb_mnt_get_fsinfo() 205 static int cifs_dump_full_key(struct cifs_tcon *tcon, struct smb3_full_key_debug_info __user *in) in cifs_dump_full_key() 320 struct cifs_tcon *tcon; in cifs_ioctl()
|
| D | connect.c | 70 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() 245 struct cifs_tcon *tcon; in cifs_mark_tcp_ses_conns_for_reconnect() 1834 struct cifs_tcon *tcon; in cifs_setup_ipc() 1894 struct cifs_tcon *tcon = ses->tcon_ipc; in cifs_free_ipc() 2294 static int match_tcon(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in match_tcon() 2313 static struct cifs_tcon * 2316 struct cifs_tcon *tcon; in cifs_find_tcon() 2335 cifs_put_tcon(struct cifs_tcon *tcon) in cifs_put_tcon() [all …]
|
| D | file.c | 44 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() 328 struct cifs_tcon *tcon = tlink_tcon(tlink); in cifs_new_fileinfo() 487 struct cifs_tcon *tcon = tlink_tcon(cifs_file->tlink); in _cifsFileInfo_put() 568 struct cifs_tcon *tcon; in cifs_open() 733 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink); in cifs_relock_file() 766 struct cifs_tcon *tcon; in cifs_reopen_file() 993 cifs_reopen_persistent_handles(struct cifs_tcon *tcon) in cifs_reopen_persistent_handles() 1029 struct cifs_tcon *tcon; in cifs_closedir() [all …]
|
| D | cifsfs.c | 188 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() 716 struct cifs_tcon *tcon; in cifs_umount_begin() 1025 struct cifs_tcon *tcon; in cifs_llseek() 1184 struct cifs_tcon *target_tcon; in cifs_remap_file_range() 1245 struct cifs_tcon *src_tcon; in cifs_file_copychunk_range() 1246 struct cifs_tcon *target_tcon; in cifs_file_copychunk_range()
|
| D | cifs_debug.c | 86 static void cifs_debug_tcon(struct seq_file *m, struct cifs_tcon *tcon) in cifs_debug_tcon() 173 struct cifs_tcon *tcon; in cifs_debug_files_proc_show() 219 struct cifs_tcon *tcon; in cifs_debug_data_proc_show() 497 struct cifs_tcon *tcon; in cifs_stats_proc_write() 554 struct cifs_tcon *tcon; in cifs_stats_proc_show()
|