• Home
  • Raw
  • Download

Lines Matching full:operations

132 			  head->operations.command);  in hmdfs_sendmessage()
138 head->operations.command); in hmdfs_sendmessage()
150 node->device_id, head->operations.command); in hmdfs_sendmessage()
167 node->device_id, head->operations.command); in hmdfs_sendmessage()
192 statistic_con_sb_dirty(node, &head->operations); in hmdfs_sendmessage()
194 if (head->operations.cmd_flag == C_REQUEST) in hmdfs_sendmessage()
196 head->operations.command, ret); in hmdfs_sendmessage()
197 else if (head->operations.cmd_flag == C_RESPONSE) in hmdfs_sendmessage()
199 head->operations.command, ret); in hmdfs_sendmessage()
214 head.operations = cmd->operations; in hmdfs_sendmessage_response()
215 head.operations.cmd_flag = C_RESPONSE; in hmdfs_sendmessage_response()
263 mp->req.operations.command, in async_request_cb_on_wakeup_fn()
266 cbs = g_async_req_callbacks[mp->req.operations.command]; in async_request_cb_on_wakeup_fn()
320 timeout = get_cmd_timeout(peer->sbi, req->operations.command); in hmdfs_send_async_request()
325 req->operations.command); in hmdfs_send_async_request()
338 head.operations = mp->req.operations; in hmdfs_send_async_request()
404 get_cmd_timeout(con->sbi, sm->operations.command); in hmdfs_sendmessage_request()
415 sm->operations.command); in hmdfs_sendmessage_request()
429 head->operations = sm->operations; in hmdfs_sendmessage_request()
448 if (sm->operations.command == F_ITERATE) in hmdfs_sendmessage_request()
470 if (sm->operations.command == F_ITERATE) { in hmdfs_sendmessage_request()
482 if (sm->operations.command == F_ITERATE) in hmdfs_sendmessage_request()
488 head->operations.command); in hmdfs_sendmessage_request()
489 if (sm->operations.command == F_ITERATE) in hmdfs_sendmessage_request()
492 hmdfs_client_resp_statis(con->sbi, sm->operations.command, in hmdfs_sendmessage_request()
528 head.operations = cmd->operations; in hmdfs_send_slice()
529 head.operations.cmd_flag = C_RESPONSE; in hmdfs_send_slice()
642 timeout = get_cmd_timeout(con->sbi, sm->operations.command); in hmdfs_sendpage_request()
645 sm->operations.command); in hmdfs_sendpage_request()
658 head.operations = sm->operations; in hmdfs_sendpage_request()
733 s_recv_callbacks[head->operations.command](con, head, buf); in hmdfs_request_handle_sync()
734 hmdfs_statistic(con->sbi, head->operations.command, jiffies - start); in hmdfs_request_handle_sync()
815 if (head->operations.command >= F_SIZE || in hmdfs_request_recv()
816 !s_recv_callbacks[head->operations.command]) { in hmdfs_request_recv()
819 head->operations.command); in hmdfs_request_recv()
823 switch (head->operations.command) { in hmdfs_request_recv()
853 head->operations.command); in hmdfs_request_recv()
909 u8 cmd = desp->head->operations.command; in hmdfs_file_response_work_fn()
964 u8 cmd = head->operations.command; in hmdfs_response_handle_sync()
1019 __u16 command = head->operations.command; in hmdfs_response_recv()
1027 switch (head->operations.command) { in hmdfs_response_recv()
1057 head->operations.command); in hmdfs_response_recv()
1075 switch (hmdfs_head->operations.cmd_flag) { in hmdfs_recv_mesg_callback()
1088 hmdfs_head->operations.cmd_flag); in hmdfs_recv_mesg_callback()
1102 mp->head.msg_id, mp->req.operations.command); in hmdfs_wakeup_parasite()