Searched defs:bio_st (Results 1 – 1 of 1) sorted by relevance
325 struct bio_st { struct328 long (*callback) (struct bio_st *, int, const char *, int, long, long); argument336 struct bio_st *next_bio; /* used by filter BIOs */ argument337 struct bio_st *prev_bio; /* used by filter BIOs */ argument338 int references;339 unsigned long num_read;340 unsigned long num_write;341 CRYPTO_EX_DATA ex_data;
Completed in 7 milliseconds