/linux-6.12.1/drivers/gpu/drm/sun4i/ |
D | sun4i_tcon.c | 84 static void sun4i_tcon_channel_set_status(struct sun4i_tcon *tcon, int channel, in sun4i_tcon_channel_set_status() argument 91 WARN_ON(!tcon->quirks->has_channel_0); in sun4i_tcon_channel_set_status() 92 regmap_update_bits(tcon->regs, SUN4I_TCON0_CTL_REG, in sun4i_tcon_channel_set_status() 95 clk = tcon->dclk; in sun4i_tcon_channel_set_status() 98 WARN_ON(!tcon->quirks->has_channel_1); in sun4i_tcon_channel_set_status() 99 regmap_update_bits(tcon->regs, SUN4I_TCON1_CTL_REG, in sun4i_tcon_channel_set_status() 102 clk = tcon->sclk1; in sun4i_tcon_channel_set_status() 118 static void sun4i_tcon_setup_lvds_phy(struct sun4i_tcon *tcon, in sun4i_tcon_setup_lvds_phy() argument 121 regmap_write(tcon->regs, SUN4I_TCON0_LVDS_ANA0_REG, in sun4i_tcon_setup_lvds_phy() 130 regmap_update_bits(tcon->regs, SUN4I_TCON0_LVDS_ANA1_REG, in sun4i_tcon_setup_lvds_phy() [all …]
|
D | sun4i_tcon_dclk.c | 18 struct sun4i_tcon *tcon; member 74 struct sun4i_tcon *tcon = dclk->tcon; in sun4i_dclk_round_rate() local 79 for (i = tcon->dclk_min_div; i <= tcon->dclk_max_div; i++) { in sun4i_dclk_round_rate() 165 int sun4i_dclk_create(struct device *dev, struct sun4i_tcon *tcon) in sun4i_dclk_create() argument 172 parent_name = __clk_get_name(tcon->sclk0); in sun4i_dclk_create() 182 dclk->tcon = tcon; in sun4i_dclk_create() 190 dclk->regmap = tcon->regs; in sun4i_dclk_create() 193 tcon->dclk = clk_register(dev, &dclk->hw); in sun4i_dclk_create() 194 if (IS_ERR(tcon->dclk)) in sun4i_dclk_create() 195 return PTR_ERR(tcon->dclk); in sun4i_dclk_create() [all …]
|
/linux-6.12.1/fs/smb/client/ |
D | fscache.c | 26 struct cifs_tcon *tcon, in cifs_fscache_fill_volume_coherency() argument 30 cd->resource_id = cpu_to_le64(tcon->resource_id); in cifs_fscache_fill_volume_coherency() 31 cd->vol_create_time = tcon->vol_create_time; in cifs_fscache_fill_volume_coherency() 32 cd->vol_serial_number = cpu_to_le32(tcon->vol_serial_number); in cifs_fscache_fill_volume_coherency() 35 int cifs_fscache_get_super_cookie(struct cifs_tcon *tcon) in cifs_fscache_get_super_cookie() argument 38 struct TCP_Server_Info *server = tcon->ses->server; in cifs_fscache_get_super_cookie() 46 if (tcon->fscache_acquired) in cifs_fscache_get_super_cookie() 49 mutex_lock(&tcon->fscache_lock); in cifs_fscache_get_super_cookie() 50 if (tcon->fscache_acquired) { in cifs_fscache_get_super_cookie() 51 mutex_unlock(&tcon->fscache_lock); in cifs_fscache_get_super_cookie() [all …]
|
D | ioctl.c | 31 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); in cifs_ioctl_query_info() local 57 if (tcon->ses->server->ops->ioctl_query_info) in cifs_ioctl_query_info() 58 rc = tcon->ses->server->ops->ioctl_query_info( in cifs_ioctl_query_info() 59 xid, tcon, cifs_sb, utf16_path, in cifs_ioctl_query_info() 120 static long smb_mnt_get_tcon_info(struct cifs_tcon *tcon, void __user *arg) in smb_mnt_get_tcon_info() argument 125 tcon_inf.tid = tcon->tid; in smb_mnt_get_tcon_info() 126 tcon_inf.session_id = tcon->ses->Suid; in smb_mnt_get_tcon_info() 134 static long smb_mnt_get_fsinfo(unsigned int xid, struct cifs_tcon *tcon, in smb_mnt_get_fsinfo() argument 145 fsinf->protocol_id = tcon->ses->server->vals->protocol_id; in smb_mnt_get_fsinfo() 146 fsinf->tcon_flags = tcon->Flags; in smb_mnt_get_fsinfo() [all …]
|
D | smb1ops.c | 440 cifs_negotiate_wsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in cifs_negotiate_wsize() argument 442 __u64 unix_cap = le64_to_cpu(tcon->fsUnixInfo.Capability); in cifs_negotiate_wsize() 443 struct TCP_Server_Info *server = tcon->ses->server; in cifs_negotiate_wsize() 449 else if (tcon->unix_ext && (unix_cap & CIFS_UNIX_LARGE_WRITE_CAP)) in cifs_negotiate_wsize() 455 if (!tcon->unix_ext || !(unix_cap & CIFS_UNIX_LARGE_WRITE_CAP)) in cifs_negotiate_wsize() 475 cifs_negotiate_rsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in cifs_negotiate_rsize() argument 477 __u64 unix_cap = le64_to_cpu(tcon->fsUnixInfo.Capability); in cifs_negotiate_rsize() 478 struct TCP_Server_Info *server = tcon->ses->server; in cifs_negotiate_rsize() 493 if (tcon->unix_ext && (unix_cap & CIFS_UNIX_LARGE_READ_CAP)) in cifs_negotiate_rsize() 516 cifs_qfs_tcon(const unsigned int xid, struct cifs_tcon *tcon, in cifs_qfs_tcon() argument [all …]
|
D | smb2proto.h | 56 extern int smb2_query_reparse_tag(const unsigned int xid, struct cifs_tcon *tcon, 62 struct cifs_tcon *tcon, 68 struct cifs_tcon *tcon, 74 struct cifs_tcon *tcon, 78 extern int smb2_set_path_size(const unsigned int xid, struct cifs_tcon *tcon, 85 umode_t mode, struct cifs_tcon *tcon, 89 umode_t mode, struct cifs_tcon *tcon, 93 struct cifs_tcon *tcon, const unsigned int xid); 94 extern int smb2_rmdir(const unsigned int xid, struct cifs_tcon *tcon, 96 extern int smb2_unlink(const unsigned int xid, struct cifs_tcon *tcon, [all …]
|
D | smb2inode.c | 172 static int smb2_compound_op(const unsigned int xid, struct cifs_tcon *tcon, in smb2_compound_op() argument 187 struct cifs_ses *ses = tcon->ses; in smb2_compound_op() 214 if (smb3_encryption_required(tcon)) in smb2_compound_op() 256 rc = SMB2_open_init(tcon, server, in smb2_compound_op() 263 smb2_set_next_command(tcon, &rqst[num_rqst]); in smb2_compound_op() 276 rc = SMB2_query_info_init(tcon, server, in smb2_compound_op() 285 rc = SMB2_query_info_init(tcon, server, in smb2_compound_op() 295 smb2_set_next_command(tcon, &rqst[num_rqst]); in smb2_compound_op() 302 tcon->tid, full_path); in smb2_compound_op() 310 rc = SMB2_query_info_init(tcon, server, in smb2_compound_op() [all …]
|
D | dfs.c | 216 struct cifs_tcon *tcon; in __dfs_mount_share() local 234 else if (WARN_ON(!mnt_ctx->tcon)) in __dfs_mount_share() 240 tcon = mnt_ctx->tcon; in __dfs_mount_share() 241 spin_lock(&tcon->tc_lock); in __dfs_mount_share() 242 tcon->origin_fullpath = origin_fullpath; in __dfs_mount_share() 244 ref_walk_set_tcon(rw, tcon); in __dfs_mount_share() 245 spin_unlock(&tcon->tc_lock); in __dfs_mount_share() 246 queue_delayed_work(dfscache_wq, &tcon->dfs_cache_work, in __dfs_mount_share() 396 struct cifs_tcon *tcon = ses->tcon_ipc; in __tree_connect_ipc() local 416 rc = server->ops->tree_connect(xid, ses, tree, tcon, in __tree_connect_ipc() [all …]
|
D | cifs_swn.c | 32 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() argument 46 static int cifs_swn_auth_info_ntlm(struct cifs_tcon *tcon, struct sk_buff *skb) in cifs_swn_auth_info_ntlm() argument 50 if (tcon->ses->user_name != NULL) { in cifs_swn_auth_info_ntlm() 51 ret = nla_put_string(skb, CIFS_GENL_ATTR_SWN_USER_NAME, tcon->ses->user_name); in cifs_swn_auth_info_ntlm() 56 if (tcon->ses->password != NULL) { in cifs_swn_auth_info_ntlm() 57 ret = nla_put_string(skb, CIFS_GENL_ATTR_SWN_PASSWORD, tcon->ses->password); in cifs_swn_auth_info_ntlm() 62 if (tcon->ses->domainName != NULL) { in cifs_swn_auth_info_ntlm() 63 ret = nla_put_string(skb, CIFS_GENL_ATTR_SWN_DOMAIN_NAME, tcon->ses->domainName); in cifs_swn_auth_info_ntlm() 114 if (swnreg->tcon->ses->server->use_swn_dstaddr) in cifs_swn_send_register_message() [all …]
|
D | cifsproto.h | 79 struct cifs_tcon *tcon, 157 extern int cifs_get_writable_path(struct cifs_tcon *tcon, const char *name, 161 extern int cifs_get_readable_path(struct cifs_tcon *tcon, const char *name, 266 extern void cifs_mark_open_files_invalid(struct cifs_tcon *tcon); 267 extern void cifs_reopen_persistent_handles(struct cifs_tcon *tcon); 304 extern void cifs_put_tcon(struct cifs_tcon *tcon, enum smb3_tcon_ref_trace trace); 315 extern int cifs_tree_connect(const unsigned int xid, struct cifs_tcon *tcon, 330 const char *tree, struct cifs_tcon *tcon, 333 extern int CIFSFindFirst(const unsigned int xid, struct cifs_tcon *tcon, 339 extern int CIFSFindNext(const unsigned int xid, struct cifs_tcon *tcon, [all …]
|
D | smb2pdu.c | 76 int smb3_encryption_required(const struct cifs_tcon *tcon) in smb3_encryption_required() argument 78 if (!tcon || !tcon->ses) in smb3_encryption_required() 80 if ((tcon->ses->session_flags & SMB2_SESSION_FLAG_ENCRYPT_DATA) || in smb3_encryption_required() 81 (tcon->share_flags & SHI1005_FLAGS_ENCRYPT_DATA)) in smb3_encryption_required() 83 if (tcon->seal && in smb3_encryption_required() 84 (tcon->ses->server->capabilities & SMB2_GLOBAL_CAP_ENCRYPTION)) in smb3_encryption_required() 87 (tcon->ses->server->capabilities & SMB2_GLOBAL_CAP_ENCRYPTION)) in smb3_encryption_required() 94 const struct cifs_tcon *tcon, in smb2_hdr_assemble() argument 132 if (!tcon) in smb2_hdr_assemble() 141 shdr->Id.SyncId.TreeId = cpu_to_le32(tcon->tid); in smb2_hdr_assemble() [all …]
|
D | smb2misc.c | 541 smb2_tcon_has_lease(struct cifs_tcon *tcon, struct smb2_lease_break *rsp) in smb2_tcon_has_lease() argument 551 list_for_each_entry(cfile, &tcon->openFileList, tlist) { in smb2_tcon_has_lease() 580 smb2_tcon_find_pending_open_lease(struct cifs_tcon *tcon, in smb2_tcon_find_pending_open_lease() argument 589 list_for_each_entry(open, &tcon->pending_opens, olist) { in smb2_tcon_find_pending_open_lease() 614 struct cifs_tcon *tcon; in smb2_is_valid_lease_break() local 627 list_for_each_entry(tcon, &ses->tcon_list, tcon_list) { in smb2_is_valid_lease_break() 628 spin_lock(&tcon->open_file_lock); in smb2_is_valid_lease_break() 630 &tcon->stats.cifs_stats.num_oplock_brks); in smb2_is_valid_lease_break() 631 if (smb2_tcon_has_lease(tcon, rsp)) { in smb2_is_valid_lease_break() 632 spin_unlock(&tcon->open_file_lock); in smb2_is_valid_lease_break() [all …]
|
D | connect.c | 120 struct cifs_tcon *tcon = container_of(work, in smb2_query_server_interfaces() local 123 struct TCP_Server_Info *server = tcon->ses->server; in smb2_query_server_interfaces() 132 rc = server->ops->query_server_interfaces(xid, tcon, false); in smb2_query_server_interfaces() 143 queue_delayed_work(cifsiod_wq, &tcon->query_interfaces, in smb2_query_server_interfaces() 211 struct cifs_tcon *tcon; in cifs_mark_tcp_ses_conns_for_reconnect() local 281 list_for_each_entry(tcon, &ses->tcon_list, tcon_list) { in cifs_mark_tcp_ses_conns_for_reconnect() 282 tcon->need_reconnect = true; in cifs_mark_tcp_ses_conns_for_reconnect() 283 spin_lock(&tcon->tc_lock); in cifs_mark_tcp_ses_conns_for_reconnect() 284 tcon->status = TID_NEED_RECON; in cifs_mark_tcp_ses_conns_for_reconnect() 285 spin_unlock(&tcon->tc_lock); in cifs_mark_tcp_ses_conns_for_reconnect() [all …]
|
D | link.c | 160 create_mf_symlink(const unsigned int xid, struct cifs_tcon *tcon, in create_mf_symlink() argument 176 if (tcon->ses->server->ops->create_mf_symlink) in create_mf_symlink() 177 rc = tcon->ses->server->ops->create_mf_symlink(xid, tcon, in create_mf_symlink() 193 check_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in check_mf_symlink() argument 211 if (tcon->ses->server->ops->query_mf_symlink) in check_mf_symlink() 212 rc = tcon->ses->server->ops->query_mf_symlink(xid, tcon, in check_mf_symlink() 250 cifs_query_mf_symlink(unsigned int xid, struct cifs_tcon *tcon, in cifs_query_mf_symlink() argument 263 .tcon = tcon, in cifs_query_mf_symlink() 284 io_parms.tcon = tcon; in cifs_query_mf_symlink() 290 CIFSSMBClose(xid, tcon, fid.netfid); in cifs_query_mf_symlink() [all …]
|
D | dir.c | 40 struct cifs_tcon *tcon, int add_treename) in cifs_build_path_to_root() argument 53 dfsplen = strnlen(tcon->tree_name, MAX_TREE_SIZE + 1); in cifs_build_path_to_root() 62 memcpy(full_path, tcon->tree_name, dfsplen); in cifs_build_path_to_root() 74 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); in build_path_from_dentry() local 75 bool prefix = tcon->Flags & SMB_SHARE_IS_IN_DFS; in build_path_from_dentry() 141 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); in build_path_from_dentry_optional_prefix() local 143 return __build_path_from_dentry_optional_prefix(direntry, page, tcon->tree_name, in build_path_from_dentry_optional_prefix() 153 check_name(struct dentry *direntry, struct cifs_tcon *tcon) in check_name() argument 158 if (unlikely(tcon->fsAttrInfo.MaxPathNameComponentLength && in check_name() 160 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength))) in check_name() [all …]
|
D | cifsfs.c | 191 struct cifs_tcon *tcon; in cifs_read_super() local 196 tcon = cifs_sb_master_tcon(cifs_sb); in cifs_read_super() 201 if (tcon->snapshot_time) in cifs_read_super() 204 if (tcon->ses->capabilities & tcon->ses->server->vals->cap_large_files) in cifs_read_super() 216 if ((tcon->ses->server->vals->protocol_id == SMB10_PROT_ID) && in cifs_read_super() 217 ((tcon->ses->capabilities & in cifs_read_super() 218 tcon->ses->server->vals->cap_nt_find) == 0) && in cifs_read_super() 219 !tcon->unix_ext) { in cifs_read_super() 247 tcon->ses->server->ops->negotiate_rsize(tcon, cifs_sb->ctx); in cifs_read_super() 262 if (tcon->nocase) in cifs_read_super() [all …]
|
D | smb2ops.c | 474 smb2_negotiate_wsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in smb2_negotiate_wsize() argument 476 struct TCP_Server_Info *server = tcon->ses->server; in smb2_negotiate_wsize() 489 smb3_negotiate_wsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in smb3_negotiate_wsize() argument 491 struct TCP_Server_Info *server = tcon->ses->server; in smb3_negotiate_wsize() 521 smb2_negotiate_rsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in smb2_negotiate_rsize() argument 523 struct TCP_Server_Info *server = tcon->ses->server; in smb2_negotiate_rsize() 537 smb3_negotiate_rsize(struct cifs_tcon *tcon, struct smb3_fs_context *ctx) in smb3_negotiate_rsize() argument 539 struct TCP_Server_Info *server = tcon->ses->server; in smb3_negotiate_rsize() 795 SMB3_request_interfaces(const unsigned int xid, struct cifs_tcon *tcon, bool in_mount) in SMB3_request_interfaces() argument 800 struct cifs_ses *ses = tcon->ses; in SMB3_request_interfaces() [all …]
|
D | file.c | 355 cifs_mark_open_files_invalid(struct cifs_tcon *tcon) in cifs_mark_open_files_invalid() argument 362 spin_lock(&tcon->tc_lock); in cifs_mark_open_files_invalid() 363 if (tcon->need_reconnect) in cifs_mark_open_files_invalid() 364 tcon->status = TID_NEED_RECON; in cifs_mark_open_files_invalid() 366 if (tcon->status != TID_NEED_RECON) { in cifs_mark_open_files_invalid() 367 spin_unlock(&tcon->tc_lock); in cifs_mark_open_files_invalid() 370 tcon->status = TID_IN_FILES_INVALIDATE; in cifs_mark_open_files_invalid() 371 spin_unlock(&tcon->tc_lock); in cifs_mark_open_files_invalid() 374 spin_lock(&tcon->open_file_lock); in cifs_mark_open_files_invalid() 375 list_for_each_safe(tmp, tmp1, &tcon->openFileList) { in cifs_mark_open_files_invalid() [all …]
|
D | inode.c | 404 struct cifs_tcon *tcon = tlink_tcon(cfile->tlink); in cifs_get_file_info_unix() local 416 rc = CIFSSMBUnixQFileInfo(xid, tcon, cfile->fid.netfid, &find_data); in cifs_get_file_info_unix() 440 struct cifs_tcon *tcon; in cifs_get_unix_fattr() local 449 tcon = tlink_tcon(tlink); in cifs_get_unix_fattr() 450 server = tcon->ses->server; in cifs_get_unix_fattr() 453 rc = CIFSSMBUnixQPathInfo(xid, tcon, full_path, &find_data, in cifs_get_unix_fattr() 472 tmprc = check_mf_symlink(xid, tcon, cifs_sb, fattr, full_path); in cifs_get_unix_fattr() 479 rc = server->ops->query_symlink(xid, tcon, in cifs_get_unix_fattr() 528 struct cifs_tcon *tcon; in cifs_sfu_type() local 557 tcon = tlink_tcon(tlink); in cifs_sfu_type() [all …]
|
D | cifssmb.c | 71 cifs_reconnect_tcon(struct cifs_tcon *tcon, int smb_command) in cifs_reconnect_tcon() argument 83 if (!tcon) in cifs_reconnect_tcon() 86 ses = tcon->ses; in cifs_reconnect_tcon() 93 spin_lock(&tcon->tc_lock); in cifs_reconnect_tcon() 94 if (tcon->status == TID_EXITING) { in cifs_reconnect_tcon() 96 spin_unlock(&tcon->tc_lock); in cifs_reconnect_tcon() 102 spin_unlock(&tcon->tc_lock); in cifs_reconnect_tcon() 105 rc = cifs_wait_for_server_reconnect(server, tcon->retry); in cifs_reconnect_tcon() 110 if (!cifs_chan_needs_reconnect(ses, server) && !tcon->need_reconnect) { in cifs_reconnect_tcon() 127 if (tcon->retry) in cifs_reconnect_tcon() [all …]
|
D | cached_dir.c | 125 int open_cached_dir(unsigned int xid, struct cifs_tcon *tcon, in open_cached_dir() argument 150 if (tcon == NULL || tcon->cfids == NULL || tcon->nohandlecache || in open_cached_dir() 151 is_smb1_server(tcon->ses->server) || (dir_cache_timeout == 0)) in open_cached_dir() 154 ses = tcon->ses; in open_cached_dir() 155 cfids = tcon->cfids; in open_cached_dir() 173 cfid = find_or_create_cached_dir(cfids, path, lookup_only, tcon->max_cached_dirs); in open_cached_dir() 223 if (smb3_encryption_required(tcon)) in open_cached_dir() 239 .tcon = tcon, in open_cached_dir() 249 rc = SMB2_open_init(tcon, server, in open_cached_dir() 253 smb2_set_next_command(tcon, &rqst[0]); in open_cached_dir() [all …]
|
D | namespace.c | 123 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); in is_dfs_mount() local 126 spin_lock(&tcon->tc_lock); in is_dfs_mount() 127 ret = !!tcon->origin_fullpath; in is_dfs_mount() 128 spin_unlock(&tcon->tc_lock); in is_dfs_mount() 136 struct cifs_tcon *tcon = cifs_sb_master_tcon(cifs_sb); in automount_fullpath() local 140 spin_lock(&tcon->tc_lock); in automount_fullpath() 141 if (!tcon->origin_fullpath) { in automount_fullpath() 142 spin_unlock(&tcon->tc_lock); in automount_fullpath() 147 spin_unlock(&tcon->tc_lock); in automount_fullpath() 156 spin_lock(&tcon->tc_lock); in automount_fullpath() [all …]
|
D | cifs_debug.c | 90 static void cifs_debug_tcon(struct seq_file *m, struct cifs_tcon *tcon) in cifs_debug_tcon() argument 92 __u32 dev_type = le32_to_cpu(tcon->fsDevInfo.DeviceType); in cifs_debug_tcon() 94 seq_printf(m, "%s Mounts: %d ", tcon->tree_name, tcon->tc_count); in cifs_debug_tcon() 95 if (tcon->nativeFileSystem) in cifs_debug_tcon() 96 seq_printf(m, "Type: %s ", tcon->nativeFileSystem); in cifs_debug_tcon() 98 le32_to_cpu(tcon->fsDevInfo.DeviceCharacteristics), in cifs_debug_tcon() 99 le32_to_cpu(tcon->fsAttrInfo.Attributes), in cifs_debug_tcon() 100 le32_to_cpu(tcon->fsAttrInfo.MaxPathNameComponentLength), in cifs_debug_tcon() 101 tcon->status); in cifs_debug_tcon() 109 seq_printf(m, "Serial Number: 0x%x", tcon->vol_serial_number); in cifs_debug_tcon() [all …]
|
/linux-6.12.1/drivers/gpu/drm/fsl-dcu/ |
D | fsl_tcon.c | 19 void fsl_tcon_bypass_disable(struct fsl_tcon *tcon) in fsl_tcon_bypass_disable() argument 21 regmap_update_bits(tcon->regs, FSL_TCON_CTRL1, in fsl_tcon_bypass_disable() 25 void fsl_tcon_bypass_enable(struct fsl_tcon *tcon) in fsl_tcon_bypass_enable() argument 27 regmap_update_bits(tcon->regs, FSL_TCON_CTRL1, in fsl_tcon_bypass_enable() 41 struct fsl_tcon *tcon, in fsl_tcon_init_regmap() argument 54 tcon->regs = devm_regmap_init_mmio(dev, regs, in fsl_tcon_init_regmap() 56 return PTR_ERR_OR_ZERO(tcon->regs); in fsl_tcon_init_regmap() 61 struct fsl_tcon *tcon; in fsl_tcon_init() local 70 tcon = devm_kzalloc(dev, sizeof(*tcon), GFP_KERNEL); in fsl_tcon_init() 71 if (!tcon) in fsl_tcon_init() [all …]
|
/linux-6.12.1/fs/smb/server/mgmt/ |
D | tree_connect.c | 100 void ksmbd_tree_connect_put(struct ksmbd_tree_connect *tcon) in ksmbd_tree_connect_put() argument 107 if (!atomic_dec_return(&tcon->refcount) && in ksmbd_tree_connect_put() 108 waitqueue_active(&tcon->refcount_q)) in ksmbd_tree_connect_put() 109 wake_up(&tcon->refcount_q); in ksmbd_tree_connect_put() 135 struct ksmbd_tree_connect *tcon; in ksmbd_tree_conn_lookup() local 138 tcon = xa_load(&sess->tree_conns, id); in ksmbd_tree_conn_lookup() 139 if (tcon) { in ksmbd_tree_conn_lookup() 140 if (tcon->t_state != TREE_CONNECTED) in ksmbd_tree_conn_lookup() 141 tcon = NULL; in ksmbd_tree_conn_lookup() 142 else if (!atomic_inc_not_zero(&tcon->refcount)) in ksmbd_tree_conn_lookup() [all …]
|