Home
last modified time | relevance | path

Searched refs:midQ (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/cifs/
H A Dtransport.c731 wait_for_response(struct TCP_Server_Info *server, struct mid_q_entry *midQ) in wait_for_response() argument
736 midQ->mid_state != MID_REQUEST_SUBMITTED); in wait_for_response()
1036 struct mid_q_entry *midQ[MAX_COMPOUND]; in compound_send_recv() local
1098 midQ[i] = server->ops->setup_request(ses, server, &rqst[i]); in compound_send_recv()
1099 if (IS_ERR(midQ[i])) { in compound_send_recv()
1102 cifs_delete_mid(midQ[j]); in compound_send_recv()
1108 return PTR_ERR(midQ[i]); in compound_send_recv()
1111 midQ[i]->mid_state = MID_REQUEST_SUBMITTED; in compound_send_recv()
1112 midQ[i]->optype = optype; in compound_send_recv()
1119 midQ[ in compound_send_recv()
1304 struct mid_q_entry *midQ; SendReceive() local
1440 struct mid_q_entry *midQ; SendReceiveBlockingLock() local
[all...]
/kernel/linux/linux-6.6/fs/smb/client/
H A Dtransport.c736 wait_for_response(struct TCP_Server_Info *server, struct mid_q_entry *midQ) in wait_for_response() argument
741 midQ->mid_state != MID_REQUEST_SUBMITTED && in wait_for_response()
742 midQ->mid_state != MID_RESPONSE_RECEIVED, in wait_for_response()
1072 struct mid_q_entry *midQ[MAX_COMPOUND]; in compound_send_recv() local
1138 midQ[i] = server->ops->setup_request(ses, server, &rqst[i]); in compound_send_recv()
1139 if (IS_ERR(midQ[i])) { in compound_send_recv()
1142 delete_mid(midQ[j]); in compound_send_recv()
1148 return PTR_ERR(midQ[i]); in compound_send_recv()
1151 midQ[i]->mid_state = MID_REQUEST_SUBMITTED; in compound_send_recv()
1152 midQ[ in compound_send_recv()
1354 struct mid_q_entry *midQ; SendReceive() local
1495 struct mid_q_entry *midQ; SendReceiveBlockingLock() local
[all...]

Completed in 4 milliseconds