taglinefilesource code
O_TRUNC84fs/exec.cif (open_namei("core",O_CREAT | O_WRONLY | O_TRUNC,0600,&inode,NULL)) {
O_TRUNC371fs/open.cif (flag & (O_TRUNC | O_CREAT))
O_TRUNC379fs/open.cif (flag & O_TRUNC) {
O_TRUNC409fs/open.cf->f_flags &= ~(O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC);
O_TRUNC415fs/open.creturn sys_open(pathname, O_CREAT | O_WRONLY | O_TRUNC, mode);