EmbLogic's Blog

Basic block request flow

In block driver request function check whether request is valid or not as per filesystem request.

void request(request_queue_t *queue);

After validation ,it calls transfer function to perform the write or read operation.

sbull_transfer(dev, req->sector, req->current_nr_sectors,

                req->buffer, rq_data_dir(req));

Leave a Reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>