Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Diomap.h365 int (*prepare_ioend)(struct iomap_ioend *ioend, int status); member
/linux-6.12.1/fs/xfs/
Dxfs_aops.c465 .prepare_ioend = xfs_prepare_ioend,
/linux-6.12.1/Documentation/filesystems/iomap/
Doperations.rst286 int (*prepare_ioend)(struct iomap_ioend *ioend, int status);
309 - ``prepare_ioend``: Enables filesystems to transform the writeback
344 extent conversions) should provide a ``->prepare_ioend`` function to
/linux-6.12.1/fs/iomap/
Dbuffered-io.c1691 if (wpc->ops->prepare_ioend) in iomap_submit_ioend()
1692 error = wpc->ops->prepare_ioend(wpc->ioend, error); in iomap_submit_ioend()