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.h8 struct bch_read_bio { struct
22 struct bch_read_bio *parent; argument
31 struct bvec_iter bvec_iter;
33 unsigned offset_into_extent;
35 u16 flags;
36 union {
50 struct bch_devs_list devs_have;
52 struct extent_ptr_decoded pick;
77 #define to_rbio(_bio) container_of((_bio), struct bch_read_bio, bio) argument