Searched refs:iomap_seek_hole (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/fs/iomap/ |
D | seek.c | 34 iomap_seek_hole(struct inode *inode, loff_t pos, const struct iomap_ops *ops) in iomap_seek_hole() function 57 EXPORT_SYMBOL_GPL(iomap_seek_hole);
|
/linux-6.12.1/include/linux/ |
D | iomap.h | 318 loff_t iomap_seek_hole(struct inode *inode, loff_t offset,
|
/linux-6.12.1/fs/ext4/ |
D | file.c | 912 offset = iomap_seek_hole(inode, offset, in ext4_llseek()
|
/linux-6.12.1/fs/xfs/ |
D | xfs_file.c | 1386 offset = iomap_seek_hole(inode, offset, &xfs_seek_iomap_ops); in xfs_file_llseek()
|
/linux-6.12.1/fs/gfs2/ |
D | inode.c | 2149 ret = iomap_seek_hole(inode, offset, &gfs2_iomap_ops); in gfs2_seek_hole()
|
/linux-6.12.1/Documentation/filesystems/iomap/ |
D | operations.rst | 663 The ``iomap_seek_hole`` function implements the SEEK_HOLE "whence" value
|