OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:td_io_get_file_size
(Results
1 - 3
of
3
) sorted by null
/external/fio/
ioengine.h
190
extern int __must_check
td_io_get_file_size
(struct thread_data *, struct fio_file *);
ioengines.c
524
int
td_io_get_file_size
(struct thread_data *td, struct fio_file *f)
function
filesetup.c
184
if (
td_io_get_file_size
(td, f))
648
if (
td_io_get_file_size
(td, f)) {
Completed in 224 milliseconds