Searched refs:os_open_file (Results 1 – 6 of 6) sorted by relevance
| /linux/arch/um/kernel/ |
| H A D | ksyms.c | 17 EXPORT_SYMBOL(os_open_file);
|
| /linux/arch/um/drivers/ |
| H A D | hostaudio_kern.c | 200 ret = os_open_file(dsp, of_set_rw(OPENFLAGS(), r, w), 0); in hostaudio_open() 261 ret = os_open_file(mixer, of_set_rw(OPENFLAGS(), r, w), 0); in hostmixer_open_mixdev()
|
| H A D | ubd_kern.c | 507 fd = os_open_file(ubd_dev->file, of_read(OPENFLAGS()), 0); in ubd_file_size() 612 fd = os_open_file(file, *openflags, mode); in open_ubd_file() 620 fd = os_open_file(file, *openflags, mode); in open_ubd_file()
|
| H A D | vector_user.c | 917 ffd = os_open_file(filename, of_read(OPENFLAGS()), 0); in uml_vector_user_bpf()
|
| /linux/arch/um/include/shared/ |
| H A D | os.h | 149 extern int os_open_file(const char *file, struct openflags flags, int mode);
|
| /linux/arch/um/os-Linux/ |
| H A D | file.c | 165 int os_open_file(const char *file, struct openflags flags, int mode) in os_open_file() function
|