HomeSort by relevance Sort by last modified time
    Searched refs:fio_file (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/fio/
filehash.h 8 extern struct fio_file *lookup_file_hash(const char *);
9 extern struct fio_file *add_file_hash(struct fio_file *);
10 extern void remove_file_hash(struct fio_file *);
ioengines.h 35 int (*open_file)(struct thread_data *, struct fio_file *);
36 int (*close_file)(struct thread_data *, struct fio_file *);
37 int (*invalidate)(struct thread_data *, struct fio_file *);
38 int (*unlink_file)(struct thread_data *, struct fio_file *);
39 int (*get_file_size)(struct thread_data *, struct fio_file *);
77 extern int __must_check td_io_open_file(struct thread_data *, struct fio_file *);
78 extern int td_io_close_file(struct thread_data *, struct fio_file *);
79 extern int td_io_unlink_file(struct thread_data *, struct fio_file *);
80 extern int __must_check td_io_get_file_size(struct thread_data *, struct fio_file *);
file.h 72 struct fio_file { struct
157 static inline void fio_file_set_##name(struct fio_file *f) \
161 static inline void fio_file_clear_##name(struct fio_file *f) \
165 static inline int fio_file_##name(struct fio_file *f) \
187 extern uint64_t get_start_offset(struct thread_data *, struct fio_file *);
189 extern int __must_check file_invalidate_cache(struct thread_data *, struct fio_file *);
190 extern int __must_check generic_open_file(struct thread_data *, struct fio_file *);
191 extern int __must_check generic_close_file(struct thread_data *, struct fio_file *);
192 extern int __must_check generic_get_file_size(struct thread_data *, struct fio_file *);
193 extern int __must_check file_lookup_open(struct fio_file *f, int flags)
    [all...]
filehash.c 39 void remove_file_hash(struct fio_file *f)
52 static struct fio_file *__lookup_file_hash(const char *name)
58 struct fio_file *f = flist_entry(n, struct fio_file, hash_list);
72 struct fio_file *lookup_file_hash(const char *name)
74 struct fio_file *f;
82 struct fio_file *add_file_hash(struct fio_file *f)
84 struct fio_file *alias;
profile.h 15 struct fio_file *(*get_next_file)(struct thread_data *);
filesetup.c 44 static int extend_file(struct thread_data *td, struct fio_file *f)
231 static int pre_read_file(struct thread_data *td, struct fio_file *f)
315 static int file_size(struct thread_data *td, struct fio_file *f)
328 static int bdev_size(struct thread_data *td, struct fio_file *f)
358 static int char_size(struct thread_data *td, struct fio_file *f)
393 static int get_file_size(struct thread_data *td, struct fio_file *f)
445 static int __file_invalidate_cache(struct thread_data *td, struct fio_file *f,
522 int file_invalidate_cache(struct thread_data *td, struct fio_file *f)
530 int generic_close_file(struct thread_data fio_unused *td, struct fio_file *f)
552 int file_lookup_open(struct fio_file *f, int flags
    [all...]
io_u.h 37 struct fio_file *file;
153 struct fio_file *f = io_u->file;
io_u.c 30 static bool random_map_free(struct fio_file *f, const uint64_t block)
41 struct fio_file *f = io_u->file;
55 static uint64_t last_block(struct thread_data *td, struct fio_file *f,
89 static int __get_next_rand_offset(struct thread_data *td, struct fio_file *f,
137 struct fio_file *f, enum fio_ddir ddir,
145 struct fio_file *f, enum fio_ddir ddir,
153 struct fio_file *f, enum fio_ddir ddir,
161 struct fio_file *f, enum fio_ddir ddir,
233 static int get_off_from_method(struct thread_data *td, struct fio_file *f,
288 static int get_next_rand_offset(struct thread_data *td, struct fio_file *f
    [all...]
  /external/fio/engines/
gfapi.h 19 extern int fio_gf_get_file_size(struct thread_data *td, struct fio_file *f);
20 extern int fio_gf_open_file(struct thread_data *td, struct fio_file *f);
21 extern int fio_gf_close_file(struct thread_data *td, struct fio_file *f);
22 extern int fio_gf_unlink_file(struct thread_data *td, struct fio_file *f);
skeleton_external.c 114 static int fio_skeleton_open(struct thread_data *td, struct fio_file *f)
122 static int fio_skeleton_close(struct thread_data *td, struct fio_file *f)
dev-dax.c 72 static int fio_devdax_file(struct thread_data *td, struct fio_file *f,
105 struct fio_file *f = io_u->file;
127 struct fio_file *f = io_u->file;
152 struct fio_file *f = io_u->file;
224 static int fio_devdax_open_file(struct thread_data *td, struct fio_file *f)
245 static int fio_devdax_close_file(struct thread_data *td, struct fio_file *f)
257 fio_devdax_get_file_size(struct thread_data *td, struct fio_file *f)
mmap.c 30 static int fio_mmap_file(struct thread_data *td, struct fio_file *f,
86 struct fio_file *f = io_u->file;
108 struct fio_file *f = io_u->file;
132 struct fio_file *f = io_u->file;
167 struct fio_file *f = io_u->file;
221 static int fio_mmapio_open_file(struct thread_data *td, struct fio_file *f)
241 static int fio_mmapio_close_file(struct thread_data *td, struct fio_file *f)
ftruncate.c 22 struct fio_file *f = io_u->file;
falloc.c 26 static int open_file(struct thread_data *td, struct fio_file *f)
75 struct fio_file *f = io_u->file;
glusterfs.c 106 int fio_gf_get_file_size(struct thread_data *td, struct fio_file *f)
133 int fio_gf_open_file(struct thread_data *td, struct fio_file *f)
268 int fio_gf_close_file(struct thread_data *td, struct fio_file *f)
284 int fio_gf_unlink_file(struct thread_data *td, struct fio_file *f)
mtd.c 56 struct fio_file *f = io_u->file;
129 static int fio_mtd_open_file(struct thread_data *td, struct fio_file *f)
161 static int fio_mtd_close_file(struct thread_data *td, struct fio_file *f)
171 static int fio_mtd_get_file_size(struct thread_data *td, struct fio_file *f)
sync.c 31 struct fio_file *last_file;
59 struct fio_file *f = io_u->file;
102 struct fio_file *f = io_u->file;
130 struct fio_file *f = io_u->file;
158 struct fio_file *f = io_u->file;
178 struct fio_file *f = io_u->file;
330 struct fio_file *f;
  /external/fio/os/
os-aix.h 22 static inline int blockdev_invalidate_cache(struct fio_file *f)
27 static inline int blockdev_size(struct fio_file *f, unsigned long long *bytes)
os-hpux.h 44 static inline int blockdev_invalidate_cache(struct fio_file *f)
49 static inline int blockdev_size(struct fio_file *f, unsigned long long *bytes)
65 static inline int chardev_size(struct fio_file *f, unsigned long long *bytes)
os-mac.h 50 static inline int blockdev_size(struct fio_file *f, unsigned long long *bytes)
65 static inline int chardev_size(struct fio_file *f, unsigned long long *bytes)
78 static inline int blockdev_invalidate_cache(struct fio_file *f)
os-netbsd.h 42 static inline int blockdev_size(struct fio_file *f, unsigned long long *bytes)
55 static inline int blockdev_invalidate_cache(struct fio_file *f)
os-freebsd.h 65 static inline int blockdev_size(struct fio_file *f, unsigned long long *bytes)
78 static inline int chardev_size(struct fio_file *f, unsigned long long *bytes)
83 static inline int blockdev_invalidate_cache(struct fio_file *f)
os-openbsd.h 42 static inline int blockdev_size(struct fio_file *f, unsigned long long *bytes)
55 static inline int blockdev_invalidate_cache(struct fio_file *f)
os-dragonfly.h 167 static inline int blockdev_size(struct fio_file *f, unsigned long long *bytes)
180 static inline int chardev_size(struct fio_file *f, unsigned long long *bytes)
185 static inline int blockdev_invalidate_cache(struct fio_file *f)
os-solaris.h 48 static inline int chardev_size(struct fio_file *f, unsigned long long *bytes)
61 static inline int blockdev_invalidate_cache(struct fio_file *f)

Completed in 779 milliseconds

1 2 3