Home
last modified time | relevance | path

Searched refs:openflags (Results 1 – 3 of 3) sorted by relevance

/arch/um/include/shared/
A Dos.h65 struct openflags { struct
79 static inline struct openflags of_read(struct openflags flags) in of_read()
85 static inline struct openflags of_write(struct openflags flags) in of_write()
91 static inline struct openflags of_rdwr(struct openflags flags) in of_rdwr()
96 static inline struct openflags of_set_rw(struct openflags flags, int r, int w) in of_set_rw()
103 static inline struct openflags of_sync(struct openflags flags) in of_sync()
109 static inline struct openflags of_create(struct openflags flags) in of_create()
115 static inline struct openflags of_trunc(struct openflags flags) in of_trunc()
121 static inline struct openflags of_append(struct openflags flags) in of_append()
127 static inline struct openflags of_excl(struct openflags flags) in of_excl()
[all …]
/arch/um/drivers/
A Dubd_kern.c151 struct openflags boot_openflags;
152 struct openflags openflags; member
177 .openflags = OPEN_FLAGS, \
229 struct openflags flags = global_openflags; in ubd_setup_common()
601 static int open_ubd_file(char *file, struct openflags *openflags, int shared, in open_ubd_file() argument
616 if (!openflags->w || in open_ubd_file()
619 openflags->w = 0; in open_ubd_file()
628 err = os_lock_file(fd, openflags->w); in open_ubd_file()
681 struct openflags flags, in create_cow_file()
719 struct openflags flags; in ubd_open_dev()
[all …]
/arch/um/os-Linux/
A Dfile.c144 int os_file_mode(const char *file, struct openflags *mode_out) in os_file_mode()
165 int os_open_file(const char *file, struct openflags flags, int mode) in os_open_file()

Completed in 9 milliseconds