Searched refs:get_fileno (Results 1 – 3 of 3) sorted by relevance
189 extern int get_fileno(struct thread_data *, const char *);
377 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()
1513 int get_fileno(struct thread_data *td, const char *fname) in get_fileno() function