Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dblk_types.h129 #define BIO_OWNS_VEC 13 /* bio_free() should free bvec */ macro
/linux-4.4.14/block/
Dbio.c253 if (bio_flagged(bio, BIO_OWNS_VEC)) in bio_free()
498 bio_set_flag(bio, BIO_OWNS_VEC); in bio_alloc_bioset()