Home
last modified time | relevance | path

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

/external/fio/
Dfilelock.c168 static bool __fio_lock_file(const char *fname, int trylock) in __fio_lock_file() function
217 return __fio_lock_file(fname, 1); in fio_trylock_file()
222 __fio_lock_file(fname, 0); in fio_lock_file()