Home
last modified time | relevance | path

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

/linux/fs/iomap/
H A Dioend.c15 struct iomap_ioend *iomap_init_ioend(struct inode *inode, in iomap_init_ioend() function
32 EXPORT_SYMBOL_GPL(iomap_init_ioend);
112 return iomap_init_ioend(wpc->inode, bio, pos, ioend_flags); in iomap_alloc_ioend()
413 split_ioend = iomap_init_ioend(ioend->io_inode, split, ioend->io_offset, in iomap_split_ioend()
/linux/include/linux/
H A Diomap.h458 struct iomap_ioend *iomap_init_ioend(struct inode *inode, struct bio *bio,
/linux/fs/xfs/
H A Dxfs_file.c660 ioend = iomap_init_ioend(iter->inode, bio, file_offset, in xfs_dio_zoned_submit_io()