Home
last modified time | relevance | path

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

123

/openbmc/qemu/util/
H A Dosdep.c287 #ifdef O_DIRECT in qemu_has_direct_io()
338 #ifdef O_DIRECT in qemu_open_internal()
340 if (errno == EINVAL && (flags & O_DIRECT)) { in qemu_open_internal()
341 ret = open(name, flags & ~O_DIRECT, mode); in qemu_open_internal()
390 #ifdef O_DIRECT in qemu_open_old()
391 if (ret == -1 && errno == EINVAL && (flags & O_DIRECT)) { in qemu_open_old()
/openbmc/linux/tools/include/uapi/asm-generic/
H A Dfcntl.h47 #ifndef O_DIRECT
48 #define O_DIRECT 00040000 /* direct disk access hint */ macro
/openbmc/linux/include/uapi/asm-generic/
H A Dfcntl.h47 #ifndef O_DIRECT
48 #define O_DIRECT 00040000 /* direct disk access hint */ macro
/openbmc/linux/tools/perf/trace/beauty/
H A Dopen_flags.c6 #ifndef O_DIRECT
7 #define O_DIRECT 00040000 macro
/openbmc/linux/arch/powerpc/include/uapi/asm/
H A Dfcntl.h8 #define O_DIRECT 0400000 /* direct disk access hint */ macro
/openbmc/linux/arch/arm/include/uapi/asm/
H A Dfcntl.h7 #define O_DIRECT 0200000 /* direct disk access hint - currently ignored */ macro
/openbmc/linux/arch/m68k/include/uapi/asm/
H A Dfcntl.h7 #define O_DIRECT 0200000 /* direct disk access hint - currently ignored */ macro
/openbmc/linux/arch/arm64/include/uapi/asm/
H A Dfcntl.h25 #define O_DIRECT 0200000 /* direct disk access hint - currently ignored */ macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Dfcntl.h38 #define O_DIRECT 0x8000 /* direct disk access hint */ macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Dfcntl.h16 #define O_DIRECT 02000000 /* direct disk access - should check with OSF/1 */ macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Dfcntl.h19 #define O_DIRECT 0x100000 /* direct disk access hint */ macro
/openbmc/qemu/migration/
H A Dfile.c55 #ifdef O_DIRECT in file_enable_direct_io()
56 *flags |= O_DIRECT; in file_enable_direct_io()
/openbmc/linux/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
/openbmc/qemu/tests/qtest/
H A Dmigration-helpers.h57 #ifdef O_DIRECT
H A Dmigration-helpers.c469 #ifdef O_DIRECT
478 int fd, flags = O_CREAT | O_RDWR | O_TRUNC | O_DIRECT; in probe_o_direct_support()
/openbmc/linux/fs/9p/
H A Dfid.h54 (s_flags & V9FS_DIRECT_IO) || (f_flags & O_DIRECT)) { in v9fs_fid_add_modes()
/openbmc/linux/include/linux/
H A Dfcntl.h12 FASYNC | O_DIRECT | O_LARGEFILE | O_DIRECTORY | O_NOFOLLOW | \
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyruvate/
H A D0001-musl-Define-O_LARGEFILE-for-riscv32.patch16 pub const O_DIRECT: ::c_int = 16384;
/openbmc/linux/include/trace/misc/
H A Dfs.h35 { O_DIRECT, "O_DIRECT" }, \
/openbmc/qemu/tests/qemu-iotests/
H A D087109 echo === aio=native without O_DIRECT ===
H A D087.out25 === aio=native without O_DIRECT ===
/openbmc/linux/security/integrity/ima/
H A Dima_api.c316 if (file->f_flags & O_DIRECT) in ima_collect_measurement()
381 if ((!result || result == -EEXIST) && !(file->f_flags & O_DIRECT)) { in ima_store_measurement()
/openbmc/qemu/docs/devel/migration/
H A Dmapped-ram.rst17 usage of O_DIRECT for save/restore of the migration stream as the
18 pages are ensured to be written respecting O_DIRECT alignment
/openbmc/qemu/monitor/
H A Dfds.c429 #ifdef O_DIRECT in monitor_fdset_dup_fd_add()
430 mask |= O_DIRECT; in monitor_fdset_dup_fd_add()
/openbmc/linux/fs/nfs/
H A Dfile.c51 if ((flags & (O_APPEND | O_DIRECT)) == (O_APPEND | O_DIRECT)) in nfs_check_flags()
99 * idea of what the file length is), or O_DIRECT (in which case we
106 if (filp->f_flags & O_DIRECT) in nfs_revalidate_file_size()

123