Searched refs:BIO_CLONED (Results 1 – 4 of 4) sorted by relevance
90 #define BIO_CLONED 4 /* doesn't own data */ macro
152 if (!bio_flagged(bio, BIO_CLONED) && !bio_flagged(bio, BIO_FS_INTEGRITY) in bio_integrity_free()675 BUG_ON(!bio_flagged(bio, BIO_CLONED)); in bio_integrity_trim()
456 bio->bi_flags |= 1 << BIO_CLONED; in __bio_clone()529 if (unlikely(bio_flagged(bio, BIO_CLONED))) in __bio_add_page()
1077 clone->bi_flags |= 1 << BIO_CLONED; in split_bvec()