Home
last modified time | relevance | path

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

/linux-4.1.27/include/uapi/asm-generic/
Dfcntl.h46 #ifndef O_DIRECT
47 #define O_DIRECT 00040000 /* direct disk access hint */ macro
/linux-4.1.27/arch/arm64/include/uapi/asm/
Dfcntl.h24 #define O_DIRECT 0200000 /* direct disk access hint - currently ignored */ macro
/linux-4.1.27/arch/powerpc/include/uapi/asm/
Dfcntl.h7 #define O_DIRECT 0400000 /* direct disk access hint */ macro
/linux-4.1.27/arch/m68k/include/uapi/asm/
Dfcntl.h6 #define O_DIRECT 0200000 /* direct disk access hint - currently ignored */ macro
/linux-4.1.27/arch/arm/include/uapi/asm/
Dfcntl.h6 #define O_DIRECT 0200000 /* direct disk access hint - currently ignored */ macro
/linux-4.1.27/arch/blackfin/include/uapi/asm/
Dfcntl.h12 #define O_DIRECT 0200000 /* direct disk access hint - currently ignored */ macro
/linux-4.1.27/arch/alpha/include/uapi/asm/
Dfcntl.h15 #define O_DIRECT 02000000 /* direct disk access - should check with OSF/1 */ macro
/linux-4.1.27/arch/sparc/include/uapi/asm/
Dfcntl.h18 #define O_DIRECT 0x100000 /* direct disk access hint */ macro
/linux-4.1.27/arch/mips/include/uapi/asm/
Dfcntl.h37 #define O_DIRECT 0x8000 /* direct disk access hint */ macro
/linux-4.1.27/Documentation/filesystems/
Docfs2.txt96 coherency=full (*) Disallow concurrent O_DIRECT writes, cluster inode
99 for O_DIRECT writes.
100 coherency=buffered Allow concurrent O_DIRECT writes without EX lock among
Ddax.txt90 those pages. This problem is being worked on. That means that O_DIRECT
92 that O_DIRECT reads/writes _of a DAX file_ do work, it is the memory
Dext4.txt163 O_DIRECT support.
418 allocation and O_DIRECT support.
/linux-4.1.27/fs/
Dfcntl.c30 #define SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | O_DIRECT | O_NOATIME)
54 if (arg & O_DIRECT) { in setfl()
748 O_DIRECT | O_LARGEFILE | O_DIRECTORY | in fcntl_init()
Dpipe.c334 return (file->f_flags & O_DIRECT) != 0; in is_packetized()
701 f->f_flags = O_WRONLY | (flags & (O_NONBLOCK | O_DIRECT)); in create_pipe_files()
732 if (flags & ~(O_CLOEXEC | O_NONBLOCK | O_DIRECT)) in __do_pipe_flags()
Dopen.c673 if (f->f_flags & O_DIRECT) { in open_check_o_direct()
/linux-4.1.27/fs/nfs/
Dfile.c53 if ((flags & (O_APPEND | O_DIRECT)) == (O_APPEND | O_DIRECT)) in nfs_check_flags()
108 if (filp->f_flags & O_DIRECT) in nfs_revalidate_file_size()
Dnfstrace.h270 { O_DIRECT, "O_DIRECT" }, \
Dnfs4trace.h169 { O_DIRECT, "O_DIRECT" })
Dinode.c899 __put_nfs_open_context(ctx, filp->f_flags & O_DIRECT ? 0 : 1); in nfs_file_clear_open_context()
Dnfs4proc.c965 if (openflags & O_DIRECT) in nfs4_map_atomic_open_share()
/linux-4.1.27/fs/autofs4/
Dautofs_i.h221 pipe->f_flags |= O_DIRECT; in autofs_prepare_pipe()
/linux-4.1.27/security/integrity/ima/
Dima_main.c227 if (file->f_flags & O_DIRECT) in process_measurement()
Dima_api.c211 if (file->f_flags & O_DIRECT) { in ima_collect_measurement()
/linux-4.1.27/drivers/char/
Draw.c80 filp->f_flags |= O_DIRECT; in raw_open()
DKconfig506 with the O_DIRECT flag.
/linux-4.1.27/Documentation/filesystems/cifs/
DTODO50 l) Implement O_DIRECT flag on open (already supported on mount)
/linux-4.1.27/fs/cifs/
Ddir.c500 if (file->f_flags & O_DIRECT && in cifs_atomic_open()
Dfile.c93 if (flags & O_DIRECT) in cifs_posix_convert_flags()
473 if (file->f_flags & O_DIRECT && in cifs_open()
/linux-4.1.27/fs/9p/
Dvfs_inode_dotl.c190 { O_DIRECT, P9_DOTL_DIRECT }, in v9fs_mapped_dotl_flags()
/linux-4.1.27/Documentation/vm/
Dcleancache.txt275 apps that bypass the page cache (e.g. O_DIRECT).
/linux-4.1.27/fs/ceph/
Dfile.c445 (file->f_flags & O_DIRECT) ? "O_DIRECT" : ""); in ceph_sync_read()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
Dfile.c1088 file->f_flags & O_DIRECT || in ll_io_init()
2236 !(file->f_flags & O_DIRECT)) { in ll_file_ioctl()
/linux-4.1.27/fs/ocfs2/
Dfile.c122 if (mode & O_DIRECT) in ocfs2_file_open()
/linux-4.1.27/include/linux/
Dfs.h2831 return (filp->f_flags & O_DIRECT) || IS_DAX(file_inode(filp)); in io_is_direct()