Home
last modified time | relevance | path

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

/Linux-v5.4/fs/cifs/
Dtransport.c175 if (!(mid->mid_flags & MID_DELETED)) { in cifs_delete_mid()
177 mid->mid_flags |= MID_DELETED; in cifs_delete_mid()
876 if (!(mid->mid_flags & MID_DELETED)) { in cifs_sync_mid_result()
878 mid->mid_flags |= MID_DELETED; in cifs_sync_mid_result()
1123 midQ[i]->mid_flags |= MID_WAIT_CANCELLED; in compound_send_recv()
Dconnect.c571 mid_entry->mid_flags |= MID_DELETED; in cifs_reconnect()
898 if (mid->mid_flags & MID_DELETED) in dequeue_mid()
903 mid->mid_flags |= MID_DELETED; in dequeue_mid()
977 mid_entry->mid_flags |= MID_DELETED; in clean_demultiplex_info()
1225 if ((mids[i]->mid_flags & MID_WAIT_CANCELLED) && in cifs_demultiplex_thread()
Dcifsglob.h1541 unsigned int mid_flags; member