Home
last modified time | relevance | path

Searched refs:midQ (Results 1 – 3 of 3) sorted by relevance

/fs/smb/client/
A Dcifstransport.c275 struct mid_q_entry *midQ; in SendReceive() local
336 cifs_save_when_sent(midQ); in SendReceive()
350 if (midQ->callback) { in SendReceive()
377 delete_mid(midQ); in SendReceive()
415 struct mid_q_entry *midQ; in SendReceiveBlockingLock() local
470 delete_mid(midQ); in SendReceiveBlockingLock()
485 delete_mid(midQ); in SendReceiveBlockingLock()
510 delete_mid(midQ); in SendReceiveBlockingLock()
522 delete_mid(midQ); in SendReceiveBlockingLock()
531 if (midQ->callback) { in SendReceiveBlockingLock()
[all …]
A Dtransport.c929 if (IS_ERR(midQ[i])) { in compound_send_recv()
932 delete_mid(midQ[j]); in compound_send_recv()
938 return PTR_ERR(midQ[i]); in compound_send_recv()
942 midQ[i]->optype = optype; in compound_send_recv()
956 cifs_save_when_sent(midQ[i]); in compound_send_recv()
1006 midQ[i]->mid, le16_to_cpu(midQ[i]->command)); in compound_send_recv()
1010 if (midQ[i]->callback) { in compound_send_recv()
1030 if (!midQ[i]->resp_buf || in compound_send_recv()
1042 if (midQ[i]->large_buf) in compound_send_recv()
1052 midQ[i]->resp_buf = NULL; in compound_send_recv()
[all …]
A Dcifsproto.h143 int wait_for_response(struct TCP_Server_Info *server, struct mid_q_entry *midQ);

Completed in 10 milliseconds