Query: blk_queue_prep_rq
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
BLK_QUEUE_PREP_RQ(9) Block Devices BLK_QUEUE_PREP_RQ(9)NAMEblk_queue_prep_rq - set a prepare_request function for queueSYNOPSISvoid blk_queue_prep_rq(struct request_queue * q, prep_rq_fn * pfn);ARGUMENTSq queue pfn prepare_request functionDESCRIPTIONIt's possible for a queue to register a prepare_request callback which is invoked before the request is handed to the request_fn. The goal of the function is to prepare a request for I/O, it can be used to build a cdb from the request data for instance.COPYRIGHTKernel Hackers Manual 3.10 June 2014 BLK_QUEUE_PREP_RQ(9)
| Related Man Pages |
|---|
| tevent_queue(3) - centos |
| dpm_delreplica(3) - debian |
| mq_close(2) - hpux |
| blk_init_queue(9) - suse |
| mq_notify(3) - osf1 |
| Similar Topics in the Unix Linux Community |
|---|
| Weird 'find' results |
| CentOS7 restoring file capabilities |
| Shopt -s histappend |
| Unsure why access time on a directory change isn't changing |
| CentOS 6 ran out of space, need to reclaim it |