Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/include/uapi/asm-generic/
H A Dfcntl.h47 #ifndef O_DIRECT
48 #define O_DIRECT 00040000 /* direct disk access hint */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm-generic/
H A Dfcntl.h47 #ifndef O_DIRECT
48 #define O_DIRECT 00040000 /* direct disk access hint */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm-generic/
H A Dfcntl.h47 #ifndef O_DIRECT
48 #define O_DIRECT 00040000 /* direct disk access hint */ macro
/OK3568_Linux_fs/kernel/tools/include/uapi/asm-generic/
H A Dfcntl.h46 #ifndef O_DIRECT
47 #define O_DIRECT 00040000 /* direct disk access hint */ macro
/OK3568_Linux_fs/kernel/tools/perf/trace/beauty/
H A Dopen_flags.c6 #ifndef O_DIRECT
7 #define O_DIRECT 00040000 macro
/OK3568_Linux_fs/kernel/arch/powerpc/include/uapi/asm/
H A Dfcntl.h8 #define O_DIRECT 0400000 /* direct disk access hint */ macro
/OK3568_Linux_fs/kernel/arch/arm/include/uapi/asm/
H A Dfcntl.h7 #define O_DIRECT 0200000 /* direct disk access hint - currently ignored */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/asm/
H A Dfcntl.h7 #define O_DIRECT 0200000 /* direct disk access hint - currently ignored */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/asm/
H A Dfcntl.h25 #define O_DIRECT 0200000 /* direct disk access hint - currently ignored */ macro
/OK3568_Linux_fs/kernel/arch/m68k/include/uapi/asm/
H A Dfcntl.h7 #define O_DIRECT 0200000 /* direct disk access hint - currently ignored */ macro
/OK3568_Linux_fs/kernel/arch/arm64/include/uapi/asm/
H A Dfcntl.h25 #define O_DIRECT 0200000 /* direct disk access hint - currently ignored */ macro
/OK3568_Linux_fs/kernel/Documentation/filesystems/
H A Docfs2.rst106 coherency=full (*) Disallow concurrent O_DIRECT writes, cluster inode
109 for O_DIRECT writes.
110 coherency=buffered Allow concurrent O_DIRECT writes without EX lock among
/OK3568_Linux_fs/kernel/arch/alpha/include/uapi/asm/
H A Dfcntl.h16 #define O_DIRECT 02000000 /* direct disk access - should check with OSF/1 */ macro
/OK3568_Linux_fs/kernel/arch/sparc/include/uapi/asm/
H A Dfcntl.h19 #define O_DIRECT 0x100000 /* direct disk access hint */ macro
/OK3568_Linux_fs/kernel/arch/mips/include/uapi/asm/
H A Dfcntl.h38 #define O_DIRECT 0x8000 /* direct disk access hint */ macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dfcntl.h12 FASYNC | O_DIRECT | O_LARGEFILE | O_DIRECTORY | O_NOFOLLOW | \
/OK3568_Linux_fs/kernel/security/integrity/ima/
H A Dima_api.c271 if (file->f_flags & O_DIRECT) in ima_collect_measurement()
332 if ((!result || result == -EEXIST) && !(file->f_flags & O_DIRECT)) { in ima_store_measurement()
/OK3568_Linux_fs/kernel/fs/nfs/
H A Dfile.c54 if ((flags & (O_APPEND | O_DIRECT)) == (O_APPEND | O_DIRECT)) in nfs_check_flags()
106 if (filp->f_flags & O_DIRECT) in nfs_revalidate_file_size()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rust/libstd-rs/
H A D0001-Add-400-series-syscalls-to-musl-riscv64-definitions.patch41 pub const O_DIRECT: ::c_int = 0x4000;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dfcntl-linux.h148 # define O_DIRECT __O_DIRECT /* Direct disk access. */ macro
/OK3568_Linux_fs/kernel/fs/autofs/
H A Dautofs_i.h215 pipe->f_flags |= O_DIRECT; in autofs_prepare_pipe()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dfcntl-linux.h148 # define O_DIRECT __O_DIRECT /* Direct disk access. */ macro
/OK3568_Linux_fs/kernel/fs/
H A Dpipe.c402 return (file->f_flags & O_DIRECT) != 0; in is_packetized()
930 O_WRONLY | (flags & (O_NONBLOCK | O_DIRECT)), in create_pipe_files()
959 if (flags & ~(O_CLOEXEC | O_NONBLOCK | O_DIRECT | O_NOTIFICATION_PIPE)) in __do_pipe_flags()
/OK3568_Linux_fs/kernel/drivers/char/
H A Draw.c89 filp->f_flags |= O_DIRECT; in raw_open()
/OK3568_Linux_fs/kernel/fs/overlayfs/
H A Dfile.c74 #define OVL_SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | O_DIRECT)
92 if (flags & O_DIRECT) { in ovl_change_flags()

123