Home
last modified time | relevance | path

Searched refs:iomap_seek_data (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/fs/iomap/
H A Dseek.c80 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.15/include/linux/
H A Diomap.h364 loff_t iomap_seek_data(struct inode *inode, loff_t offset,
/linux-6.15/fs/erofs/
H A Ddata.c442 offset = iomap_seek_data(inode, offset, ops); in erofs_file_llseek()
/linux-6.15/fs/ext4/
H A Dfile.c951 offset = iomap_seek_data(inode, offset, in ext4_llseek()
/linux-6.15/fs/xfs/
H A Dxfs_file.c1647 offset = iomap_seek_data(inode, offset, &xfs_seek_iomap_ops); in xfs_file_llseek()
/linux-6.15/fs/gfs2/
H A Dinode.c2132 ret = iomap_seek_data(inode, offset, &gfs2_iomap_ops); in gfs2_seek_data()
/linux-6.15/Documentation/filesystems/iomap/
H A Doperations.rst679 The ``iomap_seek_data`` function implements the SEEK_DATA "whence" value