Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dblk_types.h116 #define BIO_CLONED 2 /* doesn't own data */ macro
/linux-4.4.14/block/
Dbio.c583 bio_set_flag(bio, BIO_CLONED); in __bio_clone_fast()
720 if (unlikely(bio_flagged(bio, BIO_CLONED))) in bio_add_pc_page()
814 if (WARN_ON_ONCE(bio_flagged(bio, BIO_CLONED))) in bio_add_page()
Dblk-merge.c280 if (bio_flagged(bio, BIO_CLONED)) in blk_recount_segments()