Searched refs:IO_ISDIRECT (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/linux-2.6/
H A Dxfs_vnode.h39 #define IO_ISDIRECT 0x00004 /* bypass page cache */ macro
43 { IO_ISDIRECT, "DIRECT" }, \
H A Dxfs_file.c225 ioflags |= IO_ISDIRECT;
243 if (unlikely(ioflags & IO_ISDIRECT)) {
265 if (unlikely(ioflags & IO_ISDIRECT))
269 if (unlikely(ioflags & IO_ISDIRECT)) {
589 ioflags |= IO_ISDIRECT;
607 if (ioflags & IO_ISDIRECT) {
626 if (ioflags & IO_ISDIRECT) {
684 if ((ioflags & IO_ISDIRECT)) {
717 ioflags &= ~IO_ISDIRECT;

Completed in 30 milliseconds