Searched refs:blockdev_direct_IO (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/fs/jfs/ |
| H A D | inode.c | 331 ret = blockdev_direct_IO(iocb, inode, iter, jfs_get_block); in jfs_direct_IO()
|
| /linux-6.15/fs/exfat/ |
| H A D | inode.c | 506 ret = blockdev_direct_IO(iocb, inode, iter, exfat_get_block); in exfat_direct_IO()
|
| /linux-6.15/fs/hfsplus/ |
| H A D | inode.c | 129 ret = blockdev_direct_IO(iocb, inode, iter, hfsplus_get_block); in hfsplus_direct_IO()
|
| /linux-6.15/fs/hfs/ |
| H A D | inode.c | 132 ret = blockdev_direct_IO(iocb, inode, iter, hfs_get_block); in hfs_direct_IO()
|
| /linux-6.15/fs/ |
| H A D | Kconfig | 28 # old blockdev_direct_IO implementation. Use iomap for new code instead
|
| /linux-6.15/fs/nilfs2/ |
| H A D | inode.c | 267 return blockdev_direct_IO(iocb, inode, iter, nilfs_get_block); in nilfs_direct_IO()
|
| /linux-6.15/fs/affs/ |
| H A D | file.c | 412 ret = blockdev_direct_IO(iocb, inode, iter, affs_get_block); in affs_direct_IO()
|
| /linux-6.15/fs/fat/ |
| H A D | inode.c | 281 ret = blockdev_direct_IO(iocb, inode, iter, fat_get_block); in fat_direct_IO()
|
| /linux-6.15/fs/ntfs3/ |
| H A D | inode.c | 809 ret = blockdev_direct_IO(iocb, inode, iter, in ntfs_direct_IO()
|
| /linux-6.15/fs/udf/ |
| H A D | inode.c | 305 ret = blockdev_direct_IO(iocb, inode, iter, udf_get_block); in udf_direct_IO()
|
| /linux-6.15/include/linux/ |
| H A D | fs.h | 3417 static inline ssize_t blockdev_direct_IO(struct kiocb *iocb, in blockdev_direct_IO() function
|
| /linux-6.15/Documentation/filesystems/ |
| H A D | porting.rst | 318 nobh_write_begin, blockdev_direct_IO*) to callers. Take a look at
|