Rechercher une page de manuel
blk_queue_hardsect_size
Langue: en
Version: June 2009 (debian - 07/07/09)
Section: 9 (Appels noyau Linux)
NAME
blk_queue_hardsect_size - set hardware sector size for the queueSYNOPSIS
- void blk_queue_hardsect_size(struct request_queue * q, unsigned short size);
ARGUMENTS
q
- the request queue for the device
size
- the hardware sector size, in bytes
DESCRIPTION
This should typically be set to the lowest possible sector size that the hardware can operate on (possible without reverting to even internal read-modify-write operations). Usually the default of 512 covers most hardware.
COPYRIGHT
Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre