Searched refs:O_DIRECT (Results 1 - 25 of 27) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dfcntl.h7 #define O_DIRECT 0400000 /* direct disk access hint */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-h8300/
H A Dfcntl.h6 #define O_DIRECT 0200000 /* direct disk access hint - currently ignored */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-m68k/
H A Dfcntl.h6 #define O_DIRECT 0200000 /* direct disk access hint - currently ignored */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-v850/
H A Dfcntl.h6 #define O_DIRECT 0200000 /* direct disk access hint - currently ignored */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/
H A Dfcntl.h6 #define O_DIRECT 0200000 /* direct disk access hint - currently ignored */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm26/
H A Dfcntl.h8 #define O_DIRECT 0200000 /* direct disk access hint - currently ignored */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-blackfin/
H A Dfcntl.h8 #define O_DIRECT 0200000 /* direct disk access hint - currently ignored */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dfcntl.in.h50 #if !defined O_DIRECT && defined O_DIRECTIO
52 # define O_DIRECT O_DIRECTIO macro
55 #ifndef O_DIRECT
56 # define O_DIRECT 0 macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-alpha/
H A Dfcntl.h17 #define O_DIRECT 02000000 /* direct disk access - should check with OSF/1 */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Dfcntl.h17 #define O_DIRECT 0x100000 /* direct disk access hint */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dfcntl.h20 #define O_DIRECT 0x8000 /* direct disk access hint */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dfcntl.h17 #define O_DIRECT 0x100000 /* direct disk access hint */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dfcntl.h20 #define O_DIRECT 0x8000 /* direct disk access hint */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-generic/
H A Dfcntl.h36 #ifndef O_DIRECT
37 #define O_DIRECT 00040000 /* direct disk access hint */ macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/os/
H A Dos_open.c72 oflags |= O_DIRECT;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Dfile.c97 if ((flags & (O_APPEND | O_DIRECT)) == (O_APPEND | O_DIRECT))
140 * idea of what the file length is), or O_DIRECT (in which case we
150 if (filp->f_flags & O_DIRECT)
211 if (iocb->ki_filp->f_flags & O_DIRECT)
353 if (iocb->ki_filp->f_flags & O_DIRECT)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_file.c61 if (unlikely(file->f_flags & O_DIRECT))
100 if (unlikely(file->f_flags & O_DIRECT))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Draw.c40 * O_DIRECT.
75 filp->f_flags |= O_DIRECT;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/ocfs2/
H A Dfile.c86 if (mode & O_DIRECT)
1222 * Skip the O_DIRECT checks if we don't need
1453 direct_io = file->f_flags & O_DIRECT ? 1 : 0;
1464 /* concurrent O_DIRECT writes are allowed */
1536 BUG_ON(ret == -EIOCBQUEUED && !(file->f_flags & O_DIRECT));
1746 * buffered reads protect themselves in ->readpage(). O_DIRECT reads
1749 if (filp->f_flags & O_DIRECT) {
1784 BUG_ON(ret == -EIOCBQUEUED && !(filp->f_flags & O_DIRECT));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dfcntl.c202 #define SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | FASYNC | O_DIRECT | O_NOATIME)
226 if (arg & O_DIRECT) {
H A Dopen.c710 if (f->f_flags & O_DIRECT) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/mm/
H A Dfilemap.c1177 /* coalesce the iovecs and go direct-to-BIO for O_DIRECT */
1178 if (filp->f_flags & O_DIRECT) {
2064 * livelocking. AIO O_DIRECT ops attempt to sync metadata here.
2229 * If we get here for O_DIRECT writes then we must have fallen through
2231 * the file data here, to try to honour O_DIRECT expectations.
2233 if (unlikely(file->f_flags & O_DIRECT) && written)
2281 /* coalesce the iovecs and go direct-to-BIO for O_DIRECT */
2282 if (unlikely(file->f_flags & O_DIRECT)) {
2313 * disk and invalidated to preserve the expected O_DIRECT
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/gfs2/
H A Dops_file.c411 file->f_flags |= O_DIRECT;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A Dfile.c1311 if (file->f_flags & O_DIRECT)

Completed in 169 milliseconds

12