tag | line | file | source code |
O_WRONLY | 38 | arch/ppc/boot/cortstrip.c | fdo = open(argv[2], O_WRONLY|O_CREAT); |
O_WRONLY | 33 | arch/ppc/kernel/cortstrip.c | fdo = open(argv[2], O_WRONLY|O_CREAT, 755); |
O_WRONLY | 34 | arch/ppc/kernel/mkboot.c | fdo = open(argv[2], O_WRONLY|O_CREAT); |
O_WRONLY | 2297 | drivers/char/tpqic02.c | case O_WRONLY: /* Fallthru... Strictly speaking this is not correct... */ |
O_WRONLY | 665 | drivers/scsi/st.c | if ((flags & O_ACCMODE) == O_WRONLY || (flags & O_ACCMODE) == O_RDWR) { |
O_WRONLY | 125 | drivers/sound/soundcard.c | if ((tmp_file.flags & O_ACCMODE) == O_WRONLY) |
O_WRONLY | 74 | fs/ncpfs/file.c | || ((right == O_WRONLY) && ( (finfo->access == O_WRONLY) |
O_WRONLY | 579 | fs/open.c | return sys_open(pathname, O_CREAT | O_WRONLY | O_TRUNC, mode); |
O_WRONLY | 449 | fs/pipe.c | f[1]->f_flags = O_WRONLY; |
O_WRONLY | 59 | fs/smbfs/file.c | || ((right == O_WRONLY) && ( (dirent->access == O_WRONLY) |
O_WRONLY | 355 | fs/smbfs/inode.c | if ((error = smb_make_open(inode, O_WRONLY)) < 0) |