Home
last modified time | relevance | path

Searched refs:iomap_apply (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/fs/
Diomap.c49 iomap_apply(struct inode *inode, loff_t pos, loff_t length, unsigned flags, in iomap_apply() function
367 ret = iomap_apply(inode, page_offset(page) + poff, in iomap_readpage()
463 ret = iomap_apply(mapping->host, pos, length, 0, ops, in iomap_readpages()
853 ret = iomap_apply(inode, pos, iov_iter_count(iter), in iomap_file_buffered_write()
934 ret = iomap_apply(inode, pos, len, IOMAP_WRITE, ops, NULL, in iomap_file_dirty()
1012 ret = iomap_apply(inode, pos, len, IOMAP_ZERO, in iomap_zero_range()
1085 ret = iomap_apply(inode, offset, length, in iomap_page_mkwrite()
1180 ret = iomap_apply(inode, start, len, IOMAP_REPORT, ops, &ctx, in iomap_fiemap()
1342 ret = iomap_apply(inode, offset, length, IOMAP_REPORT, ops, in iomap_seek_hole()
1388 ret = iomap_apply(inode, offset, length, IOMAP_REPORT, ops, in iomap_seek_data()
[all …]
Dinternal.h187 loff_t iomap_apply(struct inode *inode, loff_t pos, loff_t length,
Ddax.c1307 ret = iomap_apply(inode, pos, iov_iter_count(iter), flags, ops, in dax_iomap_rw()