Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbio.h229 bio->bi_flags |= (1 << BIO_REFFED); in bio_get()
237 bio->bi_flags |= (1 << BIO_REFFED); in bio_cnt_set()
H A Dblk_types.h306 BIO_REFFED, /* bio has elevated ->bi_cnt */ enumerator
/linux/block/
H A Dfops.c288 bio_clear_flag(bio, BIO_REFFED); in __blkdev_direct_IO()
H A Dbio.c844 if (unlikely(bio_flagged(bio, BIO_REFFED))) { in bio_put()