Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dblk_types.h118 #define BIO_CLONED 4 /* doesn't own data */ macro
/linux-4.1.27/block/
Dblk-merge.c103 if (bio_flagged(bio, BIO_CLONED)) in blk_recount_segments()
Dbio.c566 bio->bi_flags |= 1 << BIO_CLONED; in __bio_clone_fast()
712 if (unlikely(bio_flagged(bio, BIO_CLONED))) in __bio_add_page()