OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_next_file
(Results
1 - 2
of
2
) sorted by null
/external/fio/
profile.h
15
struct fio_file *(*
get_next_file
)(struct thread_data *);
member in struct:prof_io_ops
io_u.c
1067
dprint(FD_FILE, "
get_next_file
: nr_open=%d, nr_done=%d,"
1095
dprint(FD_FILE, "
get_next_file
: %p [%s]\n", f, f->file_name);
1097
dprint(FD_FILE, "
get_next_file
: NULL\n");
1101
static struct fio_file *
get_next_file
(struct thread_data *td)
function
1106
if (ops->
get_next_file
)
1107
return ops->
get_next_file
(td);
1118
f =
get_next_file
(td);
[
all
...]
Completed in 50 milliseconds