Searched refs:iomap_seek_data (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/iomap/
H A Dseek.c80 iomap_seek_data(struct inode *inode, loff_t pos, const struct iomap_ops *ops) function
104 EXPORT_SYMBOL_GPL(iomap_seek_data); variable
/linux-master/include/linux/
H A Diomap.h284 loff_t iomap_seek_data(struct inode *inode, loff_t offset,
/linux-master/fs/ext4/
H A Dfile.c918 offset = iomap_seek_data(inode, offset,
/linux-master/fs/xfs/
H A Dxfs_file.c1241 offset = iomap_seek_data(inode, offset, &xfs_seek_iomap_ops);
/linux-master/fs/gfs2/
H A Dinode.c2130 ret = iomap_seek_data(inode, offset, &gfs2_iomap_ops);

Completed in 277 milliseconds