Home
last modified time | relevance | path

Searched refs:FOP_DONTCACHE (Results 1 – 8 of 8) sorted by relevance

/linux/Documentation/filesystems/nfs/
H A Dnfsd-io-modes.rst66 - for WRITE: 974c5e6139db3 ("xfs: flag as supporting FOP_DONTCACHE")
69 filesystem doesn't indicate support by setting FOP_DONTCACHE.
/linux/fs/nfs/
H A Dnfs4file.c460 .fop_flags = FOP_DONTCACHE,
H A Dfile.c1012 .fop_flags = FOP_DONTCACHE,
/linux/fs/nfsd/
H A Dvfs.c1222 if (file->f_op->fop_flags & FOP_DONTCACHE) in nfsd_iter_read()
1402 if (nf->nf_file->f_op->fop_flags & FOP_DONTCACHE) in nfsd_direct_write()
1508 if (file->f_op->fop_flags & FOP_DONTCACHE) in nfsd_vfs_write()
/linux/fs/ext4/
H A Dfile.c1054 FOP_DONTCACHE,
/linux/block/
H A Dfops.c946 .fop_flags = FOP_BUFFER_RASYNC | FOP_DONTCACHE,
/linux/include/linux/
H A Dfs.h1980 #define FOP_DONTCACHE ((__force fop_flags_t)(1 << 7)) macro
3474 if (!(ki->ki_filp->f_op->fop_flags & FOP_DONTCACHE)) in kiocb_set_rw_flags()
/linux/fs/xfs/
H A Dxfs_file.c2178 FOP_DONTCACHE,