/linux-4.4.14/fs/cifs/ |
D | cifsproto.h | 66 struct cifs_tcon *tcon); 100 struct cifs_tcon *ptcon, 120 const struct cifs_tcon *, int /* length of 196 extern void cifs_mark_open_files_invalid(struct cifs_tcon *tcon); 230 const char *tree, struct cifs_tcon *tcon, 233 extern int CIFSFindFirst(const unsigned int xid, struct cifs_tcon *tcon, 239 extern int CIFSFindNext(const unsigned int xid, struct cifs_tcon *tcon, 243 extern int CIFSFindClose(const unsigned int xid, struct cifs_tcon *tcon, 246 extern int CIFSSMBQFileInfo(const unsigned int xid, struct cifs_tcon *tcon, 248 extern int CIFSSMBQPathInfo(const unsigned int xid, struct cifs_tcon *tcon, [all …]
|
D | smb2proto.h | 61 extern int smb2_query_path_info(const unsigned int xid, struct cifs_tcon *tcon, 65 extern int smb2_set_path_size(const unsigned int xid, struct cifs_tcon *tcon, 70 extern int smb2_mkdir(const unsigned int xid, struct cifs_tcon *tcon, 74 struct cifs_tcon *tcon, const unsigned int xid); 75 extern int smb2_rmdir(const unsigned int xid, struct cifs_tcon *tcon, 77 extern int smb2_unlink(const unsigned int xid, struct cifs_tcon *tcon, 79 extern int smb2_rename_path(const unsigned int xid, struct cifs_tcon *tcon, 82 extern int smb2_create_hardlink(const unsigned int xid, struct cifs_tcon *tcon, 85 extern int smb3_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, 88 extern int smb3_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, [all …]
|
D | cifsglob.h | 184 struct cifs_tcon; 224 void (*clear_stats)(struct cifs_tcon *); 225 void (*print_stats)(struct seq_file *m, struct cifs_tcon *); 226 void (*dump_share_caps)(struct seq_file *, struct cifs_tcon *); 240 unsigned int (*negotiate_wsize)(struct cifs_tcon *, struct smb_vol *); 242 unsigned int (*negotiate_rsize)(struct cifs_tcon *, struct smb_vol *); 250 struct cifs_tcon *, const struct nls_table *); 252 int (*tree_disconnect)(const unsigned int, struct cifs_tcon *); 258 void (*qfs_tcon)(const unsigned int, struct cifs_tcon *); 260 int (*is_path_accessible)(const unsigned int, struct cifs_tcon *, [all …]
|
D | smb2inode.c | 41 smb2_open_op_close(const unsigned int xid, struct cifs_tcon *tcon, in smb2_open_op_close() 128 smb2_query_path_info(const unsigned int xid, struct cifs_tcon *tcon, in smb2_query_path_info() 164 smb2_mkdir(const unsigned int xid, struct cifs_tcon *tcon, const char *name, in smb2_mkdir() 174 struct cifs_sb_info *cifs_sb, struct cifs_tcon *tcon, in smb2_mkdir_setinfo() 194 smb2_rmdir(const unsigned int xid, struct cifs_tcon *tcon, const char *name, in smb2_rmdir() 203 smb2_unlink(const unsigned int xid, struct cifs_tcon *tcon, const char *name, in smb2_unlink() 212 smb2_set_path_attr(const unsigned int xid, struct cifs_tcon *tcon, in smb2_set_path_attr() 233 smb2_rename_path(const unsigned int xid, struct cifs_tcon *tcon, in smb2_rename_path() 242 smb2_create_hardlink(const unsigned int xid, struct cifs_tcon *tcon, in smb2_create_hardlink() 251 smb2_set_path_size(const unsigned int xid, struct cifs_tcon *tcon, in smb2_set_path_size()
|
D | fscache.h | 43 extern void cifs_fscache_get_super_cookie(struct cifs_tcon *); 44 extern void cifs_fscache_release_super_cookie(struct cifs_tcon *); 110 static inline void cifs_fscache_get_super_cookie(struct cifs_tcon *tcon) {} in cifs_fscache_get_super_cookie() 112 cifs_fscache_release_super_cookie(struct cifs_tcon *tcon) {} in cifs_fscache_release_super_cookie()
|
D | smb1ops.c | 439 cifs_negotiate_wsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in cifs_negotiate_wsize() 474 cifs_negotiate_rsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in cifs_negotiate_rsize() 515 cifs_qfs_tcon(const unsigned int xid, struct cifs_tcon *tcon) in cifs_qfs_tcon() 522 cifs_is_path_accessible(const unsigned int xid, struct cifs_tcon *tcon, in cifs_is_path_accessible() 544 cifs_query_path_info(const unsigned int xid, struct cifs_tcon *tcon, in cifs_query_path_info() 594 cifs_get_srv_inum(const unsigned int xid, struct cifs_tcon *tcon, in cifs_get_srv_inum() 615 cifs_query_file_info(const unsigned int xid, struct cifs_tcon *tcon, in cifs_query_file_info() 622 cifs_clear_stats(struct cifs_tcon *tcon) in cifs_clear_stats() 650 cifs_print_stats(struct seq_file *m, struct cifs_tcon *tcon) in cifs_print_stats() 689 struct cifs_sb_info *cifs_sb, struct cifs_tcon *tcon, in cifs_mkdir_setinfo() [all …]
|
D | smb2ops.c | 230 smb2_negotiate_wsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in smb2_negotiate_wsize() 246 smb2_negotiate_rsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in smb2_negotiate_rsize() 263 SMB3_request_interfaces(const unsigned int xid, struct cifs_tcon *tcon) in SMB3_request_interfaces() 291 smb3_qfs_tcon(const unsigned int xid, struct cifs_tcon *tcon) in smb3_qfs_tcon() 325 smb2_qfs_tcon(const unsigned int xid, struct cifs_tcon *tcon) in smb2_qfs_tcon() 353 smb2_is_path_accessible(const unsigned int xid, struct cifs_tcon *tcon, in smb2_is_path_accessible() 385 smb2_get_srv_inum(const unsigned int xid, struct cifs_tcon *tcon, in smb2_get_srv_inum() 394 smb2_query_file_info(const unsigned int xid, struct cifs_tcon *tcon, in smb2_query_file_info() 420 smb2_clear_stats(struct cifs_tcon *tcon) in smb2_clear_stats() 432 smb2_dump_share_caps(struct seq_file *m, struct cifs_tcon *tcon) in smb2_dump_share_caps() [all …]
|
D | link.c | 204 create_mf_symlink(const unsigned int xid, struct cifs_tcon *tcon, in create_mf_symlink() 237 query_mf_symlink(const unsigned int xid, struct cifs_tcon *tcon, in query_mf_symlink() 271 check_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in check_mf_symlink() 325 cifs_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in cifs_query_mf_symlink() 369 cifs_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in cifs_create_mf_symlink() 412 smb3_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in smb3_query_mf_symlink() 474 smb3_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in smb3_create_mf_symlink() 549 struct cifs_tcon *tcon; in cifs_hardlink() 639 struct cifs_tcon *tcon; in cifs_follow_link() 691 struct cifs_tcon *pTcon; in cifs_symlink()
|
D | misc.c | 112 struct cifs_tcon * 115 struct cifs_tcon *ret_buf; in tconInfoAlloc() 116 ret_buf = kzalloc(sizeof(struct cifs_tcon), GFP_KERNEL); in tconInfoAlloc() 131 tconInfoFree(struct cifs_tcon *buf_to_free) in tconInfoFree() 242 const struct cifs_tcon *treeCon, int word_count in header_assemble() 403 struct cifs_tcon *tcon; in is_valid_oplock_break() 463 tcon = list_entry(tmp1, struct cifs_tcon, tcon_list); in is_valid_oplock_break()
|
D | smb2pdu.c | 83 const struct cifs_tcon *tcon) in smb2_hdr_assemble() 145 smb2_reconnect(__le16 smb2_command, struct cifs_tcon *tcon) in smb2_reconnect() 279 small_smb2_init(__le16 smb2_command, struct cifs_tcon *tcon, in small_smb2_init() 504 int smb3_validate_negotiate(const unsigned int xid, struct cifs_tcon *tcon) in smb3_validate_negotiate() 887 static inline void cifs_stats_fail_inc(struct cifs_tcon *tcon, uint16_t code) in cifs_stats_fail_inc() 895 static inline void init_copy_chunk_defaults(struct cifs_tcon *tcon) in init_copy_chunk_defaults() 904 struct cifs_tcon *tcon, const struct nls_table *cp) in SMB2_tcon() 1029 SMB2_tdis(const unsigned int xid, struct cifs_tcon *tcon) in SMB2_tdis() 1309 struct cifs_tcon *tcon = oparms->tcon; in SMB2_open() 1450 SMB2_ioctl(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, in SMB2_ioctl() [all …]
|
D | ioctl.c | 44 struct cifs_tcon *target_tcon; in cifs_ioctl_clone() 48 struct cifs_tcon *src_tcon; in cifs_ioctl_clone() 146 static long smb_mnt_get_fsinfo(unsigned int xid, struct cifs_tcon *tcon, in smb_mnt_get_fsinfo() 190 struct cifs_tcon *tcon; in cifs_ioctl()
|
D | cifssmb.c | 94 cifs_mark_open_files_invalid(struct cifs_tcon *tcon) in cifs_mark_open_files_invalid() 116 cifs_reconnect_tcon(struct cifs_tcon *tcon, int smb_command) in cifs_reconnect_tcon() 234 small_smb_init(int smb_command, int wct, struct cifs_tcon *tcon, in small_smb_init() 286 __smb_init(int smb_command, int wct, struct cifs_tcon *tcon, in __smb_init() 312 smb_init(int smb_command, int wct, struct cifs_tcon *tcon, in smb_init() 325 smb_init_no_reconnect(int smb_command, int wct, struct cifs_tcon *tcon, in smb_init_no_reconnect() 650 CIFSSMBTDis(const unsigned int xid, struct cifs_tcon *tcon) in CIFSSMBTDis() 787 CIFSPOSIXDelFile(const unsigned int xid, struct cifs_tcon *tcon, in CIFSPOSIXDelFile() 863 CIFSSMBDelFile(const unsigned int xid, struct cifs_tcon *tcon, const char *name, in CIFSSMBDelFile() 909 CIFSSMBRmDir(const unsigned int xid, struct cifs_tcon *tcon, const char *name, in CIFSSMBRmDir() [all …]
|
D | fscache.c | 43 void cifs_fscache_get_super_cookie(struct cifs_tcon *tcon) in cifs_fscache_get_super_cookie() 54 void cifs_fscache_release_super_cookie(struct cifs_tcon *tcon) in cifs_fscache_release_super_cookie() 65 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); in cifs_fscache_enable_inode_cookie()
|
D | cifs_debug.c | 116 struct cifs_tcon *tcon; in cifs_debug_data_proc_show() 187 tcon = list_entry(tmp3, struct cifs_tcon, in cifs_debug_data_proc_show() 264 struct cifs_tcon *tcon; in cifs_stats_proc_write() 284 struct cifs_tcon, in cifs_stats_proc_write() 304 struct cifs_tcon *tcon; in cifs_stats_proc_show() 341 struct cifs_tcon, in cifs_stats_proc_show()
|
D | smb2misc.c | 439 smb2_tcon_has_lease(struct cifs_tcon *tcon, struct smb2_lease_break *rsp, in smb2_tcon_has_lease() 508 struct cifs_tcon *tcon; in smb2_is_valid_lease_break() 530 tcon = list_entry(tmp2, struct cifs_tcon, in smb2_is_valid_lease_break() 555 struct cifs_tcon *tcon; in smb2_is_valid_oplock_break() 579 tcon = list_entry(tmp1, struct cifs_tcon, tcon_list); in smb2_is_valid_oplock_break()
|
D | cache.c | 149 const struct cifs_tcon *tcon = cookie_netfs_data; in cifs_super_get_key() 176 const struct cifs_tcon *tcon = cookie_netfs_data; in cifs_fscache_super_get_aux() 195 const struct cifs_tcon *tcon = cookie_netfs_data; in cifs_fscache_super_check_aux()
|
D | inode.c | 340 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink); 363 struct cifs_tcon *tcon; 433 struct cifs_tcon *tcon; 550 struct cifs_tcon *tcon; 590 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); 662 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink); 712 struct cifs_tcon *tcon; 984 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); 1098 struct cifs_tcon *tcon; 1239 struct cifs_tcon *tcon; [all …]
|
D | dir.c | 50 struct cifs_tcon *tcon) in cifs_build_path_to_root() 90 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); in build_path_from_dentry() 202 struct cifs_tcon *tcon = tlink_tcon(tlink); in cifs_do_create() 423 struct cifs_tcon *tcon; in cifs_atomic_open() 538 struct cifs_tcon *tcon; in cifs_create() 576 struct cifs_tcon *tcon; in cifs_mknod() 715 struct cifs_tcon *pTcon; in cifs_lookup()
|
D | xattr.c | 47 struct cifs_tcon *pTcon; in cifs_removexattr() 108 struct cifs_tcon *pTcon; in cifs_setxattr() 243 struct cifs_tcon *pTcon; in cifs_getxattr() 379 struct cifs_tcon *pTcon; in cifs_listxattr()
|
D | file.c | 123 struct cifs_tcon *tcon; in cifs_posix_open() 176 struct cifs_tcon *tcon, unsigned int f_flags, __u32 *oplock, in cifs_nt_open() 279 struct cifs_tcon *tcon = tlink_tcon(tlink); in cifs_new_fileinfo() 360 struct cifs_tcon *tcon = tlink_tcon(cifs_file->tlink); in cifsFileInfo_put() 445 struct cifs_tcon *tcon; in cifs_open() 575 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink); in cifs_relock_file() 603 struct cifs_tcon *tcon; in cifs_reopen_file() 761 struct cifs_tcon *tcon; in cifs_closedir() 1050 struct cifs_tcon *tcon; in cifs_push_mandatory_locks() 1128 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink); in cifs_push_posix_locks() [all …]
|
D | smb2file.c | 116 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink); in smb2_unlock_range() 215 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink); in smb2_push_mand_fdlocks()
|
D | connect.c | 317 struct cifs_tcon *tcon; in cifs_reconnect() 347 tcon = list_entry(tmp2, struct cifs_tcon, tcon_list); in cifs_reconnect() 2584 static int match_tcon(struct cifs_tcon *tcon, const char *unc) in match_tcon() 2593 static struct cifs_tcon * 2597 struct cifs_tcon *tcon; in cifs_find_tcon() 2601 tcon = list_entry(tmp, struct cifs_tcon, tcon_list); in cifs_find_tcon() 2613 cifs_put_tcon(struct cifs_tcon *tcon) in cifs_put_tcon() 2638 static struct cifs_tcon * 2642 struct cifs_tcon *tcon; in cifs_get_tcon() 2821 struct cifs_tcon *tcon; in cifs_match_super() [all …]
|
D | cifsfs.c | 119 struct cifs_tcon *tcon; in cifs_read_super() 185 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); in cifs_statfs() 213 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); in cifs_fallocate() 396 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); in cifs_show_options() 519 struct cifs_tcon *tcon; in cifs_umount_begin()
|
D | readdir.c | 272 struct cifs_tcon *tcon; in initiate_cifs_search() 561 find_cifs_entry(const unsigned int xid, struct cifs_tcon *tcon, loff_t pos, in find_cifs_entry() 774 struct cifs_tcon *tcon; in cifs_readdir()
|
D | cifsacl.c | 897 struct cifs_tcon *tcon; in get_cifs_acl_by_path() 960 struct cifs_tcon *tcon; in set_cifs_acl() 1015 struct cifs_tcon *tcon; in cifs_acl_to_fattr() 1061 struct cifs_tcon *tcon; in id_mode_to_cifs_acl()
|
D | transport.c | 952 send_lock_cancel(const unsigned int xid, struct cifs_tcon *tcon, in send_lock_cancel() 974 SendReceiveBlockingLock(const unsigned int xid, struct cifs_tcon *tcon, in SendReceiveBlockingLock()
|