Home
last modified time | relevance | path

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

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