Searched refs:BIO_RESET_BYTES (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/include/linux/ | ||
D | blk_types.h | 213 #define BIO_RESET_BYTES offsetof(struct bio, bi_max_vecs) macro |
/Linux-v4.19/block/ | ||
D | bio.c | 307 memset(bio, 0, BIO_RESET_BYTES); in bio_reset() |