taglinefilesource code
O_WRONLY203fs/namei.cflag |= O_WRONLY;
O_WRONLY293fs/open.creturn sys_open(pathname, O_CREAT | O_WRONLY | O_TRUNC, mode);