include\linux\bio.h
static
inline
void
bio_clear_flag(
struct
bio *bio, unsigned
int
bit)
{
bio->bi_flags &= ~(1U << bit);
}