Home
last modified time | relevance | path

Searched refs:of_write (Results 1 – 2 of 2) sorted by relevance

/arch/um/include/shared/
Dos.h78 static inline struct openflags of_write(struct openflags flags) in of_write() function
86 return of_read(of_write(flags)); in of_rdwr()
/arch/um/os-Linux/
Dfile.c163 *mode_out = of_write(*mode_out); in os_file_mode()