Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dblk_types.h128 #define BIO_RESET_BITS 13 macro
/linux-4.4.14/block/
Dbio.c289 unsigned long flags = bio->bi_flags & (~0UL << BIO_RESET_BITS); in bio_reset()
/linux-4.4.14/drivers/md/
Draid10.c4322 read_bio->bi_flags &= (~0UL << BIO_RESET_BITS); in reshape_request()