Searched defs:iomap_ioend (Results 1 – 1 of 1) sorted by relevance
254 struct iomap_ioend { struct255 struct list_head io_list; /* next ioend in chain */256 u16 io_type;257 u16 io_flags; /* IOMAP_F_* */281 int (*prepare_ioend)(struct iomap_ioend *ioend, int status); argument