tag | line | file | source code |
O_WRONLY | 2295 | drivers/char/tpqic02.c | case O_WRONLY: /* Fallthru... Strictly speaking this is not correct... */ |
O_WRONLY | 643 | drivers/scsi/st.c | if ((flags & O_ACCMODE) == O_WRONLY || (flags & O_ACCMODE) == O_RDWR) { |
O_WRONLY | 774 | drivers/sound/pss.c | if (mode == O_WRONLY) |
O_WRONLY | 795 | drivers/sound/pss.c | if (mode == O_WRONLY && code_length > 0) |
O_WRONLY | 108 | drivers/sound/soundcard.c | if ((file->f_flags & O_ACCMODE) == O_WRONLY) |
O_WRONLY | 489 | fs/open.c | return sys_open(pathname, O_CREAT | O_WRONLY | O_TRUNC, mode); |
O_WRONLY | 421 | fs/pipe.c | f[1]->f_flags = O_WRONLY; |