Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Dsmb1ops.c392 char *buf, int malformed) in cifs_check_trans2() argument
394 if (malformed) in cifs_check_trans2()
401 malformed = coalesce_t2(buf, mid->resp_buf); in cifs_check_trans2()
402 if (malformed > 0) in cifs_check_trans2()
406 dequeue_mid(mid, malformed); in cifs_check_trans2()
Dcifsproto.h204 extern void dequeue_mid(struct mid_q_entry *mid, bool malformed);
Dconnect.c730 dequeue_mid(struct mid_q_entry *mid, bool malformed) in dequeue_mid() argument
736 if (!malformed) in dequeue_mid()
754 char *buf, int malformed) in handle_mid() argument
757 server->ops->check_trans2(mid, server, buf, malformed)) in handle_mid()
769 dequeue_mid(mid, malformed); in handle_mid()
Dcifssmb.c1462 bool malformed) in __cifs_readv_discard() argument
1467 dequeue_mid(mid, malformed); in __cifs_readv_discard()