tag | line | file | source code |
---|---|---|---|
O_WRONLY | 2168 | drivers/char/tpqic02.c | case O_WRONLY: /* Fallthru... Strictly speaking this is not correct... */ |
O_WRONLY | 107 | drivers/sound/soundcard.c | if ((file->f_flags & O_ACCMODE) == O_WRONLY) |
O_WRONLY | 439 | 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; |