Searched refs:tcon_list (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/gpu/drm/sun4i/ |
| H A D | sun4i_drv.h | 19 struct list_head tcon_list; member
|
| H A D | sun4i_tcon.c | 254 list_for_each_entry(tcon, &drv->tcon_list, list) in sun4i_get_tcon0() 1024 list_for_each(pos, &drv->tcon_list) in sun4i_tcon_get_index() 1287 list_add_tail(&tcon->list, &drv->tcon_list); in sun4i_tcon_bind()
|
| /linux/fs/smb/client/ |
| H A D | smb2misc.c | 629 list_for_each_entry(tcon, &ses->tcon_list, tcon_list) { in smb2_is_valid_lease_break() 708 list_for_each_entry(tcon, &ses->tcon_list, tcon_list) { in smb2_is_valid_oplock_break()
|
| H A D | misc.c | 31 struct tcon_list { struct 82 INIT_LIST_HEAD(&ret_buf->tcon_list); in sesInfoAlloc() 145 INIT_LIST_HEAD(&ret_buf->tcon_list); in tcon_info_alloc() 568 struct tcon_list *tmp_list, *q; in cifs_close_all_deferred_files_sb() 577 tmp_list = kmalloc_obj(struct tcon_list, GFP_ATOMIC); in cifs_close_all_deferred_files_sb()
|
| H A D | smb2transport.c | 169 list_for_each_entry(tcon, &ses->tcon_list, tcon_list) { in smb2_find_smb_sess_tcon_unlocked()
|
| H A D | connect.c | 278 list_for_each_entry(tcon, &ses->tcon_list, tcon_list) { in cifs_mark_tcp_ses_conns_for_reconnect() 2579 list_for_each_entry(tcon, &ses->tcon_list, tcon_list) { in cifs_find_tcon() 2624 list_del_init(&tcon->tcon_list); in cifs_put_tcon() 2894 list_add(&tcon->tcon_list, &ses->tcon_list); in cifs_get_tcon()
|
| H A D | smb1ops.c | 1370 list_for_each_entry(tcon, &ses->tcon_list, tcon_list) { in cifs_is_network_name_deleted()
|
| H A D | cifsglob.h | 1060 struct list_head tcon_list; 1196 struct list_head tcon_list; 1058 struct list_head tcon_list; global() member 1194 struct list_head tcon_list; global() member
|
| H A D | smb2ops.c | 2688 list_for_each_entry(tcon, &ses->tcon_list, tcon_list) { in smb2_is_network_name_deleted() 3124 tcon = list_first_entry_or_null(&ses->tcon_list, in smb2_get_dfs_refer() 3126 tcon_list); in smb2_get_dfs_refer()
|
| H A D | smb2pdu.c | 4279 list_for_each_entry(tcon, &ses->tcon_list, tcon_list) { in smb2_reconnect_server()
|