Home
last modified time | relevance | path

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

/linux-6.15/fs/bcachefs/
H A Dio_read.h9 struct bch_read_bio { struct
23 struct bch_read_bio *parent; argument
32 struct bvec_iter bvec_iter;
34 unsigned offset_into_extent;
36 u16 flags;
37 union {
50 s16 ret;
75 #define to_rbio(_bio) container_of((_bio), struct bch_read_bio, bio) argument