Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Diomap.h281 int (*prepare_ioend)(struct iomap_ioend *ioend, int status); member
/linux-6.1.9/fs/xfs/
Dxfs_aops.c481 .prepare_ioend = xfs_prepare_ioend,
/linux-6.1.9/fs/iomap/
Dbuffered-io.c1201 if (wpc->ops->prepare_ioend) in iomap_submit_ioend()
1202 error = wpc->ops->prepare_ioend(ioend, error); in iomap_submit_ioend()