bio_st
struct bio_st *next_bio; /* used by filter BIOs */
struct bio_st *prev_bio; /* used by filter BIOs */
long (*callback)(struct bio_st *, int, const char *, int, long, long) = NULL;
typedef struct bio_st BIO;