tag | line | file | source code |
---|---|---|---|
O_WRONLY | 2294 | drivers/char/tpqic02.c | case O_WRONLY: /* Fallthru... Strictly speaking this is not correct... */ |
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 | 107 | drivers/sound/soundcard.c | if ((file->f_flags & O_ACCMODE) == O_WRONLY) |
O_WRONLY | 472 | fs/open.c | return sys_open(pathname, O_CREAT | O_WRONLY | O_TRUNC, mode); |
O_WRONLY | 420 | fs/pipe.c | f[1]->f_flags = O_WRONLY; |