Searched refs:O_DIRECT (Results 26 - 39 of 39) sorted by relevance

12

/linux-master/fs/smb/client/
H A Ddir.c520 if (file->f_flags & O_DIRECT &&
H A Dfile.c256 if (flags & O_DIRECT)
382 *? by this client. Flags O_APPEND, O_DIRECT, O_DIRECTORY,
394 if (f_flags & O_DIRECT)
799 if (file->f_flags & O_DIRECT &&
902 if (!(file->f_flags & O_DIRECT))
1045 if (cfile->f_flags & O_DIRECT)
5107 * allowes open() O_DIRECT flags which would have failed otherwise.
H A Dcifsfs.c1013 if (iocb->ki_filp->f_flags & O_DIRECT) {
/linux-master/fs/9p/
H A Dvfs_inode_dotl.c130 { O_DIRECT, P9_DOTL_DIRECT },
/linux-master/fs/ntfs3/
H A Dfile.c1142 (file->f_flags & O_DIRECT))) {
/linux-master/tools/testing/selftests/net/
H A Dipsec.c2299 if (pipe2(test_desc_fd, O_DIRECT) < 0)
2302 if (pipe2(results_fd, O_DIRECT) < 0)
/linux-master/fs/
H A Dopen.c976 if ((f->f_flags & O_DIRECT) && !(f->f_mode & FMODE_CAN_ODIRECT))
H A Dsplice.c980 * O_DIRECT and DAX don't deal with the pagecache, so we allocate a
983 if ((in->f_flags & O_DIRECT) || IS_DAX(in->f_mapping->host))
/linux-master/fs/ocfs2/
H A Dfile.c110 if (mode & O_DIRECT)
2388 * Concurrent O_DIRECT writes are allowed with
2405 * O_DIRECT writes with "coherency=full" need to take EX cluster
2534 * buffered reads protect themselves in ->read_folio(). O_DIRECT reads
/linux-master/include/linux/
H A Dfs.h168 /* File supports non-exclusive O_DIRECT writes from multiple threads */
379 * Can be used for O_DIRECT IO, where the completion handling
3400 if (file->f_flags & O_DIRECT)
/linux-master/fs/ceph/
H A Dfile.c978 * buffer to osd, or directly to user pages (if O_DIRECT).
1200 (file->f_flags & O_DIRECT) ? "O_DIRECT" : "");
/linux-master/io_uring/
H A Dio_uring.c473 if (should_hash && (req->file->f_flags & O_DIRECT) &&
/linux-master/fs/nfs/
H A Dnfs4proc.c1340 /* Want no delegation if we're using O_DIRECT */
1341 if (openflags & O_DIRECT)
2761 opendata->o_arg.open_flags = O_DIRECT;
5583 /* Don't request attributes for pNFS or O_DIRECT writes */
/linux-master/fs/f2fs/
H A Dfile.c2078 if (filp->f_flags & O_DIRECT)
4772 * invalidated to preserve the expected O_DIRECT semantics.
4870 * the page cache to preserve O_DIRECT semantics

Completed in 296 milliseconds

12