tag | line | file | source code |
O_WRONLY | 2296 | drivers/char/tpqic02.c | case O_WRONLY: /* Fallthru... Strictly speaking this is not correct... */ |
O_WRONLY | 624 | drivers/scsi/st.c | if ((flags & O_ACCMODE) == O_WRONLY || (flags & O_ACCMODE) == O_RDWR) { |
O_WRONLY | 132 | drivers/sound/soundcard.c | if ((tmp_file.flags & O_ACCMODE) == O_WRONLY) |
O_WRONLY | 541 | fs/open.c | return sys_open(pathname, O_CREAT | O_WRONLY | O_TRUNC, mode); |
O_WRONLY | 417 | fs/pipe.c | f[1]->f_flags = O_WRONLY; |
O_WRONLY | 56 | 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) |