Home
last modified time | relevance | path

Searched refs:fio_client_ops (Results 1 – 4 of 4) sorted by relevance

/external/fio/
Dfio.c50 return fio_handle_clients(&fio_client_ops); in main()
Dclient.h106 extern struct client_ops fio_client_ops;
Dclient.c36 struct client_ops fio_client_ops = { variable
Dinit.c2232 if (fio_client_add(&fio_client_ops, optarg, &cur_client)) { in parse_cmd_line()