| D | socket_adapter.c | 100 struct hmdfs_cmd operations) in msg_init() argument 105 ret = hmdfs_alloc_msg_idr(con, MSG_IDR_MESSAGE_SYNC, msg_wq, operations); in msg_init() 133 head->operations.command); in hmdfs_sendmessage() 139 head->operations.command); in hmdfs_sendmessage() 151 node->device_id, head->operations.command); in hmdfs_sendmessage() 168 node->device_id, head->operations.command); in hmdfs_sendmessage() 193 statistic_con_sb_dirty(node, &head->operations); in hmdfs_sendmessage() 195 if (head->operations.cmd_flag == C_REQUEST) in hmdfs_sendmessage() 197 head->operations.command, ret); in hmdfs_sendmessage() 198 else if (head->operations.cmd_flag == C_RESPONSE) in hmdfs_sendmessage() [all …]
|