Searched refs:fop_flags (Results 1 – 25 of 30) sorted by relevance
12
| /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,
|
| H A D | mem.c | 657 .fop_flags = FOP_UNSIGNED_OFFSET,
|
| /linux/drivers/accel/amdxdna/ |
| H A D | amdxdna_pci_drv.c | 226 .fop_flags = FOP_UNSIGNED_OFFSET,
|
| /linux/include/linux/ |
| H A D | filelock.h | 193 return !fops->lock || fops->fop_flags & FOP_ASYNC_LOCK; in locks_can_async_lock()
|
| H A D | hugetlb.h | 535 return file->f_op->fop_flags & FOP_HUGE_PAGES; in is_file_hugepages()
|
| H A D | fs.h | 1928 fop_flags_t fop_flags; member 3433 if (!(ki->ki_filp->f_op->fop_flags & FOP_DONTCACHE)) in kiocb_set_rw_flags()
|
| /linux/fs/nfs/ |
| H A D | nfs4file.c | 458 .fop_flags = FOP_DONTCACHE,
|
| H A D | file.c | 966 .fop_flags = FOP_DONTCACHE,
|
| /linux/drivers/dax/ |
| H A D | device.c | 390 .fop_flags = FOP_MMAP_SYNC,
|
| /linux/fs/gfs2/ |
| H A D | file.c | 1597 .fop_flags = FOP_ASYNC_LOCK, 1610 .fop_flags = FOP_ASYNC_LOCK,
|
| /linux/io_uring/ |
| H A D | rw.c | 817 !(req->file->f_op->fop_flags & FOP_BUFFER_RASYNC)) in io_rw_should_retry() 1153 !(req->file->f_op->fop_flags & FOP_BUFFER_WASYNC) && in io_write()
|
| /linux/mm/ |
| H A D | mmap.c | 258 if (file->f_op->fop_flags & FOP_UNSIGNED_OFFSET) in file_mmap_size_max() 432 if (file->f_op->fop_flags & FOP_MMAP_SYNC) in do_mmap()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_file.c | 332 if (WARN_ON_ONCE(!(filp->f_op->fop_flags & FOP_UNSIGNED_OFFSET))) in drm_open_helper()
|
| /linux/fs/nfsd/ |
| H A D | vfs.c | 1214 if (file->f_op->fop_flags & FOP_DONTCACHE) in nfsd_iter_read() 1393 if (nf->nf_file->f_op->fop_flags & FOP_DONTCACHE) in nfsd_direct_write() 1493 if (file->f_op->fop_flags & FOP_DONTCACHE) in nfsd_vfs_write()
|
| /linux/fs/ext4/ |
| H A D | file.c | 975 .fop_flags = FOP_MMAP_SYNC | FOP_BUFFER_RASYNC |
|
| /linux/block/ |
| H A D | fops.c | 969 .fop_flags = FOP_BUFFER_RASYNC,
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_device.c | 372 .fop_flags = FOP_UNSIGNED_OFFSET,
|
| /linux/fs/ocfs2/ |
| H A D | file.c | 2826 .fop_flags = FOP_ASYNC_LOCK, 2844 .fop_flags = FOP_ASYNC_LOCK,
|
| /linux/drivers/gpu/drm/tegra/ |
| H A D | drm.c | 805 .fop_flags = FOP_UNSIGNED_OFFSET,
|
| /linux/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_drm.c | 1327 .fop_flags = FOP_UNSIGNED_OFFSET,
|
| /linux/drivers/gpu/drm/panthor/ |
| H A D | panthor_drv.c | 1634 .fop_flags = FOP_UNSIGNED_OFFSET,
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_drv.c | 1580 .fop_flags = FOP_UNSIGNED_OFFSET,
|
| /linux/fs/hugetlbfs/ |
| H A D | inode.c | 1246 .fop_flags = FOP_HUGE_PAGES,
|
| /linux/fs/xfs/ |
| H A D | xfs_file.c | 2043 .fop_flags = FOP_MMAP_SYNC | FOP_BUFFER_RASYNC |
|
12