Home
last modified time | relevance | path

Searched refs:MID_WAIT_CANCELLED (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/fs/cifs/
Dtransport.c88 if (midEntry->resp_buf && (midEntry->mid_flags & MID_WAIT_CANCELLED) && in _cifs_mid_q_entry_release()
1212 midQ[i]->mid_flags |= MID_WAIT_CANCELLED; in compound_send_recv()
Dcifsglob.h1834 #define MID_WAIT_CANCELLED 1 /* Cancelled while waiting for response */ macro