Home
last modified time | relevance | path

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

/Linux-v5.10/block/
Dbio.c684 bio_set_flag(bio, BIO_CLONED); in __bio_clone_fast()
796 if (WARN_ON_ONCE(bio_flagged(bio, BIO_CLONED))) in bio_add_hw_page()
873 if (WARN_ON_ONCE(bio_flagged(bio, BIO_CLONED))) in __bio_try_merge_page()
908 WARN_ON_ONCE(bio_flagged(bio, BIO_CLONED)); in __bio_add_page()
/Linux-v5.10/include/linux/
Dblk_types.h275 BIO_CLONED, /* doesn't own data */ enumerator
Dbio.h287 WARN_ON_ONCE(bio_flagged(bio, BIO_CLONED)); in bio_first_bvec_all()
298 WARN_ON_ONCE(bio_flagged(bio, BIO_CLONED)); in bio_last_bvec_all()
/Linux-v5.10/Documentation/block/
Dbiovecs.rst125 on non-BIO_CLONED bio. They are usually used by filesystem code. Drivers
/Linux-v5.10/fs/btrfs/
Draid56.c1170 if (bio_flagged(bio, BIO_CLONED)) in index_rbio_pages()
1444 ASSERT(!bio_flagged(bio, BIO_CLONED)); in set_bio_pages_uptodate()
Dextent_io.c2628 if (bio_flagged(bio, BIO_CLONED)) { in btrfs_io_needs_validation()
2746 ASSERT(!bio_flagged(bio, BIO_CLONED)); in end_bio_extent_writepage()
2817 ASSERT(!bio_flagged(bio, BIO_CLONED)); in end_bio_extent_readpage()
3842 ASSERT(!bio_flagged(bio, BIO_CLONED)); in end_bio_extent_buffer_writepage()
Dcompression.c255 ASSERT(!bio_flagged(bio, BIO_CLONED)); in end_compressed_bio_read()
Ddisk-io.c785 ASSERT(!bio_flagged(bio, BIO_CLONED)); in btree_csum_one_bio()