taglinefilesource code
O_WRONLY2295drivers/char/tpqic02.ccase O_WRONLY:  /* Fallthru... Strictly speaking this is not correct... */
O_WRONLY649drivers/scsi/st.cif ((flags & O_ACCMODE) == O_WRONLY || (flags & O_ACCMODE) == O_RDWR) {
O_WRONLY111drivers/sound/soundcard.cif ((file->f_flags & O_ACCMODE) == O_WRONLY)
O_WRONLY540fs/open.creturn sys_open(pathname, O_CREAT | O_WRONLY | O_TRUNC, mode);
O_WRONLY417fs/pipe.cf[1]->f_flags = O_WRONLY;
O_WRONLY60fs/smbfs/file.c|| ((right == O_WRONLY) && (   (dirent->access == O_WRONLY)
O_WRONLY362fs/smbfs/inode.cif ((error = smb_make_open(inode, O_WRONLY)) < 0)