Searched refs:prepare_ioend (Results 1 – 4 of 4) sorted by relevance
365 int (*prepare_ioend)(struct iomap_ioend *ioend, int status); member
465 .prepare_ioend = xfs_prepare_ioend,
286 int (*prepare_ioend)(struct iomap_ioend *ioend, int status);309 - ``prepare_ioend``: Enables filesystems to transform the writeback344 extent conversions) should provide a ``->prepare_ioend`` function to
1691 if (wpc->ops->prepare_ioend) in iomap_submit_ioend()1692 error = wpc->ops->prepare_ioend(wpc->ioend, error); in iomap_submit_ioend()