O_EXCL 57 kern/vfs/device.c if (flags & (O_CREAT | O_TRUNC | O_EXCL | O_APPEND)) {
O_EXCL 69 kern/vfs/vfspath.c int excl = (openflags & O_EXCL)!=0;
O_EXCL 468 user/testbin/dirseek/dirseek.c fd = open(name, O_WRONLY|O_CREAT|O_EXCL, 0664);