Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/asm-generic/
Dfcntl.h46 #ifndef O_DIRECT
47 #define O_DIRECT 00040000 /* direct disk access hint */ macro
/linux-4.4.14/arch/blackfin/include/uapi/asm/
Dfcntl.h12 #define O_DIRECT 0200000 /* direct disk access hint - currently ignored */ macro
/linux-4.4.14/arch/m68k/include/uapi/asm/
Dfcntl.h6 #define O_DIRECT 0200000 /* direct disk access hint - currently ignored */ macro
/linux-4.4.14/arch/arm64/include/uapi/asm/
Dfcntl.h24 #define O_DIRECT 0200000 /* direct disk access hint - currently ignored */ macro
/linux-4.4.14/arch/arm/include/uapi/asm/
Dfcntl.h6 #define O_DIRECT 0200000 /* direct disk access hint - currently ignored */ macro
/linux-4.4.14/arch/powerpc/include/uapi/asm/
Dfcntl.h7 #define O_DIRECT 0400000 /* direct disk access hint */ macro
/linux-4.4.14/arch/alpha/include/uapi/asm/
Dfcntl.h15 #define O_DIRECT 02000000 /* direct disk access - should check with OSF/1 */ macro
/linux-4.4.14/arch/sparc/include/uapi/asm/
Dfcntl.h18 #define O_DIRECT 0x100000 /* direct disk access hint */ macro
/linux-4.4.14/arch/mips/include/uapi/asm/
Dfcntl.h37 #define O_DIRECT 0x8000 /* direct disk access hint */ macro
/linux-4.4.14/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.txt93 those pages. This problem is being worked on. That means that O_DIRECT
95 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.4.14/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.c340 return (file->f_flags & O_DIRECT) != 0; in is_packetized()
738 f->f_flags = O_WRONLY | (flags & (O_NONBLOCK | O_DIRECT)); in create_pipe_files()
771 if (flags & ~(O_CLOEXEC | O_NONBLOCK | O_DIRECT)) in __do_pipe_flags()
Dopen.c675 if (f->f_flags & O_DIRECT) { in open_check_o_direct()
/linux-4.4.14/fs/nfs/
Dfile.c53 if ((flags & (O_APPEND | O_DIRECT)) == (O_APPEND | O_DIRECT)) in nfs_check_flags()
109 if (filp->f_flags & O_DIRECT) in nfs_revalidate_file_size()
Dnfstrace.h270 { O_DIRECT, "O_DIRECT" }, \
Dnfs4trace.h169 { O_DIRECT, "O_DIRECT" })
Dnfs4proc.c1035 if (openflags & O_DIRECT) in nfs4_map_atomic_open_share()
/linux-4.4.14/fs/autofs4/
Dautofs_i.h221 pipe->f_flags |= O_DIRECT; in autofs_prepare_pipe()
/linux-4.4.14/security/integrity/ima/
Dima_main.c228 if (file->f_flags & O_DIRECT) in process_measurement()
Dima_api.c210 if (file->f_flags & O_DIRECT) { in ima_collect_measurement()
/linux-4.4.14/drivers/char/
Draw.c81 filp->f_flags |= O_DIRECT; in raw_open()
DKconfig506 with the O_DIRECT flag.
/linux-4.4.14/Documentation/filesystems/cifs/
DTODO50 l) Implement O_DIRECT flag on open (already supported on mount)
/linux-4.4.14/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.4.14/fs/9p/
Dvfs_inode_dotl.c190 { O_DIRECT, P9_DOTL_DIRECT }, in v9fs_mapped_dotl_flags()
/linux-4.4.14/Documentation/vm/
Dcleancache.txt275 apps that bypass the page cache (e.g. O_DIRECT).
/linux-4.4.14/fs/ceph/
Dfile.c509 (file->f_flags & O_DIRECT) ? "O_DIRECT" : ""); in ceph_sync_read()
/linux-4.4.14/drivers/staging/lustre/lustre/llite/
Dfile.c1079 file->f_flags & O_DIRECT || in ll_io_init()
2226 !(file->f_flags & O_DIRECT)) { in ll_file_ioctl()
/linux-4.4.14/mm/
DKconfig665 mapping in an O_DIRECT operation, among other things.
/linux-4.4.14/fs/ocfs2/
Dfile.c126 if (mode & O_DIRECT) in ocfs2_file_open()
/linux-4.4.14/include/linux/
Dfs.h2866 return (filp->f_flags & O_DIRECT) || IS_DAX(file_inode(filp)); in io_is_direct()