Home
last modified time | relevance | path

Searched defs:tcon (Results 1 – 24 of 24) sorted by relevance

/fs/cifs/
Dsmb2inode.c41 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()
Dsmb1ops.c442 cifs_negotiate_wsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in cifs_negotiate_wsize()
477 cifs_negotiate_rsize(struct cifs_tcon *tcon, struct smb_vol *volume_info) in cifs_negotiate_rsize()
518 cifs_qfs_tcon(const unsigned int xid, struct cifs_tcon *tcon) in cifs_qfs_tcon()
525 cifs_is_path_accessible(const unsigned int xid, struct cifs_tcon *tcon, in cifs_is_path_accessible()
547 cifs_query_path_info(const unsigned int xid, struct cifs_tcon *tcon, in cifs_query_path_info()
597 cifs_get_srv_inum(const unsigned int xid, struct cifs_tcon *tcon, in cifs_get_srv_inum()
618 cifs_query_file_info(const unsigned int xid, struct cifs_tcon *tcon, in cifs_query_file_info()
625 cifs_clear_stats(struct cifs_tcon *tcon) in cifs_clear_stats()
653 cifs_print_stats(struct seq_file *m, struct cifs_tcon *tcon) in cifs_print_stats()
692 struct cifs_sb_info *cifs_sb, struct cifs_tcon *tcon, in cifs_mkdir_setinfo()
[all …]
Dsmb2ops.c230 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 …]
Dsmb2pdu.c83 const struct cifs_tcon *tcon) in smb2_hdr_assemble()
159 smb2_reconnect(__le16 smb2_command, struct cifs_tcon *tcon) in smb2_reconnect()
317 small_smb2_init(__le16 smb2_command, struct cifs_tcon *tcon, in small_smb2_init()
542 int smb3_validate_negotiate(const unsigned int xid, struct cifs_tcon *tcon) in smb3_validate_negotiate()
933 static inline void cifs_stats_fail_inc(struct cifs_tcon *tcon, uint16_t code) in cifs_stats_fail_inc()
941 static inline void init_copy_chunk_defaults(struct cifs_tcon *tcon) in init_copy_chunk_defaults()
950 struct cifs_tcon *tcon, const struct nls_table *cp) in SMB2_tcon()
1078 SMB2_tdis(const unsigned int xid, struct cifs_tcon *tcon) in SMB2_tdis()
1358 struct cifs_tcon *tcon = oparms->tcon; in SMB2_open() local
1499 SMB2_ioctl(const unsigned int xid, struct cifs_tcon *tcon, u64 persistent_fid, in SMB2_ioctl()
[all …]
Dcifssmb.c94 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()
252 small_smb_init(int smb_command, int wct, struct cifs_tcon *tcon, in small_smb_init()
304 __smb_init(int smb_command, int wct, struct cifs_tcon *tcon, in __smb_init()
330 smb_init(int smb_command, int wct, struct cifs_tcon *tcon, in smb_init()
343 smb_init_no_reconnect(int smb_command, int wct, struct cifs_tcon *tcon, in smb_init_no_reconnect()
673 CIFSSMBTDis(const unsigned int xid, struct cifs_tcon *tcon) in CIFSSMBTDis()
813 CIFSPOSIXDelFile(const unsigned int xid, struct cifs_tcon *tcon, in CIFSPOSIXDelFile()
889 CIFSSMBDelFile(const unsigned int xid, struct cifs_tcon *tcon, const char *name, in CIFSSMBDelFile()
935 CIFSSMBRmDir(const unsigned int xid, struct cifs_tcon *tcon, const char *name, in CIFSSMBRmDir()
[all …]
Dinode.c340 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink); local
363 struct cifs_tcon *tcon; local
435 struct cifs_tcon *tcon; local
552 struct cifs_tcon *tcon; local
592 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); local
664 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink); local
714 struct cifs_tcon *tcon; local
1023 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); local
1157 struct cifs_tcon *tcon; local
1298 struct cifs_tcon *tcon; local
[all …]
Dlink.c204 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() local
639 struct cifs_tcon *tcon; in cifs_follow_link() local
Ddir.c50 struct cifs_tcon *tcon) in cifs_build_path_to_root()
91 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); in build_path_from_dentry() local
191 check_name(struct dentry *direntry, struct cifs_tcon *tcon) in check_name()
224 struct cifs_tcon *tcon = tlink_tcon(tlink); in cifs_do_create() local
463 struct cifs_tcon *tcon; in cifs_atomic_open() local
579 struct cifs_tcon *tcon; in cifs_create() local
617 struct cifs_tcon *tcon; in cifs_mknod() local
Dfile.c123 struct cifs_tcon *tcon; in cifs_posix_open() local
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() local
384 struct cifs_tcon *tcon = tlink_tcon(cifs_file->tlink); in cifsFileInfo_put() local
474 struct cifs_tcon *tcon; in cifs_open() local
604 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink); in cifs_relock_file() local
632 struct cifs_tcon *tcon; in cifs_reopen_file() local
797 struct cifs_tcon *tcon; in cifs_closedir() local
1086 struct cifs_tcon *tcon; in cifs_push_mandatory_locks() local
1168 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink); in cifs_push_posix_locks() local
[all …]
Dsmb2misc.c446 smb2_tcon_has_lease(struct cifs_tcon *tcon, struct smb2_lease_break *rsp, in smb2_tcon_has_lease()
515 struct cifs_tcon *tcon; in smb2_is_valid_lease_break() local
562 struct cifs_tcon *tcon; in smb2_is_valid_oplock_break() local
659 struct cifs_tcon *tcon; in smb2_handle_cancelled_mid() local
Dfscache.c43 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() local
Dioctl.c146 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() local
Dcache.c149 const struct cifs_tcon *tcon = cookie_netfs_data; in cifs_super_get_key() local
176 const struct cifs_tcon *tcon = cookie_netfs_data; in cifs_fscache_super_get_aux() local
195 const struct cifs_tcon *tcon = cookie_netfs_data; in cifs_fscache_super_check_aux() local
Dcifsfs.c119 struct cifs_tcon *tcon; in cifs_read_super() local
185 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); in cifs_statfs() local
213 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); in cifs_fallocate() local
396 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); in cifs_show_options() local
519 struct cifs_tcon *tcon; in cifs_umount_begin() local
Dsmb2file.c116 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink); in smb2_unlock_range() local
217 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink); in smb2_push_mand_fdlocks() local
Dfscache.h110 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()
Dconnect.c370 struct cifs_tcon *tcon; in cifs_reconnect() local
2720 static int match_tcon(struct cifs_tcon *tcon, const char *unc) in match_tcon()
2733 struct cifs_tcon *tcon; in cifs_find_tcon() local
2749 cifs_put_tcon(struct cifs_tcon *tcon) in cifs_put_tcon()
2778 struct cifs_tcon *tcon; in cifs_get_tcon() local
2957 struct cifs_tcon *tcon; in cifs_match_super() local
3292 void reset_cifs_unix_caps(unsigned int xid, struct cifs_tcon *tcon, in reset_cifs_unix_caps()
3658 struct cifs_tcon *tcon, in cifs_are_all_path_components_accessible()
3699 struct cifs_tcon *tcon; in cifs_mount() local
3923 const char *tree, struct cifs_tcon *tcon, in CIFSTCon()
[all …]
Dreaddir.c272 struct cifs_tcon *tcon; in initiate_cifs_search() local
569 find_cifs_entry(const unsigned int xid, struct cifs_tcon *tcon, loff_t pos, in find_cifs_entry()
789 struct cifs_tcon *tcon; in cifs_readdir() local
Dcifs_debug.c116 struct cifs_tcon *tcon; in cifs_debug_data_proc_show() local
280 struct cifs_tcon *tcon; in cifs_stats_proc_write() local
330 struct cifs_tcon *tcon; in cifs_stats_proc_show() local
Dcifsacl.c897 struct cifs_tcon *tcon; in get_cifs_acl_by_path() local
960 struct cifs_tcon *tcon; in set_cifs_acl() local
1015 struct cifs_tcon *tcon; in cifs_acl_to_fattr() local
1061 struct cifs_tcon *tcon; in id_mode_to_cifs_acl() local
Dsmb2transport.c146 struct cifs_tcon *tcon; in smb2_find_smb_sess_tcon_unlocked() local
167 struct cifs_tcon *tcon; in smb2_find_smb_tcon() local
Dtransport.c954 send_lock_cancel(const unsigned int xid, struct cifs_tcon *tcon, in send_lock_cancel()
976 SendReceiveBlockingLock(const unsigned int xid, struct cifs_tcon *tcon, in SendReceiveBlockingLock()
Dmisc.c398 struct cifs_tcon *tcon; in is_valid_oplock_break() local
Dcifsglob.h1013 struct cifs_tcon *tcon; member
1074 struct cifs_tcon *tcon; member
1232 static inline void cifs_stats_bytes_written(struct cifs_tcon *tcon, in cifs_stats_bytes_written()
1242 static inline void cifs_stats_bytes_read(struct cifs_tcon *tcon, in cifs_stats_bytes_read()
1252 #define cifs_stats_bytes_written(tcon, bytes) do {} while (0) argument
1253 #define cifs_stats_bytes_read(tcon, bytes) do {} while (0) argument
1309 struct cifs_tcon *tcon; member