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