O_EXCL 539 arch/x86/kernel/cpu/mcheck/mce_64.c if (open_exclu || (open_count && (file->f_flags & O_EXCL))) { O_EXCL 545 arch/x86/kernel/cpu/mcheck/mce_64.c if (file->f_flags & O_EXCL) O_EXCL 162 fs/9p/vfs_inode.c if (uflags & O_EXCL) O_EXCL 1153 fs/block_dev.c if (!(filp->f_flags & O_EXCL) ) O_EXCL 177 fs/cifs/dir.c if ((oflags & (O_CREAT | O_EXCL)) == (O_CREAT | O_EXCL)) O_EXCL 87 fs/cifs/file.c if ((flags & (O_CREAT | O_EXCL)) == (O_CREAT | O_EXCL)) O_EXCL 209 fs/cifs/file.c if (file->f_flags & O_EXCL) O_EXCL 69 fs/coda/coda_linux.c if (flags & O_EXCL) O_EXCL 128 fs/coda/file.c unsigned short flags = coda_file->f_flags & (~O_EXCL); O_EXCL 164 fs/coda/file.c unsigned short flags = (coda_file->f_flags) & (~O_EXCL); O_EXCL 1746 fs/exec.c flag = O_EXCL; /* Stop rewrite attacks */ O_EXCL 451 fs/fuse/dir.c flags &= ~(O_CREAT | O_EXCL | O_TRUNC); O_EXCL 31 fs/fuse/file.c inarg.flags = file->f_flags & ~(O_CREAT | O_EXCL | O_NOCTTY); O_EXCL 72 fs/gfs2/ops_inode.c (nd && (nd->intent.open.flags & O_EXCL))) { O_EXCL 1766 fs/namei.c if (flag & O_EXCL) O_EXCL 1918 fs/namei.c nd->intent.open.flags = O_EXCL; O_EXCL 704 fs/nfs/dir.c return (nd->intent.open.flags & O_EXCL) != 0; O_EXCL 1002 fs/nfs/dir.c if (nd->intent.open.flags & O_EXCL) { O_EXCL 1060 fs/nfs/dir.c if ((openflags & (O_CREAT|O_EXCL)) == (O_CREAT|O_EXCL)) O_EXCL 325 fs/nfs/nfs3proc.c if (flags & O_EXCL) { O_EXCL 278 fs/nfs/nfs4proc.c if (flags & O_EXCL) { O_EXCL 330 fs/nfs/nfs4proc.c switch (mode & (FMODE_READ|FMODE_WRITE|O_EXCL)) { O_EXCL 430 fs/nfs/nfs4proc.c int open_mode = opendata->o_arg.open_flags & (FMODE_READ|FMODE_WRITE|O_EXCL); O_EXCL 811 fs/nfs/nfs4proc.c if (can_open_cached(data->state, data->o_arg.open_flags & (FMODE_READ|FMODE_WRITE|O_EXCL))) O_EXCL 1067 fs/nfs/nfs4proc.c if (opendata->o_arg.open_flags & O_EXCL) O_EXCL 1903 fs/nfs/nfs4proc.c if (flags & O_EXCL) { O_EXCL 1000 fs/nfs/nfs4xdr.c switch(arg->open_flags & O_EXCL) { O_EXCL 831 fs/open.c f->f_flags &= ~(O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC); O_EXCL 15 include/asm-generic/fcntl.h #ifndef O_EXCL O_EXCL 681 ipc/mqueue.c if (oflag & O_EXCL)