Home | History | Annotate | Download | only in fio

Lines Matching full:fio_filelock

18 struct fio_filelock {
32 struct fio_filelock ffs[MAX_FILELOCKS];
35 static void put_filelock(struct fio_filelock *ff)
40 static struct fio_filelock *__get_filelock(void)
42 struct fio_filelock *ff;
47 ff = flist_first_entry(&fld->free_list, struct fio_filelock, list);
52 static struct fio_filelock *get_filelock(int trylock, int *retry)
54 struct fio_filelock *ff;
85 struct fio_filelock *ff = &fld->ffs[i];
107 struct fio_filelock *ff;
109 ff = flist_first_entry(&fld->free_list, struct fio_filelock, list);
119 static struct fio_filelock *fio_hash_find(uint32_t hash)
122 struct fio_filelock *ff;
125 ff = flist_entry(entry, struct fio_filelock, list);
133 static struct fio_filelock *fio_hash_get(uint32_t hash, int trylock)
135 struct fio_filelock *ff;
151 struct fio_filelock *__ff;
170 struct fio_filelock *ff;
227 struct fio_filelock *ff;