Searched refs:pending_mid_q (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/fs/smb/client/ |
H A D | cifs_debug.c | 63 list_for_each_entry(mid_entry, &server->pending_mid_q, qhead) { in cifs_dump_mids() 611 if (list_empty(&chan_server->pending_mid_q)) in cifs_debug_data_proc_show() 617 list_for_each_entry(mid_entry, &chan_server->pending_mid_q, qhead) { in cifs_debug_data_proc_show()
|
H A D | smb1ops.c | 96 list_for_each_entry(mid, &server->pending_mid_q, qhead) { in cifs_find_mid() 198 list_for_each_entry(mid_entry, &server->pending_mid_q, qhead) { in cifs_get_next_mid()
|
H A D | connect.c | 331 list_for_each_entry_safe(mid, nmid, &server->pending_mid_q, qhead) { in cifs_abort_connection() 1015 if (!list_empty(&server->pending_mid_q)) { in clean_demultiplex_info() 1022 list_for_each_safe(tmp, tmp2, &server->pending_mid_q) { in clean_demultiplex_info() 1044 if (!list_empty(&server->pending_mid_q)) { in clean_demultiplex_info() 1754 INIT_LIST_HEAD(&tcp_ses->pending_mid_q); in cifs_get_tcp_session()
|
H A D | transport.c | 730 list_add_tail(&(*ppmidQ)->qhead, &ses->server->pending_mid_q); in allocate_mid() 833 list_add_tail(&mid->qhead, &server->pending_mid_q); in cifs_call_async()
|
H A D | smb2transport.c | 844 list_add_tail(&(*mid)->qhead, &server->pending_mid_q); in smb2_get_mid_entry()
|
H A D | cifsglob.h | 699 struct list_head pending_mid_q; member
|
H A D | smb2ops.c | 369 list_for_each_entry(mid, &server->pending_mid_q, qhead) { in __smb2_find_mid() 4730 &dw->server->pending_mid_q); in smb2_decrypt_offload()
|