Searched refs:iomap_seek_data (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/fs/iomap/ |
D | seek.c | 80 iomap_seek_data(struct inode *inode, loff_t pos, const struct iomap_ops *ops) in iomap_seek_data() function 104 EXPORT_SYMBOL_GPL(iomap_seek_data);
|
/linux-6.12.1/include/linux/ |
D | iomap.h | 320 loff_t iomap_seek_data(struct inode *inode, loff_t offset,
|
/linux-6.12.1/fs/ext4/ |
D | file.c | 918 offset = iomap_seek_data(inode, offset, in ext4_llseek()
|
/linux-6.12.1/fs/xfs/ |
D | xfs_file.c | 1389 offset = iomap_seek_data(inode, offset, &xfs_seek_iomap_ops); in xfs_file_llseek()
|
/linux-6.12.1/fs/gfs2/ |
D | inode.c | 2130 ret = iomap_seek_data(inode, offset, &gfs2_iomap_ops); in gfs2_seek_data()
|
/linux-6.12.1/Documentation/filesystems/iomap/ |
D | operations.rst | 648 The ``iomap_seek_data`` function implements the SEEK_DATA "whence" value
|