Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dblk_types.h253 #define BIO_RESET_BITS BVEC_POOL_OFFSET macro
/Linux-v5.4/block/
Dbio.c291 unsigned long flags = bio->bi_flags & (~0UL << BIO_RESET_BITS); in bio_reset()
/Linux-v5.4/drivers/md/
Draid10.c4569 read_bio->bi_flags &= (~0UL << BIO_RESET_BITS); in reshape_request()