Home
last modified time | relevance | path

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

/linux-6.15/fs/iomap/
H A Dioend.c159 struct iomap_ioend *iomap_split_ioend(struct iomap_ioend *ioend, in iomap_split_ioend() function
208 EXPORT_SYMBOL_GPL(iomap_split_ioend);
/linux-6.15/include/linux/
H A Diomap.h455 struct iomap_ioend *iomap_split_ioend(struct iomap_ioend *ioend,
/linux-6.15/fs/xfs/
H A Dxfs_zone_alloc.c836 while ((split = iomap_split_ioend(ioend, alloc_len, is_seq))) { in xfs_zone_alloc_and_submit()