Searched refs:pending_mid_q (Results 1 – 4 of 4) sorted by relevance
/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() 616 if (list_empty(&chan_server->pending_mid_q)) in cifs_debug_data_proc_show() 622 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 | cifsglob.h | 732 struct list_head pending_mid_q; member
|
H A D | smb2ops.c | 405 list_for_each_entry(mid, &server->pending_mid_q, qhead) { in __smb2_find_mid() 4802 &dw->server->pending_mid_q); in smb2_decrypt_offload()
|