Searched refs:mid_q_entry (Results 1 – 7 of 7) sorted by relevance
| /linux/fs/smb/client/ |
| H A D | cifsproto.h | 84 void delete_mid(struct TCP_Server_Info *server, struct mid_q_entry *mid); 86 struct mid_q_entry *midEntry); 88 struct mid_q_entry *mid); 90 struct mid_q_entry *mid); 108 int cifs_sync_mid_result(struct mid_q_entry *mid, 119 struct smb_rqst *rqst, struct mid_q_entry *mid, in send_cancel() 126 int wait_for_response(struct TCP_Server_Info *server, struct mid_q_entry *mid); 226 void dequeue_mid(struct TCP_Server_Info *server, struct mid_q_entry *mid, 338 struct mid_q_entry *mid); 475 static inline void smb_get_mid(struct mid_q_entry *mid) in smb_get_mid() [all …]
|
| H A D | cifsglob.h | 295 struct mid_q_entry; 313 struct smb_rqst *rqst, struct mid_q_entry *mid, 317 struct mid_q_entry *(*setup_request)(struct cifs_ses *, 321 struct mid_q_entry *(*setup_async_request)(struct TCP_Server_Info *, 324 int (*check_receive)(struct mid_q_entry *, struct TCP_Server_Info *, 331 unsigned int (*get_credits)(struct mid_q_entry *); 348 struct mid_q_entry *(*find_mid)(struct TCP_Server_Info *server, char *buf); 357 int (*handle_cancelled_mid)(struct mid_q_entry *, struct TCP_Server_Info *); 362 bool (*check_trans2)(struct mid_q_entry *, struct TCP_Server_Info *, 599 struct mid_q_entry **, char **, int *); [all …]
|
| H A D | transport.c | 34 cifs_wake_up_task(struct TCP_Server_Info *server, struct mid_q_entry *mid) in cifs_wake_up_task() 41 void __release_mid(struct TCP_Server_Info *server, struct mid_q_entry *midEntry) in __release_mid() 119 delete_mid(struct TCP_Server_Info *server, struct mid_q_entry *mid) in delete_mid() 640 int wait_for_response(struct TCP_Server_Info *server, struct mid_q_entry *mid) in wait_for_response() 669 struct mid_q_entry *mid; in cifs_call_async() 739 int cifs_sync_mid_result(struct mid_q_entry *mid, struct TCP_Server_Info *server) in cifs_sync_mid_result() 782 cifs_compound_callback(struct TCP_Server_Info *server, struct mid_q_entry *mid) in cifs_compound_callback() 796 cifs_compound_last_callback(struct TCP_Server_Info *server, struct mid_q_entry *mid) in cifs_compound_last_callback() 803 cifs_cancelled_callback(struct TCP_Server_Info *server, struct mid_q_entry *mid) in cifs_cancelled_callback() 869 struct mid_q_entry *mid[MAX_COMPOUND]; in compound_send_recv() [all …]
|
| H A D | smb2proto.h | 41 int smb2_check_receive(struct mid_q_entry *mid, struct TCP_Server_Info *server, 43 struct mid_q_entry *smb2_setup_request(struct cifs_ses *ses, 46 struct mid_q_entry *smb2_setup_async_request(struct TCP_Server_Info *server, 53 struct mid_q_entry *mid); 229 int smb2_handle_cancelled_mid(struct mid_q_entry *mid,
|
| H A D | smb1maperror.c | 178 struct mid_q_entry *mid, bool logErr) in map_and_check_smb_error()
|
| H A D | smb2misc.c | 882 smb2_handle_cancelled_mid(struct mid_q_entry *mid, struct TCP_Server_Info *server) in smb2_handle_cancelled_mid()
|
| H A D | smb2pdu.c | 4213 smb2_echo_callback(struct TCP_Server_Info *server, struct mid_q_entry *mid) in smb2_echo_callback() 4653 smb2_readv_callback(struct TCP_Server_Info *server, struct mid_q_entry *mid) in smb2_readv_callback() 4993 smb2_writev_callback(struct TCP_Server_Info *server, struct mid_q_entry *mid) in smb2_writev_callback()
|