table of contents
other versions
- stretch 4.9.168-1
BLK_QUEUE_LOGICAL_BL(9) | Block Devices | BLK_QUEUE_LOGICAL_BL(9) |
NAME¶
blk_queue_logical_block_size - set logical block size for the queueSYNOPSIS¶
void blk_queue_logical_block_size(struct request_queue * q, unsigned short size);
ARGUMENTS¶
qthe request queue for the device
size
the logical block size, in bytes
DESCRIPTION¶
This should be set to the lowest possible block size that the storage device can address. The default of 512 covers most hardware.COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |