Searched refs:open_file (Results 1 – 25 of 29) sorted by relevance
12
/external/fio/engines/ |
D | falloc.c | 26 static int open_file(struct thread_data *td, struct fio_file *f) in open_file() function 100 .open_file = open_file,
|
D | fusion-aw.c | 81 static int open_file(struct thread_data *td, struct fio_file *f) in open_file() function 169 .open_file = open_file,
|
D | sync.c | 330 .open_file = generic_open_file, 340 .open_file = generic_open_file, 355 .open_file = generic_open_file, 368 .open_file = generic_open_file,
|
D | null.c | 121 .open_file = fio_null_open, 154 ioengine->open_file = fio_null_open; in get_ioengine()
|
D | skeleton_external.c | 141 .open_file = fio_skeleton_open,
|
D | cpu.c | 107 .open_file = fio_cpuio_open,
|
D | glusterfs_sync.c | 81 .open_file = fio_gf_open_file,
|
D | glusterfs_async.c | 170 .open_file = fio_gf_open_file,
|
D | e4defrag.c | 192 .open_file = generic_open_file,
|
D | libhdfs.c | 226 .open_file = fio_hdfsio_open_file,
|
D | solarisaio.c | 221 .open_file = generic_open_file,
|
D | posixaio.c | 253 .open_file = generic_open_file,
|
D | mmap.c | 271 .open_file = fio_mmapio_open_file,
|
D | splice.c | 297 .open_file = generic_open_file,
|
D | guasi.c | 255 .open_file = generic_open_file,
|
D | libaio.c | 372 .open_file = generic_open_file,
|
D | binject.c | 422 .open_file = fio_binject_open_file,
|
D | windowsaio.c | 438 .open_file = fio_windowsaio_open_file,
|
D | sg.c | 411 .open_file = fio_sgio_open,
|
D | rbd.c | 537 .open_file = fio_rbd_open,
|
/external/boringssl/src/crypto/bio/ |
D | file.c | 90 static FILE *open_file(const char *filename, const char *mode) { in open_file() function 130 file = open_file(filename, mode); in BIO_new_file() 260 fp = open_file(ptr, p); in file_ctrl()
|
/external/elfutils/src/src/ |
D | elfcmp.c | 42 static Elf *open_file (const char *fname, int *fdp, Ebl **eblp); 164 Elf *elf1 = open_file (fname1, &fd1, &ebl1); in main() 169 Elf *elf2 = open_file (fname2, &fd2, &ebl2); in main() 719 open_file (const char *fname, int *fdp, Ebl **eblp) in open_file() function
|
/external/fio/ |
D | ioengine.h | 144 int (*open_file)(struct thread_data *, struct fio_file *); member
|
D | filesetup.c | 212 if (td->io_ops->open_file(td, f)) { in pre_read_file() 290 if (td->io_ops->open_file(td, f)) { in bdev_size() 321 if (td->io_ops->open_file(td, f)) { in char_size()
|
/external/libpng/ |
D | example.c | 269 #ifdef open_file /* prototype 1 */
|
12