Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/um/include/shared/
H A Dos.h80 static inline struct openflags of_write(struct openflags flags) in of_write() function
88 return of_read(of_write(flags)); in of_rdwr()
/OK3568_Linux_fs/kernel/arch/um/os-Linux/
H A Dfile.c168 *mode_out = of_write(*mode_out); in os_file_mode()