O_DIRECT 82 drivers/char/raw.c filp->f_flags |= O_DIRECT; O_DIRECT 37 drivers/nvme/target/io-cmd-file.c flags |= O_DIRECT; O_DIRECT 178 fs/9p/vfs_inode_dotl.c { O_DIRECT, P9_DOTL_DIRECT }, O_DIRECT 215 fs/autofs/autofs_i.h pipe->f_flags |= O_DIRECT; O_DIRECT 595 fs/ceph/file.c (file->f_flags & O_DIRECT) ? "O_DIRECT" : ""); O_DIRECT 891 fs/cifs/cifsfs.c if (iocb->ki_filp->f_flags & O_DIRECT) O_DIRECT 908 fs/cifs/cifsfs.c if (iocb->ki_filp->f_flags & O_DIRECT) { O_DIRECT 550 fs/cifs/dir.c if (file->f_flags & O_DIRECT && O_DIRECT 94 fs/cifs/file.c if (flags & O_DIRECT) O_DIRECT 232 fs/cifs/file.c if (f_flags & O_DIRECT) O_DIRECT 551 fs/cifs/file.c if (file->f_flags & O_DIRECT && O_DIRECT 760 fs/cifs/file.c if (cfile->f_flags & O_DIRECT) O_DIRECT 1851 fs/f2fs/file.c if (filp->f_flags & O_DIRECT) O_DIRECT 33 fs/fcntl.c #define SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | O_DIRECT | O_NOATIME) O_DIRECT 58 fs/fcntl.c if (!S_ISFIFO(inode->i_mode) && (arg & O_DIRECT)) { O_DIRECT 54 fs/nfs/file.c if ((flags & (O_APPEND | O_DIRECT)) == (O_APPEND | O_DIRECT)) O_DIRECT 106 fs/nfs/file.c if (filp->f_flags & O_DIRECT) O_DIRECT 1231 fs/nfs/nfs4proc.c if (openflags & O_DIRECT) O_DIRECT 315 fs/nfs/nfs4trace.h { O_DIRECT, "O_DIRECT" }) O_DIRECT 340 fs/nfs/nfstrace.h TRACE_DEFINE_ENUM(O_DIRECT); O_DIRECT 358 fs/nfs/nfstrace.h { O_DIRECT, "O_DIRECT" }, \ O_DIRECT 112 fs/ocfs2/file.c if (mode & O_DIRECT) O_DIRECT 817 fs/open.c if (f->f_flags & O_DIRECT) { O_DIRECT 44 fs/overlayfs/file.c #define OVL_SETFL_MASK (O_APPEND | O_NONBLOCK | O_NDELAY | O_DIRECT) O_DIRECT 63 fs/overlayfs/file.c if (flags & O_DIRECT) { O_DIRECT 375 fs/pipe.c return (file->f_flags & O_DIRECT) != 0; O_DIRECT 777 fs/pipe.c O_WRONLY | (flags & (O_NONBLOCK | O_DIRECT)), O_DIRECT 804 fs/pipe.c if (flags & ~(O_CLOEXEC | O_NONBLOCK | O_DIRECT)) O_DIRECT 11 include/linux/fcntl.h FASYNC | O_DIRECT | O_LARGEFILE | O_DIRECTORY | O_NOFOLLOW | \ O_DIRECT 3368 include/linux/fs.h return (filp->f_flags & O_DIRECT) || IS_DAX(filp->f_mapping->host); O_DIRECT 47 include/uapi/asm-generic/fcntl.h #ifndef O_DIRECT O_DIRECT 268 security/integrity/ima/ima_api.c if (file->f_flags & O_DIRECT) O_DIRECT 329 security/integrity/ima/ima_api.c if ((!result || result == -EEXIST) && !(file->f_flags & O_DIRECT)) { O_DIRECT 420 security/integrity/ima/ima_crypto.c if (file->f_flags & O_DIRECT) { O_DIRECT 349 security/integrity/ima/ima_main.c if ((file->f_flags & O_DIRECT) && (iint->flags & IMA_PERMIT_DIRECTIO)) O_DIRECT 46 tools/include/uapi/asm-generic/fcntl.h #ifndef O_DIRECT O_DIRECT 495 tools/io_uring/io_uring-bench.c flags |= O_DIRECT; O_DIRECT 6 tools/perf/trace/beauty/open_flags.c #ifndef O_DIRECT