Searched refs:BIO_RESET_BYTES (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/include/linux/ | ||
H A D | blk_types.h | 327 #define BIO_RESET_BYTES offsetof(struct bio, bi_max_vecs) macro |
/openbmc/linux/block/ | ||
H A D | bio.c | 303 memset(bio, 0, BIO_RESET_BYTES); in bio_reset() |