Home
last modified time | relevance | path

Searched refs:BIO_OWNS_VEC (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/include/linux/
Dblk_types.h131 #define BIO_OWNS_VEC 13 /* bio_free() should free bvec */ macro
/linux-4.1.27/block/
Dbio.c253 if (bio_flagged(bio, BIO_OWNS_VEC)) in bio_free()
485 bio->bi_flags |= 1 << BIO_OWNS_VEC; in bio_alloc_bioset()