Rechercher une page de manuel
end_queued_request
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
end_queued_request - end all I/O on a queued requestSYNOPSIS
- void end_queued_request(struct request * rq, int uptodate);
ARGUMENTS
rq
- the request being processed
uptodate
- error value or 0/1 uptodate flag
DESCRIPTION
Ends all I/O on a request, and removes it from the block layer queues. Not suitable for normal IO completion, unless the driver still has the request attached to the block layer.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre