Lines Matching full:operations
134 head->operations.command); in hmdfs_sendmessage()
140 head->operations.command); in hmdfs_sendmessage()
152 node->device_id, head->operations.command); in hmdfs_sendmessage()
169 node->device_id, head->operations.command); in hmdfs_sendmessage()
194 statistic_con_sb_dirty(node, &head->operations); in hmdfs_sendmessage()
197 head->operations.cmd_flag == C_REQUEST) in hmdfs_sendmessage()
199 head->operations.command, ret); in hmdfs_sendmessage()
201 head->operations.cmd_flag == C_RESPONSE) in hmdfs_sendmessage()
203 head->operations.command, ret); in hmdfs_sendmessage()
218 head.operations = cmd->operations; in hmdfs_sendmessage_response()
219 head.operations.cmd_flag = C_RESPONSE; in hmdfs_sendmessage_response()
267 mp->req.operations.command, in async_request_cb_on_wakeup_fn()
270 cbs = g_async_req_callbacks[mp->req.operations.command]; in async_request_cb_on_wakeup_fn()
324 timeout = get_cmd_timeout(peer->sbi, req->operations.command); in hmdfs_send_async_request()
329 req->operations.command); in hmdfs_send_async_request()
342 head.operations = mp->req.operations; in hmdfs_send_async_request()
408 get_cmd_timeout(con->sbi, sm->operations.command); in hmdfs_sendmessage_request()
417 sm->operations.command); in hmdfs_sendmessage_request()
428 head->operations = sm->operations; in hmdfs_sendmessage_request()
447 if (sm->operations.command == F_ITERATE) in hmdfs_sendmessage_request()
469 if (sm->operations.command == F_ITERATE) { in hmdfs_sendmessage_request()
481 if (sm->operations.command == F_ITERATE) in hmdfs_sendmessage_request()
487 head->operations.command); in hmdfs_sendmessage_request()
488 if (sm->operations.command == F_ITERATE) in hmdfs_sendmessage_request()
491 hmdfs_client_resp_statis(con->sbi, sm->operations.command, in hmdfs_sendmessage_request()
521 head.operations = cmd->operations; in hmdfs_send_slice()
522 head.operations.cmd_flag = C_RESPONSE; in hmdfs_send_slice()
636 timeout = get_cmd_timeout(con->sbi, sm->operations.command); in hmdfs_sendpage_request()
639 sm->operations.command); in hmdfs_sendpage_request()
652 head.operations = sm->operations; in hmdfs_sendpage_request()
727 s_recv_callbacks[head->operations.command](con, head, buf); in hmdfs_request_handle_sync()
728 hmdfs_statistic(con->sbi, head->operations.command, jiffies - start); in hmdfs_request_handle_sync()
809 if (head->operations.command >= F_SIZE || in hmdfs_request_recv()
810 !s_recv_callbacks[head->operations.command]) { in hmdfs_request_recv()
813 head->operations.command); in hmdfs_request_recv()
817 switch (head->operations.command) { in hmdfs_request_recv()
849 head->operations.command); in hmdfs_request_recv()
905 u8 cmd = desp->head->operations.command; in hmdfs_file_response_work_fn()
960 u8 cmd = head->operations.command; in hmdfs_response_handle_sync()
1015 __u16 command = head->operations.command; in hmdfs_response_recv()
1023 switch (head->operations.command) { in hmdfs_response_recv()
1053 head->operations.command); in hmdfs_response_recv()
1071 switch (hmdfs_head->operations.cmd_flag) { in hmdfs_recv_mesg_callback()
1084 hmdfs_head->operations.cmd_flag); in hmdfs_recv_mesg_callback()
1097 if (head->operations.command == F_READPAGE) in hmdfs_recv_page_callback()
1105 /* remote device operations */
1135 mp->head.msg_id, mp->req.operations.command); in hmdfs_wakeup_parasite()