Lines Matching refs:operations

100 		    struct hmdfs_cmd operations)
105 ret = hmdfs_alloc_msg_idr(con, MSG_IDR_MESSAGE_SYNC, msg_wq, operations);
133 head->operations.command);
139 head->operations.command);
151 node->device_id, head->operations.command);
168 node->device_id, head->operations.command);
193 statistic_con_sb_dirty(node, &head->operations);
195 if (head->operations.cmd_flag == C_REQUEST)
197 head->operations.command, ret);
198 else if (head->operations.cmd_flag == C_RESPONSE)
200 head->operations.command, ret);
215 head.operations = cmd->operations;
216 head.operations.cmd_flag = C_RESPONSE;
264 mp->req.operations.command,
267 cbs = g_async_req_callbacks[mp->req.operations.command];
284 req->operations);
322 timeout = get_cmd_timeout(peer->sbi, req->operations.command);
327 req->operations.command);
340 head.operations = mp->req.operations;
406 get_cmd_timeout(con->sbi, sm->operations.command);
417 sm->operations.command);
431 head->operations = sm->operations;
442 ret = msg_init(con, msg_wq, sm->operations);
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,
530 head.operations = cmd->operations;
531 head.operations.cmd_flag = C_RESPONSE;
644 timeout = get_cmd_timeout(con->sbi, sm->operations.command);
647 sm->operations.command);
660 head.operations = sm->operations;
679 ret = hmdfs_alloc_msg_idr(con, MSG_IDR_PAGE, async_work, sm->operations);
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]) {
821 head->operations.command);
825 switch (head->operations.command) {
855 head->operations.command);
916 u8 cmd = desp->head->operations.command;
921 le32_to_cpu(desp->head->msg_id), desp->head->operations);
971 u8 cmd = head->operations.command;
973 msg_head = hmdfs_find_msg_head(con, msg_id, head->operations);
1026 __u16 command = head->operations.command;
1034 switch (head->operations.command) {
1064 head->operations.command);
1082 switch (hmdfs_head->operations.cmd_flag) {
1095 hmdfs_head->operations.cmd_flag);
1109 mp->head.msg_id, mp->req.operations.command);