Searched refs:fio_send_cmd_ext_pdu (Results 1 – 1 of 1) sorted by relevance
/external/fio/ |
D | server.c | 1235 static int fio_send_cmd_ext_pdu(int sk, uint16_t opcode, const void *buf, in fio_send_cmd_ext_pdu() function 1294 ret = fio_send_cmd_ext_pdu(server_fd, FIO_NET_CMD_IOLOG, in fio_send_iolog_gz() 1339 ret = fio_send_cmd_ext_pdu(server_fd, FIO_NET_CMD_IOLOG, &pdu, in fio_send_iolog() 1350 return fio_send_cmd_ext_pdu(server_fd, FIO_NET_CMD_IOLOG, log->log, in fio_send_iolog()
|