tag
line
file
source code
O_WRONLY
83
fs/exec.c
if (open_namei("core",O_CREAT | O_WRONLY | O_TRUNC,0600,&inode))
O_WRONLY
205
fs/namei.c
flag |= O_WRONLY;
O_WRONLY
338
fs/open.c
return sys_open(pathname, O_CREAT | O_WRONLY | O_TRUNC, mode);