Home
last modified time | relevance | path

Searched refs:BIO_RESET_BYTES (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dblk_types.h281 #define BIO_RESET_BYTES offsetof(struct bio, bi_max_vecs) macro
/OK3568_Linux_fs/kernel/block/
H A Dbio.c306 memset(bio, 0, BIO_RESET_BYTES); in bio_reset()