Home
last modified time | relevance | path

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

/linux-6.15/block/
H A Dbio.c827 bio_set_flag(bio, BIO_CLONED); in __bio_clone()
983 WARN_ON_ONCE(bio_flagged(bio, BIO_CLONED)); in __bio_add_page()
1007 if (WARN_ON_ONCE(bio_flagged(bio, BIO_CLONED))) in bio_add_page()
1088 bio_set_flag(bio, BIO_CLONED); in bio_iov_bvec_set()
1254 if (WARN_ON_ONCE(bio_flagged(bio, BIO_CLONED))) in bio_iov_iter_get_pages()
/linux-6.15/include/linux/
H A Dbio.h245 WARN_ON_ONCE(bio_flagged(bio, BIO_CLONED)); in bio_first_bvec_all()
261 WARN_ON_ONCE(bio_flagged(bio, BIO_CLONED)); in bio_last_bvec_all()
H A Dblk_types.h288 BIO_CLONED, /* doesn't own data */ enumerator
/linux-6.15/Documentation/block/
H A Dbiovecs.rst127 on non-BIO_CLONED bio. They are usually used by filesystem code. Drivers
/linux-6.15/fs/btrfs/
H A Dextent_io.c459 ASSERT(!bio_flagged(bio, BIO_CLONED)); in end_bbio_data_write()
517 ASSERT(!bio_flagged(bio, BIO_CLONED)); in end_bbio_data_read()
H A Draid56.c1504 ASSERT(!bio_flagged(bio, BIO_CLONED)); in set_bio_pages_uptodate()