Home
last modified time | relevance | path

Searched refs:mid_flags (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/fs/cifs/
H A 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()
901 if (!(mid->mid_flags & MID_DELETED)) { in cifs_sync_mid_result()
903 mid->mid_flags |= MID_DELETED; in cifs_sync_mid_result()
1174 midQ[i]->mid_flags |= MID_WAIT_CANCELLED; in compound_send_recv()
H A 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()
H A Dcifsglob.h1613 unsigned int mid_flags; member
H A Dsmb2ops.c286 mid->mid_flags |= MID_DELETED; in __smb2_find_mid()
4764 mid->mid_flags &= ~(MID_DELETED); in smb2_decrypt_offload()
/kernel/linux/linux-6.6/fs/smb/client/
H A Dtransport.c91 if (midEntry->resp_buf && (midEntry->mid_flags & MID_WAIT_CANCELLED) && in __release_mid()
163 if (!(mid->mid_flags & MID_DELETED)) { in delete_mid()
165 mid->mid_flags |= MID_DELETED; in delete_mid()
908 if (!(mid->mid_flags & MID_DELETED)) { in cifs_sync_mid_result()
910 mid->mid_flags |= MID_DELETED; in cifs_sync_mid_result()
1219 midQ[i]->mid_flags |= MID_WAIT_CANCELLED; in compound_send_recv()
H A Dconnect.c323 mid->mid_flags |= MID_DELETED; in cifs_abort_connection()
854 if (mid->mid_flags & MID_DELETED) { in dequeue_mid()
859 mid->mid_flags |= MID_DELETED; in dequeue_mid()
997 mid_entry->mid_flags |= MID_DELETED; in clean_demultiplex_info()
H A Dcifsglob.h1686 unsigned int mid_flags; member
H A Dsmb2ops.c375 mid->mid_flags |= MID_DELETED; in __smb2_find_mid()
4819 mid->mid_flags &= ~(MID_DELETED); in smb2_decrypt_offload()

Completed in 37 milliseconds