Searched refs:mid_flags (Results 1 – 3 of 3) sorted by relevance
175 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()
571 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()
1541 unsigned int mid_flags; member