Searched refs:iomap_apply (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/fs/iomap/ |
| D | fiemap.c | 88 ret = iomap_apply(inode, start, len, IOMAP_REPORT, ops, &ctx, in iomap_fiemap() 141 iomap_apply(inode, pos, blocksize, 0, ops, &bno, iomap_bmap_actor); in iomap_bmap()
|
| D | seek.c | 151 ret = iomap_apply(inode, offset, length, IOMAP_REPORT, ops, in iomap_seek_hole() 197 ret = iomap_apply(inode, offset, length, IOMAP_REPORT, ops, in iomap_seek_data()
|
| D | apply.c | 23 iomap_apply(struct inode *inode, loff_t pos, loff_t length, unsigned flags, in iomap_apply() function
|
| D | buffered-io.c | 297 ret = iomap_apply(inode, page_offset(page) + poff, in iomap_readpage() 393 ret = iomap_apply(mapping->host, pos, length, 0, ops, in iomap_readpages() 826 ret = iomap_apply(inode, pos, iov_iter_count(iter), in iomap_file_buffered_write() 907 ret = iomap_apply(inode, pos, len, IOMAP_WRITE, ops, NULL, in iomap_file_dirty() 985 ret = iomap_apply(inode, pos, len, IOMAP_ZERO, in iomap_zero_range() 1058 ret = iomap_apply(inode, offset, length, in iomap_page_mkwrite()
|
| D | swapfile.c | 157 ret = iomap_apply(inode, pos, len, IOMAP_REPORT, in iomap_swapfile_activate()
|
| D | direct-io.c | 488 ret = iomap_apply(inode, pos, count, flags, ops, dio, in iomap_dio_rw()
|
| /Linux-v5.4/include/linux/ |
| D | iomap.h | 131 loff_t iomap_apply(struct inode *inode, loff_t pos, loff_t length,
|
| /Linux-v5.4/fs/ |
| D | dax.c | 1211 ret = iomap_apply(inode, pos, iov_iter_count(iter), flags, ops, in dax_iomap_rw()
|