Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Diomap.h338 int (*prepare_ioend)(struct iomap_ioend *ioend, int status); member
/openbmc/linux/fs/xfs/
H A Dxfs_aops.c468 .prepare_ioend = xfs_prepare_ioend,
/openbmc/linux/fs/iomap/
H A Dbuffered-io.c1646 if (wpc->ops->prepare_ioend) in iomap_submit_ioend()
1647 error = wpc->ops->prepare_ioend(ioend, error); in iomap_submit_ioend()