Man Page: blk_queue_physical_block_size
Operating Environment: suse
Section: 9
BLK_QUEUE_PHYSICAL_B(9) Block Devices BLK_QUEUE_PHYSICAL_B(9)NAMEblk_queue_physical_block_size - set physical block size for the queueSYNOPSISvoid blk_queue_physical_block_size(struct request_queue * q, unsigned short size);ARGUMENTSq the request queue for the device size the physical block size, in bytesDESCRIPTIONThis should be set to the lowest possible sector size that the hardware can operate on without reverting to read-modify-write operations.COPYRIGHTKernel Hackers Manual 2.6. July 2010 BLK_QUEUE_PHYSICAL_B(9)