Searched refs:iomap_apply (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/fs/iomap/ |
| H A D | fiemap.c | 83 ret = iomap_apply(inode, start, len, IOMAP_REPORT, ops, &ctx, in iomap_fiemap() 134 ret = iomap_apply(inode, pos, blocksize, 0, ops, &bno, in iomap_bmap()
|
| H A D | seek.c | 150 ret = iomap_apply(inode, offset, size - offset, IOMAP_REPORT, in iomap_seek_hole() 193 ret = iomap_apply(inode, offset, size - offset, IOMAP_REPORT, in iomap_seek_data()
|
| H A D | apply.c | 24 iomap_apply(struct inode *inode, loff_t pos, loff_t length, unsigned flags, in iomap_apply() function
|
| H A D | buffered-io.c | 326 ret = iomap_apply(inode, page_offset(page) + poff, in iomap_readpage() 405 loff_t ret = iomap_apply(inode, pos, length, 0, ops, in iomap_readahead() 832 ret = iomap_apply(inode, pos, iov_iter_count(iter), in iomap_file_buffered_write() 892 ret = iomap_apply(inode, pos, len, IOMAP_WRITE, ops, NULL, in iomap_file_unshare() 960 ret = iomap_apply(inode, pos, len, IOMAP_ZERO, in iomap_zero_range() 1024 ret = iomap_apply(inode, offset, length, in iomap_page_mkwrite()
|
| H A D | swapfile.c | 164 ret = iomap_apply(inode, pos, len, IOMAP_REPORT, in iomap_swapfile_activate()
|
| H A D | trace.h | 144 TRACE_EVENT(iomap_apply,
|
| H A D | direct-io.c | 523 ret = iomap_apply(inode, pos, count, flags, ops, dio, in __iomap_dio_rw()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | iomap.h | 158 loff_t iomap_apply(struct inode *inode, loff_t pos, loff_t length,
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | dax.c | 1234 ret = iomap_apply(inode, pos, iov_iter_count(iter), flags, ops, in dax_iomap_rw()
|