Searched refs:malformed (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/fs/cifs/ |
D | smb1ops.c | 392 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()
|
D | cifsproto.h | 204 extern void dequeue_mid(struct mid_q_entry *mid, bool malformed);
|
D | connect.c | 730 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()
|
D | cifssmb.c | 1462 bool malformed) in __cifs_readv_discard() argument 1467 dequeue_mid(mid, malformed); in __cifs_readv_discard()
|