O_WRONLY          906 arch/x86/kernel/early_printk.c 	simnow_fd = simnow(XOPEN, (unsigned long)fn, O_WRONLY|O_APPEND|O_CREAT, 0644);
O_WRONLY          114 firmware/ihex2fw.c 		outfd = open(argv[optind+1], O_TRUNC|O_CREAT|O_WRONLY, 0644);
O_WRONLY          149 fs/9p/vfs_inode.c 	case O_WRONLY:
O_WRONLY           69 fs/cifs/file.c 	else if ((flags & O_ACCMODE) == O_WRONLY)
O_WRONLY          111 fs/cifs/file.c 	if ((file->f_flags & O_ACCMODE) == O_WRONLY) {
O_WRONLY         1090 fs/cifs/file.c 		     (open_file->pfile->f_flags & O_WRONLY))) {
O_WRONLY         1610 fs/cifs/file.c 	if ((file->f_flags & O_ACCMODE) == O_WRONLY)
O_WRONLY         1690 fs/cifs/file.c 	if ((file->f_flags & O_ACCMODE) == O_WRONLY)
O_WRONLY         2010 fs/cifs/file.c 		     (open_file->pfile->f_flags & O_WRONLY))) {
O_WRONLY         2070 fs/cifs/file.c 	if ((file->f_flags & O_ACCMODE) != O_WRONLY) {
O_WRONLY           60 fs/coda/coda_linux.c 	if ((flags & O_ACCMODE) == O_WRONLY)
O_WRONLY          168 fs/ecryptfs/file.c 	    && ((file->f_flags & O_WRONLY) || (file->f_flags & O_RDWR)
O_WRONLY          120 fs/hostfs/hostfs_user.c 		mode = O_WRONLY;
O_WRONLY          423 fs/hppfs/hppfs.c 		return O_WRONLY;
O_WRONLY          924 fs/ncpfs/dir.c 		opmode = O_WRONLY;
O_WRONLY           70 fs/ncpfs/file.c 			case O_WRONLY:
O_WRONLY           71 fs/ncpfs/file.c 				finfo.access = O_WRONLY;
O_WRONLY          224 fs/ncpfs/file.c 	errno = ncp_make_open(inode, O_WRONLY);
O_WRONLY          940 fs/ncpfs/inode.c 		if ((result = ncp_make_open(inode, O_WRONLY)) < 0) {
O_WRONLY          162 fs/ncpfs/symlink.c 	if (ncp_make_open(inode, O_WRONLY))
O_WRONLY          102 fs/nfsctl.c    	file = do_open(map[cmd].name, map[cmd].rsize ? O_RDWR : O_WRONLY);	
O_WRONLY          719 fs/nfsd/vfs.c  			flags = O_WRONLY|O_LARGEFILE;
O_WRONLY           97 fs/ocfs2/dlm/dlmfs.c 	if (open_flags & (O_WRONLY|O_RDWR))
O_WRONLY         1067 fs/open.c      	return sys_open(pathname, O_CREAT | O_WRONLY | O_TRUNC, mode);
O_WRONLY          951 fs/pipe.c      	f->f_flags = O_WRONLY | (flags & O_NONBLOCK);
O_WRONLY          705 fs/smbfs/inode.c 		error = smb_open(dentry, O_WRONLY);
O_WRONLY         1114 fs/smbfs/proc.c 	if (!(wish & (O_WRONLY | O_RDWR)))
O_WRONLY          266 init/initramfs.c 			int openflags = O_WRONLY|O_CREAT;
O_WRONLY          543 init/initramfs.c 		fd = sys_open("/initrd.image", O_WRONLY|O_CREAT, 0700);
O_WRONLY          635 ipc/mqueue.c   	if ((oflag & O_ACCMODE) == (O_RDWR | O_WRONLY)) {
O_WRONLY          223 kernel/acct.c  	file = filp_open(name, O_WRONLY|O_APPEND|O_LARGEFILE, 0);
O_WRONLY          103 kernel/power/user.c 		data->mode = O_WRONLY;
O_WRONLY          132 kernel/power/user.c 	pm_notifier_call_chain(data->mode == O_WRONLY ?
O_WRONLY          248 kernel/power/user.c 		if (data->mode != O_WRONLY || !data->frozen ||
O_WRONLY          634 scripts/kconfig/confdata.c 		fd = open(path, O_WRONLY | O_CREAT | O_TRUNC, 0644);
O_WRONLY          654 scripts/kconfig/confdata.c 			fd = open(path, O_WRONLY | O_CREAT | O_TRUNC, 0644);
O_WRONLY          329 sound/core/info.c 	if (mode == O_WRONLY || mode == O_RDWR) {
O_WRONLY          354 sound/core/info.c 		if (mode == O_WRONLY || mode == O_RDWR) {
O_WRONLY          303 sound/core/seq/oss/seq_oss_init.c 	if ((file->f_flags & O_ACCMODE) != O_WRONLY)