Home
last modified time | relevance | path

Searched refs:FOPEN_DIRECT_IO (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/Documentation/filesystems/
Dfuse-io.txt8 The direct-io mode can be selected with the FOPEN_DIRECT_IO flag in the
/Linux-v5.4/include/uapi/linux/
Dfuse.h281 #define FOPEN_DIRECT_IO (1 << 0) macro
/Linux-v5.4/fs/fuse/
Dfile.c166 ff->open_flags &= ~FOPEN_DIRECT_IO; in fuse_do_open()
1552 if (!(ff->open_flags & FOPEN_DIRECT_IO)) in fuse_file_read_iter()
1566 if (!(ff->open_flags & FOPEN_DIRECT_IO)) in fuse_file_write_iter()
2282 if (ff->open_flags & FOPEN_DIRECT_IO) { in fuse_file_mmap()