Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dblk_types.h225 #define BIO_REFFED 8 /* bio has elevated ->bi_cnt */ macro
Dbio.h251 bio->bi_flags |= (1 << BIO_REFFED); in bio_get()
259 bio->bi_flags |= (1 << BIO_REFFED); in bio_cnt_set()
/Linux-v4.19/block/
Dbio.c560 if (!bio_flagged(bio, BIO_REFFED)) in bio_put()