Home
last modified time | relevance | path

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

/Linux-v5.15/block/
Dbio.c720 bio_set_flag(bio, BIO_CLONED); in __bio_clone_fast()
834 if (WARN_ON_ONCE(bio_flagged(bio, BIO_CLONED))) in bio_add_hw_page()
944 if (WARN_ON_ONCE(bio_flagged(bio, BIO_CLONED))) in __bio_try_merge_page()
979 WARN_ON_ONCE(bio_flagged(bio, BIO_CLONED)); in __bio_add_page()
1043 bio_set_flag(bio, BIO_CLONED); in __bio_iov_bvec_set()
/Linux-v5.15/include/linux/
Dbio.h301 WARN_ON_ONCE(bio_flagged(bio, BIO_CLONED)); in bio_first_bvec_all()
312 WARN_ON_ONCE(bio_flagged(bio, BIO_CLONED)); in bio_last_bvec_all()
Dblk_types.h287 BIO_CLONED, /* doesn't own data */ enumerator
/Linux-v5.15/Documentation/block/
Dbiovecs.rst127 on non-BIO_CLONED bio. They are usually used by filesystem code. Drivers
/Linux-v5.15/fs/btrfs/
Draid56.c1161 if (bio_flagged(bio, BIO_CLONED)) in index_rbio_pages()
1431 ASSERT(!bio_flagged(bio, BIO_CLONED)); in set_bio_pages_uptodate()
Dextent_io.c2724 ASSERT(page->mapping && !bio_flagged(failed_bio, BIO_CLONED)); in submit_read_repair()
2820 ASSERT(!bio_flagged(bio, BIO_CLONED)); in end_bio_extent_writepage()
2991 ASSERT(!bio_flagged(bio, BIO_CLONED)); in end_bio_extent_readpage()
4382 ASSERT(!bio_flagged(bio, BIO_CLONED)); in end_bio_subpage_eb_writepage()
4437 ASSERT(!bio_flagged(bio, BIO_CLONED)); in end_bio_extent_buffer_writepage()
Dcompression.c272 ASSERT(!bio_flagged(bio, BIO_CLONED)); in end_compressed_bio_read()
Ddisk-io.c883 ASSERT(!bio_flagged(bio, BIO_CLONED)); in btree_csum_one_bio()