tag | line | file | source code |
O_EXCL | 53 | arch/sparc/kernel/solaris.c | newflags |= O_EXCL; |
O_EXCL | 1773 | drivers/block/ataflop.c | if (fd_ref[drive] == -1 || (fd_ref[drive] && filp->f_flags & O_EXCL)) |
O_EXCL | 1776 | drivers/block/ataflop.c | if (filp->f_flags & O_EXCL) |
O_EXCL | 3590 | drivers/block/floppy.c | (UDRS->fd_ref && (filp->f_flags & O_EXCL))) |
O_EXCL | 3596 | drivers/block/floppy.c | if (filp->f_flags & O_EXCL) |
O_EXCL | 101 | drivers/scsi/sg.c | if (flags & O_EXCL) |
O_EXCL | 362 | fs/namei.c | if (flag & O_EXCL) { |
O_EXCL | 531 | fs/open.c | f->f_flags &= ~(O_CREAT | O_EXCL | O_NOCTTY | O_TRUNC); |