Searched refs:iomap_seek_data (Results 1 – 6 of 6) sorted by relevance
| /linux/fs/iomap/ |
| H A D | seek.c | 76 iomap_seek_data(struct inode *inode, loff_t pos, const struct iomap_ops *ops) in iomap_seek_data() function 100 EXPORT_SYMBOL_GPL(iomap_seek_data);
|
| /linux/include/linux/ |
| H A D | iomap.h | 379 loff_t iomap_seek_data(struct inode *inode, loff_t offset,
|
| /linux/fs/erofs/ |
| H A D | data.c | 467 offset = iomap_seek_data(inode, offset, ops); in erofs_file_llseek()
|
| /linux/fs/ext4/ |
| H A D | file.c | 952 offset = iomap_seek_data(inode, offset, in ext4_llseek()
|
| /linux/fs/xfs/ |
| H A D | xfs_file.c | 1766 offset = iomap_seek_data(inode, offset, &xfs_seek_iomap_ops); in xfs_file_llseek()
|
| /linux/Documentation/filesystems/iomap/ |
| H A D | operations.rst | 720 The ``iomap_seek_data`` function implements the SEEK_DATA "whence" value
|