Home
last modified time | relevance | path

Searched refs:BIO_RESET_BITS (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/
Dblk_types.h257 #define BIO_RESET_BITS BVEC_POOL_OFFSET macro
/Linux-v4.19/block/
Dbio.c303 unsigned long flags = bio->bi_flags & (~0UL << BIO_RESET_BITS); in bio_reset()
/Linux-v4.19/drivers/md/
Draid10.c4564 read_bio->bi_flags &= (~0UL << BIO_RESET_BITS); in reshape_request()