Home
last modified time | relevance | path

Searched refs:unprep_rq_fn (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/block/
Dblk-settings.c50 void blk_queue_unprep_rq(struct request_queue *q, unprep_rq_fn *ufn) in blk_queue_unprep_rq()
52 q->unprep_rq_fn = ufn; in blk_queue_unprep_rq()
Dblk-core.c755 q->unprep_rq_fn = NULL; in blk_init_allocated_queue()
2592 if (q->unprep_rq_fn) in blk_unprep_request()
2593 q->unprep_rq_fn(q, req); in blk_unprep_request()
/linux-4.1.27/include/linux/
Dblkdev.h239 typedef void (unprep_rq_fn) (struct request_queue *, struct request *); typedef
333 unprep_rq_fn *unprep_rq_fn; member
1038 extern void blk_queue_unprep_rq(struct request_queue *, unprep_rq_fn *ufn);