• Home
  • Raw
  • Download

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()
419 sm->operations.command); in hmdfs_sendmessage_request()
433 head->operations = sm->operations; in hmdfs_sendmessage_request()
452 if (sm->operations.command == F_ITERATE) in hmdfs_sendmessage_request()
474 if (sm->operations.command == F_ITERATE) { in hmdfs_sendmessage_request()
486 if (sm->operations.command == F_ITERATE) in hmdfs_sendmessage_request()
492 head->operations.command); in hmdfs_sendmessage_request()
493 if (sm->operations.command == F_ITERATE) in hmdfs_sendmessage_request()
496 hmdfs_client_resp_statis(con->sbi, sm->operations.command, in hmdfs_sendmessage_request()
532 head.operations = cmd->operations; in hmdfs_send_slice()
533 head.operations.cmd_flag = C_RESPONSE; in hmdfs_send_slice()
647 timeout = get_cmd_timeout(con->sbi, sm->operations.command); in hmdfs_sendpage_request()
650 sm->operations.command); in hmdfs_sendpage_request()
663 head.operations = sm->operations; in hmdfs_sendpage_request()
738 s_recv_callbacks[head->operations.command](con, head, buf); in hmdfs_request_handle_sync()
739 hmdfs_statistic(con->sbi, head->operations.command, jiffies - start); in hmdfs_request_handle_sync()
820 if (head->operations.command >= F_SIZE || in hmdfs_request_recv()
821 !s_recv_callbacks[head->operations.command]) { in hmdfs_request_recv()
824 head->operations.command); in hmdfs_request_recv()
828 switch (head->operations.command) { in hmdfs_request_recv()
860 head->operations.command); in hmdfs_request_recv()
916 u8 cmd = desp->head->operations.command; in hmdfs_file_response_work_fn()
971 u8 cmd = head->operations.command; in hmdfs_response_handle_sync()
1026 __u16 command = head->operations.command; in hmdfs_response_recv()
1034 switch (head->operations.command) { in hmdfs_response_recv()
1064 head->operations.command); in hmdfs_response_recv()
1082 switch (hmdfs_head->operations.cmd_flag) { in hmdfs_recv_mesg_callback()
1095 hmdfs_head->operations.cmd_flag); in hmdfs_recv_mesg_callback()
1108 if (head->operations.command == F_READPAGE) in hmdfs_recv_page_callback()
1116 /* remote device operations */
1146 mp->head.msg_id, mp->req.operations.command); in hmdfs_wakeup_parasite()