Home
last modified time | relevance | path

Searched refs:bio_disassociate_blkg (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/linux/
Dbio.h511 void bio_disassociate_blkg(struct bio *bio);
517 static inline void bio_disassociate_blkg(struct bio *bio) { } in bio_disassociate_blkg() function
/Linux-v5.4/block/
Dbio.c235 bio_disassociate_blkg(bio); in bio_uninit()
2005 void bio_disassociate_blkg(struct bio *bio) in bio_disassociate_blkg() function
2012 EXPORT_SYMBOL_GPL(bio_disassociate_blkg);
2030 bio_disassociate_blkg(bio); in __bio_associate_blkg()
/Linux-v5.4/drivers/md/
Ddm.c1440 bio_disassociate_blkg(ci->bio); in __send_empty_flush()