Searched refs:BIO_CLONED (Results 1 - 5 of 5) sorted by relevance

/linux-master/block/
H A Dbio.c816 bio_set_flag(bio, BIO_CLONED);
974 if (WARN_ON_ONCE(bio_flagged(bio, BIO_CLONED)))
1078 WARN_ON_ONCE(bio_flagged(bio, BIO_CLONED));
1102 if (WARN_ON_ONCE(bio_flagged(bio, BIO_CLONED)))
1192 bio_set_flag(bio, BIO_CLONED);
1337 if (WARN_ON_ONCE(bio_flagged(bio, BIO_CLONED)))
/linux-master/include/linux/
H A Dblk_types.h294 BIO_CLONED, /* doesn't own data */ enumerator in enum:__anon1887
H A Dbio.h247 WARN_ON_ONCE(bio_flagged(bio, BIO_CLONED));
263 WARN_ON_ONCE(bio_flagged(bio, BIO_CLONED));
/linux-master/fs/btrfs/
H A Dextent_io.c470 ASSERT(!bio_flagged(bio, BIO_CLONED));
600 ASSERT(!bio_flagged(bio, BIO_CLONED));
H A Draid56.c1423 ASSERT(!bio_flagged(bio, BIO_CLONED));

Completed in 145 milliseconds