Home
last modified time | relevance | path

Searched refs:open_file (Results 1 – 25 of 29) sorted by relevance

12

/external/fio/engines/
Dfalloc.c26 static int open_file(struct thread_data *td, struct fio_file *f) in open_file() function
100 .open_file = open_file,
Dfusion-aw.c81 static int open_file(struct thread_data *td, struct fio_file *f) in open_file() function
169 .open_file = open_file,
Dsync.c330 .open_file = generic_open_file,
340 .open_file = generic_open_file,
355 .open_file = generic_open_file,
368 .open_file = generic_open_file,
Dnull.c121 .open_file = fio_null_open,
154 ioengine->open_file = fio_null_open; in get_ioengine()
Dskeleton_external.c141 .open_file = fio_skeleton_open,
Dcpu.c107 .open_file = fio_cpuio_open,
Dglusterfs_sync.c81 .open_file = fio_gf_open_file,
Dglusterfs_async.c170 .open_file = fio_gf_open_file,
De4defrag.c192 .open_file = generic_open_file,
Dlibhdfs.c226 .open_file = fio_hdfsio_open_file,
Dsolarisaio.c221 .open_file = generic_open_file,
Dposixaio.c253 .open_file = generic_open_file,
Dmmap.c271 .open_file = fio_mmapio_open_file,
Dsplice.c297 .open_file = generic_open_file,
Dguasi.c255 .open_file = generic_open_file,
Dlibaio.c372 .open_file = generic_open_file,
Dbinject.c422 .open_file = fio_binject_open_file,
Dwindowsaio.c438 .open_file = fio_windowsaio_open_file,
Dsg.c411 .open_file = fio_sgio_open,
Drbd.c537 .open_file = fio_rbd_open,
/external/boringssl/src/crypto/bio/
Dfile.c90 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/
Delfcmp.c42 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/
Dioengine.h144 int (*open_file)(struct thread_data *, struct fio_file *); member
Dfilesetup.c212 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/
Dexample.c269 #ifdef open_file /* prototype 1 */

12