Searched refs:bio (Results 1 - 5 of 5) sorted by relevance

/development/ndk/platforms/android-3/include/linux/
H A Dbio.h52 struct bio;
53 typedef int (bio_end_io_t) (struct bio *, unsigned int, int);
54 typedef void (bio_destructor_t) (struct bio *);
56 struct bio { struct
58 struct bio *bi_next;
95 #define bio_flagged(bio, flag) ((bio)->bi_flags & (1 << (flag)))
100 #define BIO_POOL_IDX(bio) ((bio)->bi_flags >> BIO_POOL_OFFSET)
109 #define bio_prio(bio) ((bi
[all...]
H A Delevator.h16 struct bio *);
28 typedef int (elevator_may_queue_fn) (request_queue_t *, int, struct bio *);
30 typedef int (elevator_set_req_fn) (request_queue_t *, struct request *, struct bio *, gfp_t);
H A Dblkdev.h24 #include <linux/bio.h>
135 struct bio *bio; member in struct:request
136 struct bio *biotail;
250 struct bio *);
254 typedef int (make_request_fn) (request_queue_t *q, struct bio *bio);
259 typedef int (merge_bvec_fn) (request_queue_t *, struct bio *, struct bio_vec *);
436 #define rq_for_each_bio(_bio, rq) if ((rq->bio)) for (_bio = (rq)->bio; _bi
[all...]
/development/ndk/platforms/android-3/include/linux/raid/
H A Dmd.h37 #include <linux/bio.h>
H A Dmd_k.h15 #include "../../../drivers/md/dm-bio-list.h"
141 struct bio *biolist;

Completed in 193 milliseconds