Home
last modified time | relevance | path

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

/external/fio/
Dfilelock.c18 struct fio_filelock { struct
32 struct fio_filelock ffs[MAX_FILELOCKS]; argument
35 static void put_filelock(struct fio_filelock *ff) in put_filelock()
40 static struct fio_filelock *__get_filelock(void) in __get_filelock()
42 struct fio_filelock *ff; in __get_filelock()
47 ff = flist_first_entry(&fld->free_list, struct fio_filelock, list); in __get_filelock()
52 static struct fio_filelock *get_filelock(int trylock, int *retry) in get_filelock()
54 struct fio_filelock *ff; in get_filelock()
85 struct fio_filelock *ff = &fld->ffs[i]; in fio_filelock_init()
107 struct fio_filelock *ff; in fio_filelock_exit()
[all …]