Home
last modified time | relevance | path

Searched refs:qhead (Results 1 – 8 of 8) sorted by relevance

/fs/smb/client/
A Dconnect.c329 list_move(&mid->qhead, &retry_list); in cifs_abort_connection()
336 list_for_each_entry_safe(mid, nmid, &retry_list, qhead) { in cifs_abort_connection()
337 list_del_init(&mid->qhead); in cifs_abort_connection()
890 list_move(&mid->qhead, &dispose_list); in is_smb_response()
918 list_for_each_entry_safe(mid, nmid, &dispose_list, qhead) { in is_smb_response()
919 list_del_init(&mid->qhead); in is_smb_response()
973 list_del_init(&mid->qhead); in dequeue_mid()
1106 mid_entry = list_entry(tmp, struct mid_q_entry, qhead); in clean_demultiplex_info()
1110 list_move(&mid_entry->qhead, &dispose_list); in clean_demultiplex_info()
1117 mid_entry = list_entry(tmp, struct mid_q_entry, qhead); in clean_demultiplex_info()
[all …]
A Dtransport.c126 list_del_init(&mid->qhead); in delete_mid()
705 list_add_tail(&mid->qhead, &server->pending_mid_q); in cifs_call_async()
756 list_del_init(&mid->qhead); in cifs_sync_mid_result()
A Dcifs_debug.c64 list_for_each_entry(mid_entry, &server->pending_mid_q, qhead) { in cifs_dump_mids()
674 list_for_each_entry(mid_entry, &chan_server->pending_mid_q, qhead) { in cifs_debug_data_proc_show()
A Dcifstransport.c116 list_add_tail(&(*ppmidQ)->qhead, &ses->server->pending_mid_q); in allocate_mid()
A Dsmb1ops.c99 list_for_each_entry(mid, &server->pending_mid_q, qhead) { in cifs_find_mid()
201 list_for_each_entry(mid_entry, &server->pending_mid_q, qhead) { in cifs_get_next_mid()
A Dsmb2transport.c845 list_add_tail(&(*mid)->qhead, &server->pending_mid_q); in smb2_get_mid_entry()
A Dcifsglob.h1711 struct list_head qhead; /* mids waiting on reply from this server */ member
A Dsmb2ops.c405 list_for_each_entry(mid, &server->pending_mid_q, qhead) { in __smb2_find_mid()
411 list_del_init(&mid->qhead); in __smb2_find_mid()
4830 list_add_tail(&mid->qhead, in smb2_decrypt_offload()

Completed in 43 milliseconds