blk_queue_prep_rq(9) centos man page | unix.com

Man Page: blk_queue_prep_rq

Operating Environment: centos

Section: 9

BLK_QUEUE_PREP_RQ(9)						   Block Devices					      BLK_QUEUE_PREP_RQ(9)

NAME
blk_queue_prep_rq - set a prepare_request function for queue
SYNOPSIS
void blk_queue_prep_rq(struct request_queue * q, prep_rq_fn * pfn);
ARGUMENTS
q queue pfn prepare_request function
DESCRIPTION
It'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.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 BLK_QUEUE_PREP_RQ(9)
Related Man Pages
tevent_queue(3) - centos
mq_close(2) - hpux
lprm(1) - osf1
blk_init_queue(9) - suse
blk_make_request(9) - suse
Similar Topics in the Unix Linux Community
Weird 'find' results
Set hard block limit for user using quota
Best performance UNIX just for HOST Virtualization?
CentOS7 restoring file capabilities
Docker learning Phase-I