Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dblk_types.h218 BIO_REFFED, /* bio has elevated ->bi_cnt */ enumerator
Dbio.h218 bio->bi_flags |= (1 << BIO_REFFED); in bio_get()
226 bio->bi_flags |= (1 << BIO_REFFED); in bio_cnt_set()
/Linux-v5.4/block/
Dbio.c548 if (!bio_flagged(bio, BIO_REFFED)) in bio_put()