Searched refs:fop_flags (Results 1 – 16 of 16) sorted by relevance
| /linux/include/drm/ |
| H A D | drm_gem_dma_helper.h | 270 .fop_flags = FOP_UNSIGNED_OFFSET, \
|
| /linux/drivers/char/ |
| H A D | adi.c | 204 .fop_flags = FOP_UNSIGNED_OFFSET,
|
| /linux/rust/kernel/drm/gem/ |
| H A D | mod.rs | 402 fops.fop_flags = bindings::FOP_UNSIGNED_OFFSET;
|
| /linux/fs/nfs/ |
| H A D | nfs4file.c | 458 .fop_flags = FOP_DONTCACHE,
|
| /linux/drivers/accel/amdxdna/ |
| H A D | amdxdna_pci_drv.c | 326 .fop_flags = FOP_UNSIGNED_OFFSET,
|
| /linux/fs/gfs2/ |
| H A D | file.c | 1606 .fop_flags = FOP_ASYNC_LOCK, 1619 .fop_flags = FOP_ASYNC_LOCK,
|
| /linux/io_uring/ |
| H A D | rw.c | 808 !(req->file->f_op->fop_flags & FOP_BUFFER_RASYNC)) in io_rw_should_retry() 1147 !(req->file->f_op->fop_flags & FOP_BUFFER_WASYNC) && in io_write()
|
| H A D | io_uring.c | 383 (req->file->f_op->fop_flags & FOP_DIO_PARALLEL_WRITE)) in io_prep_async_work()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_file.c | 329 if (WARN_ON_ONCE(!(filp->f_op->fop_flags & FOP_UNSIGNED_OFFSET))) in drm_open_helper()
|
| /linux/fs/nfsd/ |
| H A D | vfs.c | 1222 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 D | file.c | 1052 .fop_flags = FOP_MMAP_SYNC | FOP_BUFFER_RASYNC |
|
| /linux/block/ |
| H A D | fops.c | 946 .fop_flags = FOP_BUFFER_RASYNC | FOP_DONTCACHE,
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_device.c | 378 .fop_flags = FOP_UNSIGNED_OFFSET,
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_drv.c | 1580 .fop_flags = FOP_UNSIGNED_OFFSET,
|
| /linux/include/linux/ |
| H A D | fs.h | 1922 fop_flags_t fop_flags; member 3475 if (!(ki->ki_filp->f_op->fop_flags & FOP_DONTCACHE)) in kiocb_set_rw_flags()
|
| /linux/fs/btrfs/ |
| H A D | file.c | 3835 .fop_flags = FOP_BUFFER_RASYNC | FOP_BUFFER_WASYNC,
|