Home
last modified time | relevance | path

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

/linux-6.3-rc2/block/
A Dbio.c814 bio_set_flag(bio, BIO_CLONED); in __bio_clone()
948 if (WARN_ON_ONCE(bio_flagged(bio, BIO_CLONED))) in __bio_try_merge_page()
1007 if (WARN_ON_ONCE(bio_flagged(bio, BIO_CLONED))) in bio_add_hw_page()
1108 WARN_ON_ONCE(bio_flagged(bio, BIO_CLONED)); in __bio_add_page()
1194 bio_set_flag(bio, BIO_CLONED); in bio_iov_bvec_set()
/linux-6.3-rc2/include/linux/
A Dbio.h247 WARN_ON_ONCE(bio_flagged(bio, BIO_CLONED)); in bio_first_bvec_all()
258 WARN_ON_ONCE(bio_flagged(bio, BIO_CLONED)); in bio_last_bvec_all()
A Dblk_types.h322 BIO_CLONED, /* doesn't own data */ enumerator
/linux-6.3-rc2/Documentation/block/
A Dbiovecs.rst127 on non-BIO_CLONED bio. They are usually used by filesystem code. Drivers
/linux-6.3-rc2/fs/btrfs/
A Dextent_io.c589 ASSERT(!bio_flagged(bio, BIO_CLONED)); in end_bio_extent_writepage()
749 ASSERT(!bio_flagged(bio, BIO_CLONED)); in end_bio_extent_readpage()
2002 ASSERT(!bio_flagged(bio, BIO_CLONED)); in end_bio_subpage_eb_writepage()
2058 ASSERT(!bio_flagged(bio, BIO_CLONED)); in end_bio_extent_buffer_writepage()
A Draid56.c1394 ASSERT(!bio_flagged(bio, BIO_CLONED)); in set_bio_pages_uptodate()

Completed in 24 milliseconds