Searched refs:BIO_REFFED (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/linux/
H A Dblk_types.h298 BIO_REFFED, /* bio has elevated ->bi_cnt */ enumerator in enum:__anon1887
H A Dbio.h216 bio->bi_flags |= (1 << BIO_REFFED);
224 bio->bi_flags |= (1 << BIO_REFFED);
/linux-master/block/
H A Dfops.c229 bio_clear_flag(bio, BIO_REFFED);
H A Dbio.c802 if (unlikely(bio_flagged(bio, BIO_REFFED))) {

Completed in 404 milliseconds