Home
last modified time | relevance | path

Searched refs:mid_flags (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/fs/cifs/
Dtransport.c101 if (midEntry->resp_buf && (midEntry->mid_flags & MID_WAIT_CANCELLED) && in _cifs_mid_q_entry_release()
184 if (!(mid->mid_flags & MID_DELETED)) { in cifs_delete_mid()
186 mid->mid_flags |= MID_DELETED; in cifs_delete_mid()
898 if (!(mid->mid_flags & MID_DELETED)) { in cifs_sync_mid_result()
900 mid->mid_flags |= MID_DELETED; in cifs_sync_mid_result()
1173 midQ[i]->mid_flags |= MID_WAIT_CANCELLED; in compound_send_recv()
Dconnect.c497 mid_entry->mid_flags |= MID_DELETED; in cifs_reconnect()
839 if (mid->mid_flags & MID_DELETED) in dequeue_mid()
843 mid->mid_flags |= MID_DELETED; in dequeue_mid()
934 mid_entry->mid_flags |= MID_DELETED; in clean_demultiplex_info()
Dcifsglob.h1613 unsigned int mid_flags; member
Dsmb2ops.c286 mid->mid_flags |= MID_DELETED; in __smb2_find_mid()
4755 mid->mid_flags &= ~(MID_DELETED); in smb2_decrypt_offload()