Home
last modified time | relevance | path

Searched refs:O_EXCL (Results 1 – 25 of 34) sorted by relevance

12

/linux-2.4.37.9/fs/coda/
Dfile.c112 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()
Dcoda_linux.c105 if ( flags & O_EXCL ) { in coda_flags_to_cflags()
/linux-2.4.37.9/include/asm-s390x/
Dfcntl.h18 #define O_EXCL 0200 /* not fcntl */ macro
/linux-2.4.37.9/include/asm-ia64/
Dfcntl.h19 #define O_EXCL 0200 /* not fcntl */ macro
/linux-2.4.37.9/include/asm-x86_64/
Dfcntl.h11 #define O_EXCL 0200 /* not fcntl */ macro
/linux-2.4.37.9/include/asm-alpha/
Dfcntl.h12 #define O_EXCL 04000 /* not fcntl */ macro
/linux-2.4.37.9/include/asm-s390/
Dfcntl.h18 #define O_EXCL 0200 /* not fcntl */ macro
/linux-2.4.37.9/include/asm-sh/
Dfcntl.h11 #define O_EXCL 0200 /* not fcntl */ macro
/linux-2.4.37.9/include/asm-sh64/
Dfcntl.h11 #define O_EXCL 0200 /* not fcntl */ macro
/linux-2.4.37.9/include/asm-arm/
Dfcntl.h11 #define O_EXCL 0200 /* not fcntl */ macro
/linux-2.4.37.9/include/asm-i386/
Dfcntl.h11 #define O_EXCL 0200 /* not fcntl */ macro
/linux-2.4.37.9/include/asm-m68k/
Dfcntl.h11 #define O_EXCL 0200 /* not fcntl */ macro
/linux-2.4.37.9/include/asm-cris/
Dfcntl.h13 #define O_EXCL 0200 /* not fcntl */ macro
/linux-2.4.37.9/include/asm-sparc/
Dfcntl.h15 #define O_EXCL 0x0800 /* not fcntl */ macro
/linux-2.4.37.9/include/asm-parisc/
Dfcntl.h14 #define O_EXCL 00002000 /* not fcntl */ macro
/linux-2.4.37.9/include/asm-ppc/
Dfcntl.h11 #define O_EXCL 0200 /* not fcntl */ macro
/linux-2.4.37.9/include/asm-ppc64/
Dfcntl.h18 #define O_EXCL 0200 /* not fcntl */ macro
/linux-2.4.37.9/include/asm-mips/
Dfcntl.h22 #define O_EXCL 0x0400 /* not fcntl */ macro
/linux-2.4.37.9/include/asm-sparc64/
Dfcntl.h16 #define O_EXCL 0x0800 /* not fcntl */ macro
/linux-2.4.37.9/include/asm-mips64/
Dfcntl.h22 #define O_EXCL 0x0400 /* not fcntl */ macro
/linux-2.4.37.9/drivers/block/
Dswim_iop.c383 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/
Ddrm_fops.h43 if (filp->f_flags & O_EXCL) return -EBUSY; /* No exclusive opens */ in DRM()
/linux-2.4.37.9/drivers/char/
Dnvram.c364 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/
Dfops.c44 if (filp->f_flags & O_EXCL) return -EBUSY; /* No exclusive opens */ in drm_open_helper()
/linux-2.4.37.9/drivers/acorn/block/
Dfd1772.c1515 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()

12