Home
last modified time | relevance | path

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

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