Home
last modified time | relevance | path

Searched refs:get_fileno (Results 1 – 3 of 3) sorted by relevance

/external/fio/
Dfile.h189 extern int get_fileno(struct thread_data *, const char *);
Diolog.c377 fileno = get_fileno(td, fname); in read_iolog2()
385 fileno = get_fileno(td, fname); in read_iolog2()
388 fileno = get_fileno(td, fname); in read_iolog2()
Dfilesetup.c1513 int get_fileno(struct thread_data *td, const char *fname) in get_fileno() function