Searched refs:blktrace_lookup_device (Results 1 – 4 of 4) sorted by relevance
/external/fio/oslib/ |
D | linux-dev-lookup.c | 10 int blktrace_lookup_device(const char *redirect, char *path, unsigned int maj, in blktrace_lookup_device() function 35 found = blktrace_lookup_device(redirect, full_path, in blktrace_lookup_device()
|
D | linux-dev-lookup.h | 4 int blktrace_lookup_device(const char *redirect, char *path, unsigned int maj,
|
/external/fio/ |
D | blktrace.c | 179 if (blktrace_lookup_device(td->o.replay_redirect, dev, maj, min)) { in trace_add_file()
|
/external/fio/t/ |
D | btrace2fio.c | 300 if (!blktrace_lookup_device(NULL, dev, maj, min)) { in btrace_add_file()
|