Searched refs:O_DIRECTORY (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dfcntl.h4 #define O_DIRECTORY 040000 /* must be a directory */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dfcntl.h4 #define O_DIRECTORY 040000 /* must be a directory */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/include/asm/
H A Dfcntl.h4 #define O_DIRECTORY 040000 /* must be a directory */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dfcntl.h10 #define O_DIRECTORY 040000 /* must be a directory */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dfcntl.h4 #define O_DIRECTORY 040000 /* must be a directory */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-fcntl.c24 int o = O_DIRECT | O_DIRECTORY | O_DSYNC | O_NDELAY | O_NOATIME | O_NONBLOCK
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dfcntl.in.h59 #ifndef O_DIRECTORY
60 # define O_DIRECTORY 0 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dfcntl.h18 #define O_DIRECTORY 000010000 /* must be a directory */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dfcntl.h12 #define O_DIRECTORY 0100000 /* must be a directory */ macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ceph/
H A Dceph_fs.c34 #ifdef O_DIRECTORY
35 if ((flags & O_DIRECTORY) == O_DIRECTORY)
H A Dfile.c136 flags = O_DIRECTORY; /* mds likes to know */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dfcntl.h52 #ifndef O_DIRECTORY
53 #define O_DIRECTORY 00200000 /* must be a directory */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/client/
H A Dumount.cifs.c118 fileid = open(dir, O_RDONLY | O_DIRECTORY | O_NOFOLLOW, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfs4recover.c386 rec_file = filp_open(rec_dirname, O_RDONLY | O_DIRECTORY, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dfcntl.c775 O_DIRECT | O_LARGEFILE | O_DIRECTORY |
H A Dnamei.c1812 if (open_flag & O_DIRECTORY)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/libsmb/
H A Dclifile.c1824 #if defined(O_DIRECTORY)
1825 if (flags & O_DIRECTORY) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dfile.c85 if (flags & O_DIRECTORY)
86 posix_flags |= (fmode_t)O_DIRECTORY;
325 *? by this client. Flags O_APPEND, O_DIRECT, O_DIRECTORY,
H A Ddir.c219 if (oflags & O_DIRECTORY)

Completed in 218 milliseconds