/linux/tools/include/uapi/asm-generic/ |
A D | fcntl.h | 46 #ifndef O_DIRECT 47 #define O_DIRECT 00040000 /* direct disk access hint */ macro
|
/linux/include/uapi/asm-generic/ |
A D | fcntl.h | 47 #ifndef O_DIRECT 48 #define O_DIRECT 00040000 /* direct disk access hint */ macro
|
/linux/tools/perf/trace/beauty/ |
A D | open_flags.c | 6 #ifndef O_DIRECT 7 #define O_DIRECT 00040000 macro
|
/linux/arch/m68k/include/uapi/asm/ |
A D | fcntl.h | 7 #define O_DIRECT 0200000 /* direct disk access hint - currently ignored */ macro
|
/linux/arch/arm/include/uapi/asm/ |
A D | fcntl.h | 7 #define O_DIRECT 0200000 /* direct disk access hint - currently ignored */ macro
|
/linux/arch/powerpc/include/uapi/asm/ |
A D | fcntl.h | 8 #define O_DIRECT 0400000 /* direct disk access hint */ macro
|
/linux/arch/arm64/include/uapi/asm/ |
A D | fcntl.h | 25 #define O_DIRECT 0200000 /* direct disk access hint - currently ignored */ macro
|
/linux/Documentation/filesystems/ |
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
|
A D | dax.rst | 282 how to do this). In the non struct page cases `O_DIRECT` reads/writes to 288 `O_DIRECT` reads/writes _of a `DAX` file do work, it is the memory that
|
/linux/arch/alpha/include/uapi/asm/ |
A D | fcntl.h | 16 #define O_DIRECT 02000000 /* direct disk access - should check with OSF/1 */ macro
|
/linux/arch/sparc/include/uapi/asm/ |
A D | fcntl.h | 19 #define O_DIRECT 0x100000 /* direct disk access hint */ macro
|
/linux/arch/mips/include/uapi/asm/ |
A D | fcntl.h | 38 #define O_DIRECT 0x8000 /* direct disk access hint */ macro
|
/linux/include/linux/ |
A D | fcntl.h | 12 FASYNC | O_DIRECT | O_LARGEFILE | O_DIRECTORY | O_NOFOLLOW | \
|
/linux/security/integrity/ima/ |
A D | ima_api.c | 275 if (file->f_flags & O_DIRECT) in ima_collect_measurement() 336 if ((!result || result == -EEXIST) && !(file->f_flags & O_DIRECT)) { in ima_store_measurement()
|
/linux/include/trace/events/ |
A D | fs.h | 35 { O_DIRECT, "O_DIRECT" }, \
|
/linux/fs/nfs/ |
A D | file.c | 54 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()
|
/linux/fs/autofs/ |
A D | autofs_i.h | 216 pipe->f_flags |= O_DIRECT; in autofs_prepare_pipe()
|
/linux/fs/ |
A D | pipe.c | 399 return (file->f_flags & O_DIRECT) != 0; in is_packetized() 926 O_WRONLY | (flags & (O_NONBLOCK | O_DIRECT)), in create_pipe_files() 955 if (flags & ~(O_CLOEXEC | O_NONBLOCK | O_DIRECT | O_NOTIFICATION_PIPE)) in __do_pipe_flags()
|
A D | fcntl.c | 34 #define SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | O_DIRECT | O_NOATIME) 59 if (!S_ISFIFO(inode->i_mode) && (arg & O_DIRECT)) { in setfl()
|
/linux/fs/overlayfs/ |
A D | file.c | 73 #define OVL_SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | O_DIRECT) 85 if (flags & O_DIRECT) { in ovl_change_flags()
|
/linux/tools/testing/selftests/openat2/ |
A D | openat2_test.c | 190 .how.flags = O_PATH | O_DIRECT, .err = -EINVAL }, in test_openat2_flags()
|
/linux/fs/cachefiles/ |
A D | io.c | 397 file = open_with_fake_path(&path, O_RDWR | O_LARGEFILE | O_DIRECT, in cachefiles_begin_read_operation()
|
/linux/drivers/nvme/target/ |
A D | io-cmd-file.c | 49 flags |= O_DIRECT; in nvmet_file_ns_enable()
|
/linux/tools/io_uring/ |
A D | io_uring-bench.c | 495 flags |= O_DIRECT; in main()
|
/linux/fs/cifs/ |
A D | cifsfs.c | 927 if (iocb->ki_filp->f_flags & O_DIRECT) in cifs_loose_read_iter() 944 if (iocb->ki_filp->f_flags & O_DIRECT) { in cifs_file_write_iter()
|