Searched refs:_bio (Results 1 – 3 of 3) sorted by relevance
8 #define to_wbio(_bio) \ argument9 container_of((_bio), struct bch_write_bio, bio)
80 #define to_rbio(_bio) container_of((_bio), struct bch_read_bio, bio) argument
46 static void nocow_flush_endio(struct bio *_bio) in nocow_flush_endio() argument49 struct nocow_flush *bio = container_of(_bio, struct nocow_flush, bio); in nocow_flush_endio()
Completed in 7 milliseconds