Lines Matching refs:fio_net_cmd
28 static void handle_du(struct fio_client *client, struct fio_net_cmd *cmd);
29 static void handle_ts(struct fio_client *client, struct fio_net_cmd *cmd);
30 static void handle_gs(struct fio_client *client, struct fio_net_cmd *cmd);
31 static void handle_probe(struct fio_client *client, struct fio_net_cmd *cmd);
32 static void handle_text(struct fio_client *client, struct fio_net_cmd *cmd);
33 static void handle_stop(struct fio_client *client, struct fio_net_cmd *cmd);
34 static void handle_start(struct fio_client *client, struct fio_net_cmd *cmd);
924 static void handle_ts(struct fio_client *client, struct fio_net_cmd *cmd)
957 static void handle_gs(struct fio_client *client, struct fio_net_cmd *cmd)
964 static void handle_text(struct fio_client *client, struct fio_net_cmd *cmd)
1013 static void handle_du(struct fio_client *client, struct fio_net_cmd *cmd)
1098 static void remove_reply_cmd(struct fio_client *client, struct fio_net_cmd *cmd)
1146 static void handle_eta(struct fio_client *client, struct fio_net_cmd *cmd)
1165 static void handle_probe(struct fio_client *client, struct fio_net_cmd *cmd)
1190 static void handle_start(struct fio_client *client, struct fio_net_cmd *cmd)
1201 static void handle_stop(struct fio_client *client, struct fio_net_cmd *cmd)
1207 static void convert_stop(struct fio_net_cmd *cmd)
1214 static void convert_text(struct fio_net_cmd *cmd)
1224 static struct cmd_iolog_pdu *convert_iolog_gz(struct fio_net_cmd *cmd,
1294 static struct cmd_iolog_pdu *convert_iolog(struct fio_net_cmd *cmd)
1388 struct fio_net_cmd *cmd;