Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dblk_types.h315 #define BIO_RESET_BITS BVEC_POOL_OFFSET macro
/kernel/linux/linux-5.10/block/
Dbio.c302 unsigned long flags = bio->bi_flags & (~0UL << BIO_RESET_BITS); in bio_reset()
/kernel/linux/linux-5.10/drivers/md/
Draid10.c4544 read_bio->bi_flags &= (~0UL << BIO_RESET_BITS); in reshape_request()