Searched refs:direct_IO (Results 1 – 25 of 35) sorted by relevance
12
| /Linux-v5.4/fs/9p/ |
| D | vfs_addr.c | 335 .direct_IO = v9fs_direct_IO,
|
| /Linux-v5.4/fs/udf/ |
| D | file.c | 133 .direct_IO = udf_adinicb_direct_IO,
|
| /Linux-v5.4/mm/ |
| D | page_io.c | 302 ret = mapping->a_ops->direct_IO(&kiocb, &from); in __swap_writepage()
|
| D | filemap.c | 2303 retval = mapping->a_ops->direct_IO(iocb, iter); in generic_file_read_iter() 3208 written = mapping->a_ops->direct_IO(iocb, from); in generic_file_direct_write()
|
| /Linux-v5.4/fs/jfs/ |
| D | inode.c | 367 .direct_IO = jfs_direct_IO,
|
| /Linux-v5.4/fs/xfs/ |
| D | xfs_aops.c | 1197 .direct_IO = noop_direct_IO, 1206 .direct_IO = noop_direct_IO,
|
| /Linux-v5.4/fs/ext2/ |
| D | inode.c | 971 .direct_IO = ext2_direct_IO, 985 .direct_IO = ext2_direct_IO, 993 .direct_IO = noop_direct_IO,
|
| /Linux-v5.4/fs/overlayfs/ |
| D | file.c | 65 !file->f_mapping->a_ops->direct_IO) in ovl_change_flags()
|
| D | inode.c | 507 .direct_IO = noop_direct_IO,
|
| /Linux-v5.4/fs/nfs/ |
| D | file.c | 516 .direct_IO = nfs_direct_IO,
|
| /Linux-v5.4/fs/gfs2/ |
| D | aops.c | 837 .direct_IO = noop_direct_IO,
|
| /Linux-v5.4/fs/hfsplus/ |
| D | inode.c | 172 .direct_IO = hfsplus_direct_IO,
|
| /Linux-v5.4/fs/hfs/ |
| D | inode.c | 175 .direct_IO = hfs_direct_IO,
|
| /Linux-v5.4/fs/ |
| D | fcntl.c | 60 !filp->f_mapping->a_ops->direct_IO) in setfl()
|
| D | open.c | 818 if (!f->f_mapping->a_ops || !f->f_mapping->a_ops->direct_IO) in do_dentry_open()
|
| D | block_dev.c | 2042 .direct_IO = blkdev_direct_IO,
|
| /Linux-v5.4/Documentation/filesystems/ |
| D | locking.rst | 254 int (*direct_IO)(struct kiocb *, struct iov_iter *iter); 281 direct_IO:
|
| D | vfs.rst | 721 ssize_t (*direct_IO)(struct kiocb *, struct iov_iter *iter); 878 ``direct_IO`` 879 called by the generic read/write routines to perform direct_IO -
|
| /Linux-v5.4/fs/ext4/ |
| D | inode.c | 3913 .direct_IO = ext4_direct_IO, 3930 .direct_IO = ext4_direct_IO, 3946 .direct_IO = ext4_direct_IO, 3954 .direct_IO = noop_direct_IO,
|
| /Linux-v5.4/fs/affs/ |
| D | file.c | 441 .direct_IO = affs_direct_IO,
|
| /Linux-v5.4/fs/nilfs2/ |
| D | inode.c | 316 .direct_IO = nilfs_direct_IO,
|
| /Linux-v5.4/fs/orangefs/ |
| D | inode.c | 716 .direct_IO = orangefs_direct_IO,
|
| /Linux-v5.4/fs/fat/ |
| D | inode.c | 351 .direct_IO = fat_direct_IO,
|
| /Linux-v5.4/fs/ceph/ |
| D | addr.c | 1405 .direct_IO = ceph_direct_io,
|
| /Linux-v5.4/fs/ocfs2/ |
| D | aops.c | 2483 .direct_IO = ocfs2_direct_IO,
|
12