/openbmc/qemu/util/ |
H A D | osdep.c | 287 #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 D | fcntl.h | 47 #ifndef O_DIRECT 48 #define O_DIRECT 00040000 /* direct disk access hint */ macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | fcntl.h | 47 #ifndef O_DIRECT 48 #define O_DIRECT 00040000 /* direct disk access hint */ macro
|
/openbmc/linux/tools/perf/trace/beauty/ |
H A D | open_flags.c | 6 #ifndef O_DIRECT 7 #define O_DIRECT 00040000 macro
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | fcntl.h | 8 #define O_DIRECT 0400000 /* direct disk access hint */ macro
|
/openbmc/linux/arch/arm/include/uapi/asm/ |
H A D | fcntl.h | 7 #define O_DIRECT 0200000 /* direct disk access hint - currently ignored */ macro
|
/openbmc/linux/arch/m68k/include/uapi/asm/ |
H A D | fcntl.h | 7 #define O_DIRECT 0200000 /* direct disk access hint - currently ignored */ macro
|
/openbmc/linux/arch/arm64/include/uapi/asm/ |
H A D | fcntl.h | 25 #define O_DIRECT 0200000 /* direct disk access hint - currently ignored */ macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | fcntl.h | 38 #define O_DIRECT 0x8000 /* direct disk access hint */ macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | fcntl.h | 16 #define O_DIRECT 02000000 /* direct disk access - should check with OSF/1 */ macro
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | fcntl.h | 19 #define O_DIRECT 0x100000 /* direct disk access hint */ macro
|
/openbmc/qemu/migration/ |
H A D | file.c | 55 #ifdef O_DIRECT in file_enable_direct_io() 56 *flags |= O_DIRECT; in file_enable_direct_io()
|
/openbmc/linux/Documentation/filesystems/ |
H A D | ocfs2.rst | 106 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 D | migration-helpers.h | 57 #ifdef O_DIRECT
|
H A D | migration-helpers.c | 469 #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 D | fid.h | 54 (s_flags & V9FS_DIRECT_IO) || (f_flags & O_DIRECT)) { in v9fs_fid_add_modes()
|
/openbmc/linux/include/linux/ |
H A D | fcntl.h | 12 FASYNC | O_DIRECT | O_LARGEFILE | O_DIRECTORY | O_NOFOLLOW | \
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-pyruvate/ |
H A D | 0001-musl-Define-O_LARGEFILE-for-riscv32.patch | 16 pub const O_DIRECT: ::c_int = 16384;
|
/openbmc/linux/include/trace/misc/ |
H A D | fs.h | 35 { O_DIRECT, "O_DIRECT" }, \
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 087 | 109 echo === aio=native without O_DIRECT ===
|
H A D | 087.out | 25 === aio=native without O_DIRECT ===
|
/openbmc/linux/security/integrity/ima/ |
H A D | ima_api.c | 316 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 D | mapped-ram.rst | 17 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 D | fds.c | 429 #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 D | file.c | 51 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()
|