Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dbio.h222 bio->bi_flags |= (1 << BIO_REFFED); in bio_get()
230 bio->bi_flags |= (1 << BIO_REFFED); in bio_cnt_set()
H A Dblk_types.h293 BIO_REFFED, /* bio has elevated ->bi_cnt */ enumerator
/OK3568_Linux_fs/kernel/block/
H A Dbio.c650 if (!bio_flagged(bio, BIO_REFFED)) in bio_put()