Home
last modified time | relevance | path

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

/Linux-v5.4/fs/iomap/
Dfiemap.c88 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()
Dseek.c151 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()
Dapply.c23 iomap_apply(struct inode *inode, loff_t pos, loff_t length, unsigned flags, in iomap_apply() function
Dbuffered-io.c297 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()
Dswapfile.c157 ret = iomap_apply(inode, pos, len, IOMAP_REPORT, in iomap_swapfile_activate()
Ddirect-io.c488 ret = iomap_apply(inode, pos, count, flags, ops, dio, in iomap_dio_rw()
/Linux-v5.4/include/linux/
Diomap.h131 loff_t iomap_apply(struct inode *inode, loff_t pos, loff_t length,
/Linux-v5.4/fs/
Ddax.c1211 ret = iomap_apply(inode, pos, iov_iter_count(iter), flags, ops, in dax_iomap_rw()