Home
last modified time | relevance | path

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

/linux-6.6.21/include/linux/
Dbio.h216 bio->bi_flags |= (1 << BIO_REFFED); in bio_get()
224 bio->bi_flags |= (1 << BIO_REFFED); in bio_cnt_set()
Dblk_types.h339 BIO_REFFED, /* bio has elevated ->bi_cnt */ enumerator
/linux-6.6.21/block/
Dfops.c227 bio_clear_flag(bio, BIO_REFFED); in __blkdev_direct_IO()
Dbio.c800 if (unlikely(bio_flagged(bio, BIO_REFFED))) { in bio_put()