blk_queue_physical_block_size (9) - Linux Manuals
blk_queue_physical_block_size: set physical block size for the queue
NAME
blk_queue_physical_block_size - set physical block size for the queue
SYNOPSIS
-
void blk_queue_physical_block_size(struct request_queue
* q, unsigned intsize);
ARGUMENTS
q
-
- the request queue for the device
size
- the physical block size, in bytes
DESCRIPTION
This should be set to the lowest possible sector size that the hardware can operate on without reverting to read-modify-write operations.
COPYRIGHT