sb_bio            304 drivers/md/bcache/bcache.h 	struct bio		sb_bio;
sb_bio            409 drivers/md/bcache/bcache.h 	struct bio		sb_bio;
sb_bio            254 drivers/md/bcache/super.c 	struct bio *bio = &dc->sb_bio;
sb_bio            300 drivers/md/bcache/super.c 		struct bio *bio = &ca->sb_bio;
sb_bio           1277 drivers/md/bcache/super.c 	if (dc->sb_bio.bi_inline_vecs[0].bv_page)
sb_bio           1278 drivers/md/bcache/super.c 		put_page(bio_first_page_all(&dc->sb_bio));
sb_bio           1368 drivers/md/bcache/super.c 	bio_init(&dc->sb_bio, dc->sb_bio.bi_inline_vecs, 1);
sb_bio           1369 drivers/md/bcache/super.c 	bio_first_bvec_all(&dc->sb_bio)->bv_page = sb_page;
sb_bio           2139 drivers/md/bcache/super.c 	if (ca->sb_bio.bi_inline_vecs[0].bv_page)
sb_bio           2140 drivers/md/bcache/super.c 		put_page(bio_first_page_all(&ca->sb_bio));
sb_bio           2273 drivers/md/bcache/super.c 	bio_init(&ca->sb_bio, ca->sb_bio.bi_inline_vecs, 1);
sb_bio           2274 drivers/md/bcache/super.c 	bio_first_bvec_all(&ca->sb_bio)->bv_page = sb_page;