/linux-5.19.10/tools/include/uapi/asm-generic/ |
D | fcntl.h | 47 #ifndef O_DIRECT 48 #define O_DIRECT 00040000 /* direct disk access hint */ macro
|
/linux-5.19.10/include/uapi/asm-generic/ |
D | fcntl.h | 47 #ifndef O_DIRECT 48 #define O_DIRECT 00040000 /* direct disk access hint */ macro
|
/linux-5.19.10/tools/perf/trace/beauty/ |
D | open_flags.c | 6 #ifndef O_DIRECT 7 #define O_DIRECT 00040000 macro
|
/linux-5.19.10/arch/arm/include/uapi/asm/ |
D | fcntl.h | 7 #define O_DIRECT 0200000 /* direct disk access hint - currently ignored */ macro
|
/linux-5.19.10/arch/powerpc/include/uapi/asm/ |
D | fcntl.h | 8 #define O_DIRECT 0400000 /* direct disk access hint */ macro
|
/linux-5.19.10/arch/arm64/include/uapi/asm/ |
D | fcntl.h | 25 #define O_DIRECT 0200000 /* direct disk access hint - currently ignored */ macro
|
/linux-5.19.10/arch/m68k/include/uapi/asm/ |
D | fcntl.h | 7 #define O_DIRECT 0200000 /* direct disk access hint - currently ignored */ macro
|
/linux-5.19.10/arch/mips/include/uapi/asm/ |
D | fcntl.h | 38 #define O_DIRECT 0x8000 /* direct disk access hint */ macro
|
/linux-5.19.10/arch/alpha/include/uapi/asm/ |
D | fcntl.h | 16 #define O_DIRECT 02000000 /* direct disk access - should check with OSF/1 */ macro
|
/linux-5.19.10/arch/sparc/include/uapi/asm/ |
D | fcntl.h | 19 #define O_DIRECT 0x100000 /* direct disk access hint */ macro
|
/linux-5.19.10/Documentation/filesystems/ |
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
|
D | dax.rst | 298 how to do this). In the non struct page cases `O_DIRECT` reads/writes to 304 `O_DIRECT` reads/writes _of a `DAX` file do work, it is the memory that
|
/linux-5.19.10/include/linux/ |
D | fcntl.h | 12 FASYNC | O_DIRECT | O_LARGEFILE | O_DIRECTORY | O_NOFOLLOW | \
|
/linux-5.19.10/include/trace/events/ |
D | fs.h | 35 { O_DIRECT, "O_DIRECT" }, \
|
/linux-5.19.10/security/integrity/ima/ |
D | ima_api.c | 314 if (file->f_flags & O_DIRECT) in ima_collect_measurement() 375 if ((!result || result == -EEXIST) && !(file->f_flags & O_DIRECT)) { in ima_store_measurement()
|
/linux-5.19.10/fs/nfs/ |
D | file.c | 49 if ((flags & (O_APPEND | O_DIRECT)) == (O_APPEND | O_DIRECT)) in nfs_check_flags() 104 if (filp->f_flags & O_DIRECT) in nfs_revalidate_file_size()
|
/linux-5.19.10/fs/autofs/ |
D | autofs_i.h | 216 pipe->f_flags |= O_DIRECT; in autofs_prepare_pipe()
|
/linux-5.19.10/fs/overlayfs/ |
D | file.c | 76 #define OVL_SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | O_DIRECT) 88 if ((flags & O_DIRECT) && !(file->f_mode & FMODE_CAN_ODIRECT)) in ovl_change_flags()
|
/linux-5.19.10/fs/ |
D | pipe.c | 401 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()
|
D | fcntl.c | 34 #define SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | O_DIRECT | O_NOATIME) 60 (arg & O_DIRECT) && in setfl()
|
/linux-5.19.10/tools/testing/selftests/openat2/ |
D | openat2_test.c | 190 .how.flags = O_PATH | O_DIRECT, .err = -EINVAL }, in test_openat2_flags()
|
/linux-5.19.10/fs/cachefiles/ |
D | namei.c | 507 file = open_with_fake_path(&path, O_RDWR | O_LARGEFILE | O_DIRECT, in cachefiles_create_tmpfile() 581 file = open_with_fake_path(&path, O_RDWR | O_LARGEFILE | O_DIRECT, in cachefiles_open_file()
|
/linux-5.19.10/drivers/nvme/target/ |
D | io-cmd-file.c | 42 flags |= O_DIRECT; in nvmet_file_ns_enable()
|
/linux-5.19.10/tools/io_uring/ |
D | io_uring-bench.c | 495 flags |= O_DIRECT; in main()
|
/linux-5.19.10/fs/cifs/ |
D | dir.c | 497 if (file->f_flags & O_DIRECT && in cifs_atomic_open()
|