Searched refs:iomap_apply (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/fs/ |
D | iomap.c | 49 iomap_apply(struct inode *inode, loff_t pos, loff_t length, unsigned flags, in iomap_apply() function 393 ret = iomap_apply(inode, page_offset(page) + poff, in iomap_readpage() 489 ret = iomap_apply(mapping->host, pos, length, 0, ops, in iomap_readpages() 894 ret = iomap_apply(inode, pos, iov_iter_count(iter), in iomap_file_buffered_write() 975 ret = iomap_apply(inode, pos, len, IOMAP_WRITE, ops, NULL, in iomap_file_dirty() 1053 ret = iomap_apply(inode, pos, len, IOMAP_ZERO, in iomap_zero_range() 1126 ret = iomap_apply(inode, offset, length, in iomap_page_mkwrite() 1221 ret = iomap_apply(inode, start, len, IOMAP_REPORT, ops, &ctx, in iomap_fiemap() 1383 ret = iomap_apply(inode, offset, length, IOMAP_REPORT, ops, in iomap_seek_hole() 1429 ret = iomap_apply(inode, offset, length, IOMAP_REPORT, ops, in iomap_seek_data() [all …]
|
D | internal.h | 185 loff_t iomap_apply(struct inode *inode, loff_t pos, loff_t length,
|
D | dax.c | 1309 ret = iomap_apply(inode, pos, iov_iter_count(iter), flags, ops, in dax_iomap_rw()
|