Home
last modified time | relevance | path

Searched refs:xfs_seek_iomap_ops (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/xfs/
H A Dxfs_iomap.h54 extern const struct iomap_ops xfs_seek_iomap_ops;
H A Dxfs_file.c1311 offset = iomap_seek_hole(inode, offset, &xfs_seek_iomap_ops); in xfs_file_llseek()
1314 offset = iomap_seek_data(inode, offset, &xfs_seek_iomap_ops); in xfs_file_llseek()
H A Dxfs_iomap.c1358 const struct iomap_ops xfs_seek_iomap_ops = { variable