Home
last modified time | relevance | path

Searched refs:os_open_file (Results 1 – 6 of 6) sorted by relevance

/linux/arch/um/kernel/
H A Dksyms.c17 EXPORT_SYMBOL(os_open_file);
/linux/arch/um/drivers/
H A Dhostaudio_kern.c200 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 Dubd_kern.c507 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 Dvector_user.c917 ffd = os_open_file(filename, of_read(OPENFLAGS()), 0); in uml_vector_user_bpf()
/linux/arch/um/include/shared/
H A Dos.h149 extern int os_open_file(const char *file, struct openflags flags, int mode);
/linux/arch/um/os-Linux/
H A Dfile.c165 int os_open_file(const char *file, struct openflags flags, int mode) in os_open_file() function