taglinefilesource code
O_EXCL53arch/sparc/kernel/solaris.cnewflags |= O_EXCL;
O_EXCL1773drivers/block/ataflop.cif (fd_ref[drive] == -1 || (fd_ref[drive] && filp->f_flags & O_EXCL))
O_EXCL1776drivers/block/ataflop.cif (filp->f_flags & O_EXCL)
O_EXCL3578drivers/block/floppy.c(UDRS->fd_ref && (filp->f_flags & O_EXCL)))
O_EXCL3584drivers/block/floppy.cif (filp->f_flags & O_EXCL)
O_EXCL101drivers/scsi/sg.cif (flags & O_EXCL)
O_EXCL362fs/namei.cif (flag & O_EXCL) {
O_EXCL531fs/open.cf->f_flags &= ~(O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC);