Home
last modified time | relevance | path

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

/linux/include/linux/
H A Diomap.h370 int (*prepare_ioend)(struct iomap_ioend *ioend, int status); member
/linux/fs/xfs/
H A Dxfs_aops.c466 .prepare_ioend = xfs_prepare_ioend,
/linux/fs/iomap/
H A Dbuffered-io.c1697 if (wpc->ops->prepare_ioend) in iomap_submit_ioend()
1698 error = wpc->ops->prepare_ioend(wpc->ioend, error); in iomap_submit_ioend()