Home
last modified time | relevance | path

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

12

/linux/drivers/gpu/drm/sun4i/
H A Dsun4i_tcon.c84 static void sun4i_tcon_channel_set_status(struct sun4i_tcon *tcon, int channel, in sun4i_tcon_channel_set_status()
118 static void sun4i_tcon_setup_lvds_phy(struct sun4i_tcon *tcon, in sun4i_tcon_setup_lvds_phy()
142 static void sun6i_tcon_setup_lvds_phy(struct sun4i_tcon *tcon, in sun6i_tcon_setup_lvds_phy()
173 static void sun4i_tcon_lvds_set_status(struct sun4i_tcon *tcon, in sun4i_tcon_lvds_set_status()
189 void sun4i_tcon_set_status(struct sun4i_tcon *tcon, in sun4i_tcon_set_status()
226 void sun4i_tcon_enable_vblank(struct sun4i_tcon *tcon, bool enable) in sun4i_tcon_enable_vblank()
252 struct sun4i_tcon *tcon; in sun4i_get_tcon0() local
264 static void sun4i_tcon_set_mux(struct sun4i_tcon *tcon, int channel, in sun4i_tcon_set_mux()
294 static void sun4i_tcon0_mode_set_dithering(struct sun4i_tcon *tcon, in sun4i_tcon0_mode_set_dithering()
346 static void sun4i_tcon0_mode_set_cpu(struct sun4i_tcon *tcon, in sun4i_tcon0_mode_set_cpu()
[all …]
H A Dsun4i_tcon_dclk.c18 struct sun4i_tcon *tcon; member
74 struct sun4i_tcon *tcon = dclk->tcon; in sun4i_dclk_round_rate() local
165 int sun4i_dclk_create(struct device *dev, struct sun4i_tcon *tcon) in sun4i_dclk_create()
201 int sun4i_dclk_free(struct sun4i_tcon *tcon) in sun4i_dclk_free()
H A Dsun4i_rgb.c27 struct sun4i_tcon *tcon; member
66 struct sun4i_tcon *tcon = rgb->tcon; in sun4i_rgb_mode_valid() local
189 int sun4i_rgb_init(struct drm_device *drm, struct sun4i_tcon *tcon) in sun4i_rgb_init()
/linux/fs/smb/client/
H A Dsmb1ops.c440 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()
546 struct cifs_tcon *tcon, in cifs_query_path_info()
603 static int cifs_get_srv_inum(const unsigned int xid, struct cifs_tcon *tcon, in cifs_get_srv_inum()
623 static int cifs_query_file_info(const unsigned int xid, struct cifs_tcon *tcon, in cifs_query_file_info()
642 cifs_clear_stats(struct cifs_tcon *tcon) in cifs_clear_stats()
668 cifs_print_stats(struct seq_file *m, struct cifs_tcon *tcon) in cifs_print_stats()
705 struct cifs_sb_info *cifs_sb, struct cifs_tcon *tcon, in cifs_mkdir_setinfo()
[all …]
H A Dcifssmb.c71 cifs_reconnect_tcon(struct cifs_tcon *tcon, int smb_command) in cifs_reconnect_tcon()
209 small_smb_init(int smb_command, int wct, struct cifs_tcon *tcon, in small_smb_init()
261 __smb_init(int smb_command, int wct, struct cifs_tcon *tcon, in __smb_init()
287 smb_init(int smb_command, int wct, struct cifs_tcon *tcon, in smb_init()
300 smb_init_no_reconnect(int smb_command, int wct, struct cifs_tcon *tcon, in smb_init_no_reconnect()
509 CIFSSMBTDis(const unsigned int xid, struct cifs_tcon *tcon) in CIFSSMBTDis()
662 CIFSPOSIXDelFile(const unsigned int xid, struct cifs_tcon *tcon, in CIFSPOSIXDelFile()
739 CIFSSMBDelFile(const unsigned int xid, struct cifs_tcon *tcon, const char *name, in CIFSSMBDelFile()
783 CIFSSMBRmDir(const unsigned int xid, struct cifs_tcon *tcon, const char *name, in CIFSSMBRmDir()
827 struct cifs_tcon *tcon, const char *name, in CIFSSMBMkDir()
[all …]
H A Dsmb2ops.c474 smb2_negotiate_wsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in smb2_negotiate_wsize()
489 smb3_negotiate_wsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in smb3_negotiate_wsize()
521 smb2_negotiate_rsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in smb2_negotiate_rsize()
537 smb3_negotiate_rsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in smb3_negotiate_rsize()
795 SMB3_request_interfaces(const unsigned int xid, struct cifs_tcon *tcon, bool in_mount) in SMB3_request_interfaces()
842 smb3_qfs_tcon(const unsigned int xid, struct cifs_tcon *tcon, in smb3_qfs_tcon()
887 smb2_qfs_tcon(const unsigned int xid, struct cifs_tcon *tcon, in smb2_qfs_tcon()
918 smb2_is_path_accessible(const unsigned int xid, struct cifs_tcon *tcon, in smb2_is_path_accessible()
985 static int smb2_get_srv_inum(const unsigned int xid, struct cifs_tcon *tcon, in smb2_get_srv_inum()
993 static int smb2_query_file_info(const unsigned int xid, struct cifs_tcon *tcon, in smb2_query_file_info()
[all …]
H A Dcifs_swn.c32 struct cifs_tcon *tcon; member
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 Dioctl.c31 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); in cifs_ioctl_query_info() local
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() local
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() local
H A Dsmb2inode.c172 static int smb2_compound_op(const unsigned int xid, struct cifs_tcon *tcon, in smb2_compound_op()
862 struct cifs_tcon *tcon, in smb2_query_path_info()
988 struct cifs_tcon *tcon, const char *name, in smb2_mkdir()
1003 struct cifs_sb_info *cifs_sb, struct cifs_tcon *tcon, in smb2_mkdir_setinfo()
1031 smb2_rmdir(const unsigned int xid, struct cifs_tcon *tcon, const char *name, in smb2_rmdir()
1046 smb2_unlink(const unsigned int xid, struct cifs_tcon *tcon, const char *name, in smb2_unlink()
1067 static int smb2_set_path_attr(const unsigned int xid, struct cifs_tcon *tcon, in smb2_set_path_attr()
1097 struct cifs_tcon *tcon, in smb2_rename_path()
1121 struct cifs_tcon *tcon, in smb2_create_hardlink()
1134 smb2_set_path_size(const unsigned int xid, struct cifs_tcon *tcon, in smb2_set_path_size()
[all …]
H A Dsmb2pdu.c76 int smb3_encryption_required(const struct cifs_tcon *tcon) in smb3_encryption_required()
94 const struct cifs_tcon *tcon, in smb2_hdr_assemble()
216 smb2_reconnect(__le16 smb2_command, struct cifs_tcon *tcon, in smb2_reconnect()
498 fill_small_buf(__le16 smb2_command, struct cifs_tcon *tcon, in fill_small_buf()
524 static int __smb2_plain_req_init(__le16 smb2_command, struct cifs_tcon *tcon, in __smb2_plain_req_init()
556 static int smb2_plain_req_init(__le16 smb2_command, struct cifs_tcon *tcon, in smb2_plain_req_init()
570 static int smb2_ioctl_req_init(u32 opcode, struct cifs_tcon *tcon, in smb2_ioctl_req_init()
1280 int smb3_validate_negotiate(const unsigned int xid, struct cifs_tcon *tcon) in smb3_validate_negotiate()
2020 static inline void cifs_stats_fail_inc(struct cifs_tcon *tcon, uint16_t code) in cifs_stats_fail_inc()
2028 static inline void init_copy_chunk_defaults(struct cifs_tcon *tcon) in init_copy_chunk_defaults()
[all …]
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() local
677 struct cifs_tcon *tcon; in smb2_is_valid_oplock_break() local
756 struct cifs_tcon *tcon = cancelled->tcon; in smb2_cancelled_close_fid() local
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()
845 struct cifs_tcon *tcon; in smb2_handle_cancelled_mid() local
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() local
H A Dfile.c355 cifs_mark_open_files_invalid(struct cifs_tcon *tcon) in cifs_mark_open_files_invalid()
473 struct cifs_tcon *tcon; in cifs_posix_open() local
527 struct cifs_tcon *tcon, unsigned int f_flags, __u32 *oplock, in cifs_nt_open()
658 struct cifs_tcon *tcon = tlink_tcon(tlink); in cifs_new_fileinfo() local
791 struct cifs_tcon *tcon = tlink_tcon(cifs_file->tlink); in serverclose_work() local
852 struct cifs_tcon *tcon = tlink_tcon(cifs_file->tlink); in _cifsFileInfo_put() local
948 struct cifs_tcon *tcon; in cifs_open() local
1113 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink); in cifs_relock_file() local
1146 struct cifs_tcon *tcon; in cifs_reopen_file() local
1403 cifs_reopen_persistent_handles(struct cifs_tcon *tcon) in cifs_reopen_persistent_handles()
[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() local
141 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); in build_path_from_dentry_optional_prefix() local
153 check_name(struct dentry *direntry, struct cifs_tcon *tcon) in check_name()
185 struct cifs_tcon *tcon = tlink_tcon(tlink); local
439 struct cifs_tcon *tcon; local
562 struct cifs_tcon *tcon; local
605 struct cifs_tcon *tcon; local
H A Dcached_dir.c140 int open_cached_dir(unsigned int xid, struct cifs_tcon *tcon, in open_cached_dir()
391 int open_cached_dir_by_dentry(struct cifs_tcon *tcon, in open_cached_dir_by_dentry()
443 void drop_cached_dir_by_name(const unsigned int xid, struct cifs_tcon *tcon, in drop_cached_dir_by_name()
477 struct cifs_tcon *tcon; in close_all_cached_dirs() local
522 void invalidate_all_cached_dirs(struct cifs_tcon *tcon) in invalidate_all_cached_dirs()
563 struct cifs_tcon *tcon = cfid->tcon; in cached_dir_offload_close() local
593 int cached_dir_lease_break(struct cifs_tcon *tcon, __u8 lease_key[16]) in cached_dir_lease_break()
H A Dlink.c160 create_mf_symlink(const unsigned int xid, struct cifs_tcon *tcon, in create_mf_symlink()
193 check_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in check_mf_symlink()
250 cifs_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in cifs_query_mf_symlink()
295 cifs_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in cifs_create_mf_symlink()
335 smb3_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in smb3_query_mf_symlink()
398 smb3_create_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in smb3_create_mf_symlink()
472 struct cifs_tcon *tcon; local
H A Dconnect.c120 struct cifs_tcon *tcon = container_of(work, in smb2_query_server_interfaces() local
211 struct cifs_tcon *tcon; in cifs_mark_tcp_ses_conns_for_reconnect() local
1960 struct cifs_tcon *tcon; in cifs_setup_ipc() local
2042 struct cifs_tcon *tcon; in __cifs_put_smb_ses() local
2463 static int match_tcon(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in match_tcon()
2495 struct cifs_tcon *tcon; in cifs_find_tcon() local
2516 cifs_put_tcon(struct cifs_tcon *tcon, enum smb3_tcon_ref_trace trace) in cifs_put_tcon()
2603 struct cifs_tcon *tcon; in cifs_get_tcon() local
2897 struct cifs_tcon *tcon, in match_prepath()
2928 struct cifs_tcon *tcon; in cifs_match_super() local
[all …]
H A Dmisc.c156 tconInfoFree(struct cifs_tcon *tcon, enum smb3_tcon_ref_trace trace) in tconInfoFree()
426 struct cifs_tcon *tcon; in is_valid_oplock_break() local
547 struct cifs_tcon *tcon = NULL; in cifs_autodisable_serverino() local
788 cifs_close_all_deferred_files(struct cifs_tcon *tcon) in cifs_close_all_deferred_files()
819 cifs_close_deferred_file_under_dentry(struct cifs_tcon *tcon, const char *path) in cifs_close_deferred_file_under_dentry()
1156 struct super_block *cifs_get_dfs_tcon_super(struct cifs_tcon *tcon) in cifs_get_dfs_tcon_super()
1233 struct cifs_tcon *tcon, in cifs_inval_name_dfs_link_error()
H A Dcifs_swn.h43 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 Dcifs_debug.c90 static void cifs_debug_tcon(struct seq_file *m, struct cifs_tcon *tcon) in cifs_debug_tcon()
239 struct cifs_tcon *tcon; in cifs_debug_files_proc_show() local
307 struct cifs_tcon *tcon; in cifs_debug_data_proc_show() local
656 struct cifs_tcon *tcon; in cifs_stats_proc_write() local
716 struct cifs_tcon *tcon; in cifs_stats_proc_show() local
H A Dcifsfs.c192 struct cifs_tcon *tcon; in cifs_read_super() local
313 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); in cifs_statfs() local
354 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); in cifs_fallocate() local
583 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); in cifs_show_options() local
776 struct cifs_tcon *tcon; in cifs_umount_begin() local
821 struct cifs_tcon *tcon; in cifs_freeze() local
1034 struct cifs_tcon *tcon; in cifs_llseek() local
H A Ddfs.c216 struct cifs_tcon *tcon; in __dfs_mount_share() local
349 struct cifs_tcon *tcon, in tree_connect_dfs_target()
398 int cifs_tree_connect(const unsigned int xid, struct cifs_tcon *tcon) in cifs_tree_connect()
H A Dnamespace.c123 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); in is_dfs_mount() local
136 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); in automount_fullpath() local
H A Dfscache.h89 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()
/linux/fs/smb/server/mgmt/
H A Dtree_connect.c101 void ksmbd_tree_connect_put(struct ksmbd_tree_connect *tcon) in ksmbd_tree_connect_put()
136 struct ksmbd_tree_connect *tcon; in ksmbd_tree_conn_lookup() local

12