Searched defs:bch_read_bio (Results 1 – 1 of 1) sorted by relevance
10 struct bch_read_bio { struct24 struct bch_read_bio *parent; argument33 struct bvec_iter bvec_iter;35 unsigned offset_into_extent;37 u16 flags;38 union {52 s16 ret;54 unsigned list_idx;80 #define to_rbio(_bio) container_of((_bio), struct bch_read_bio, bio) argument