Searched refs:BIO_CLONED (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.15/block/ |
| D | bio.c | 720 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/ |
| D | bio.h | 301 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()
|
| D | blk_types.h | 287 BIO_CLONED, /* doesn't own data */ enumerator
|
| /Linux-v5.15/Documentation/block/ |
| D | biovecs.rst | 127 on non-BIO_CLONED bio. They are usually used by filesystem code. Drivers
|
| /Linux-v5.15/fs/btrfs/ |
| D | raid56.c | 1161 if (bio_flagged(bio, BIO_CLONED)) in index_rbio_pages() 1431 ASSERT(!bio_flagged(bio, BIO_CLONED)); in set_bio_pages_uptodate()
|
| D | extent_io.c | 2724 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()
|
| D | compression.c | 272 ASSERT(!bio_flagged(bio, BIO_CLONED)); in end_compressed_bio_read()
|
| D | disk-io.c | 883 ASSERT(!bio_flagged(bio, BIO_CLONED)); in btree_csum_one_bio()
|