taglinefilesource code
O_WRONLY2168drivers/char/tpqic02.ccase O_WRONLY:  /* Fallthru... Strictly speaking this is not correct... */
O_WRONLY107drivers/sound/soundcard.cif ((file->f_flags & O_ACCMODE) == O_WRONLY)
O_WRONLY416fs/open.creturn sys_open(pathname, O_CREAT | O_WRONLY | O_TRUNC, mode);
O_WRONLY420fs/pipe.cf[1]->f_flags = O_WRONLY;