/linux-2.4.37.9/fs/coda/ |
D | file.c | 112 unsigned short flags = coda_file->f_flags & (~O_EXCL); in coda_open() 165 unsigned short flags = coda_file->f_flags & ~O_EXCL; in coda_flush() 202 unsigned short flags = (coda_file->f_flags) & (~O_EXCL); in coda_release()
|
D | coda_linux.c | 105 if ( flags & O_EXCL ) { in coda_flags_to_cflags()
|
/linux-2.4.37.9/include/asm-s390x/ |
D | fcntl.h | 18 #define O_EXCL 0200 /* not fcntl */ macro
|
/linux-2.4.37.9/include/asm-ia64/ |
D | fcntl.h | 19 #define O_EXCL 0200 /* not fcntl */ macro
|
/linux-2.4.37.9/include/asm-x86_64/ |
D | fcntl.h | 11 #define O_EXCL 0200 /* not fcntl */ macro
|
/linux-2.4.37.9/include/asm-alpha/ |
D | fcntl.h | 12 #define O_EXCL 04000 /* not fcntl */ macro
|
/linux-2.4.37.9/include/asm-s390/ |
D | fcntl.h | 18 #define O_EXCL 0200 /* not fcntl */ macro
|
/linux-2.4.37.9/include/asm-sh/ |
D | fcntl.h | 11 #define O_EXCL 0200 /* not fcntl */ macro
|
/linux-2.4.37.9/include/asm-sh64/ |
D | fcntl.h | 11 #define O_EXCL 0200 /* not fcntl */ macro
|
/linux-2.4.37.9/include/asm-arm/ |
D | fcntl.h | 11 #define O_EXCL 0200 /* not fcntl */ macro
|
/linux-2.4.37.9/include/asm-i386/ |
D | fcntl.h | 11 #define O_EXCL 0200 /* not fcntl */ macro
|
/linux-2.4.37.9/include/asm-m68k/ |
D | fcntl.h | 11 #define O_EXCL 0200 /* not fcntl */ macro
|
/linux-2.4.37.9/include/asm-cris/ |
D | fcntl.h | 13 #define O_EXCL 0200 /* not fcntl */ macro
|
/linux-2.4.37.9/include/asm-sparc/ |
D | fcntl.h | 15 #define O_EXCL 0x0800 /* not fcntl */ macro
|
/linux-2.4.37.9/include/asm-parisc/ |
D | fcntl.h | 14 #define O_EXCL 00002000 /* not fcntl */ macro
|
/linux-2.4.37.9/include/asm-ppc/ |
D | fcntl.h | 11 #define O_EXCL 0200 /* not fcntl */ macro
|
/linux-2.4.37.9/include/asm-ppc64/ |
D | fcntl.h | 18 #define O_EXCL 0200 /* not fcntl */ macro
|
/linux-2.4.37.9/include/asm-mips/ |
D | fcntl.h | 22 #define O_EXCL 0x0400 /* not fcntl */ macro
|
/linux-2.4.37.9/include/asm-sparc64/ |
D | fcntl.h | 16 #define O_EXCL 0x0800 /* not fcntl */ macro
|
/linux-2.4.37.9/include/asm-mips64/ |
D | fcntl.h | 22 #define O_EXCL 0x0400 /* not fcntl */ macro
|
/linux-2.4.37.9/drivers/block/ |
D | swim_iop.c | 383 if (fs->ref_count == -1 || filp->f_flags & O_EXCL) return -EBUSY; in floppy_open() 399 if (filp->f_flags & O_EXCL) in floppy_open()
|
/linux-2.4.37.9/drivers/char/drm/ |
D | drm_fops.h | 43 if (filp->f_flags & O_EXCL) return -EBUSY; /* No exclusive opens */ in DRM()
|
/linux-2.4.37.9/drivers/char/ |
D | nvram.c | 364 if ((nvram_open_cnt && (file->f_flags & O_EXCL)) || in nvram_open() 371 if (file->f_flags & O_EXCL) in nvram_open()
|
/linux-2.4.37.9/drivers/char/drm-4.0/ |
D | fops.c | 44 if (filp->f_flags & O_EXCL) return -EBUSY; /* No exclusive opens */ in drm_open_helper()
|
/linux-2.4.37.9/drivers/acorn/block/ |
D | fd1772.c | 1515 if (fd_ref[drive] == -1 || (fd_ref[drive] && filp->f_flags & O_EXCL)) in floppy_open() 1518 if (filp->f_flags & O_EXCL) in floppy_open()
|