Home
last modified time | relevance | path

Searched defs:bch_read_bio (Results 1 – 1 of 1) sorted by relevance

/linux/fs/bcachefs/ !
H A Dio_read.h10 struct bch_read_bio { struct
24 struct bch_read_bio *parent; argument
33 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