Lines Matching defs:command

119 	if (op->command == F_WRITEPAGE && op->cmd_flag == C_REQUEST)
133 head->operations.command);
139 head->operations.command);
151 node->device_id, head->operations.command);
168 node->device_id, head->operations.command);
197 head->operations.command, ret);
200 head->operations.command, ret);
264 mp->req.operations.command,
267 cbs = g_async_req_callbacks[mp->req.operations.command];
322 timeout = get_cmd_timeout(peer->sbi, req->operations.command);
327 req->operations.command);
406 get_cmd_timeout(con->sbi, sm->operations.command);
417 sm->operations.command);
450 if (sm->operations.command == F_ITERATE)
472 if (sm->operations.command == F_ITERATE) {
484 if (sm->operations.command == F_ITERATE)
490 head->operations.command);
491 if (sm->operations.command == F_ITERATE)
494 hmdfs_client_resp_statis(con->sbi, sm->operations.command,
644 timeout = get_cmd_timeout(con->sbi, sm->operations.command);
647 sm->operations.command);
735 s_recv_callbacks[head->operations.command](con, head, buf);
736 hmdfs_statistic(con->sbi, head->operations.command, jiffies - start);
817 if (head->operations.command >= F_SIZE ||
818 !s_recv_callbacks[head->operations.command]) {
820 hmdfs_err("NULL callback, command %d",
821 head->operations.command);
825 switch (head->operations.command) {
854 hmdfs_err("Fatal! Unexpected request command %d",
855 head->operations.command);
916 u8 cmd = desp->head->operations.command;
971 u8 cmd = head->operations.command;
1026 __u16 command = head->operations.command;
1029 if (command >= F_SIZE) {
1034 switch (head->operations.command) {
1063 hmdfs_err("Fatal! Unexpected response command %d",
1064 head->operations.command);
1109 mp->head.msg_id, mp->req.operations.command);