Searched refs:blockdev_direct_IO (Results 1 – 13 of 13) sorted by relevance
/openbmc/linux/fs/jfs/ |
H A D | inode.c | 331 ret = blockdev_direct_IO(iocb, inode, iter, jfs_get_block); in jfs_direct_IO()
|
/openbmc/linux/fs/exfat/ |
H A D | inode.c | 435 ret = blockdev_direct_IO(iocb, inode, iter, exfat_get_block); in exfat_direct_IO()
|
/openbmc/linux/fs/hfsplus/ |
H A D | inode.c | 135 ret = blockdev_direct_IO(iocb, inode, iter, hfsplus_get_block); in hfsplus_direct_IO()
|
/openbmc/linux/fs/hfs/ |
H A D | inode.c | 138 ret = blockdev_direct_IO(iocb, inode, iter, hfs_get_block); in hfs_direct_IO()
|
/openbmc/linux/fs/ |
H A D | Kconfig | 24 # old blockdev_direct_IO implementation. Use iomap for new code instead
|
/openbmc/linux/fs/affs/ |
H A D | file.c | 412 ret = blockdev_direct_IO(iocb, inode, iter, affs_get_block); in affs_direct_IO()
|
/openbmc/linux/fs/nilfs2/ |
H A D | inode.c | 296 return blockdev_direct_IO(iocb, inode, iter, nilfs_get_block); in nilfs_direct_IO()
|
/openbmc/linux/fs/fat/ |
H A D | inode.c | 283 ret = blockdev_direct_IO(iocb, inode, iter, fat_get_block); in fat_direct_IO()
|
/openbmc/linux/fs/ntfs3/ |
H A D | inode.c | 801 ret = blockdev_direct_IO(iocb, inode, iter, in ntfs_direct_IO()
|
/openbmc/linux/fs/udf/ |
H A D | inode.c | 309 ret = blockdev_direct_IO(iocb, inode, iter, udf_get_block); in udf_direct_IO()
|
/openbmc/linux/fs/reiserfs/ |
H A D | inode.c | 3242 ret = blockdev_direct_IO(iocb, inode, iter, in reiserfs_direct_IO()
|
/openbmc/linux/include/linux/ |
H A D | fs.h | 3042 static inline ssize_t blockdev_direct_IO(struct kiocb *iocb, in blockdev_direct_IO() function
|
/openbmc/linux/Documentation/filesystems/ |
H A D | porting.rst | 318 nobh_write_begin, blockdev_direct_IO*) to callers. Take a look at
|