1BLK_LIMITS_IO_MIN(9) Block Devices BLK_LIMITS_IO_MIN(9)
2
3
4
6 blk_limits_io_min - set minimum request size for a device
7
9 void blk_limits_io_min(struct queue_limits * limits, unsigned int min);
10
12 limits
13 the queue limits
14
15 min
16 smallest I/O size in bytes
17
19 Some devices have an internal block size bigger than the reported
20 hardware sector size. This function can be used to signal the smallest
21 I/O the device can perform without incurring a performance penalty.
22
24Kernel Hackers Manual 2.6. November 2011 BLK_LIMITS_IO_MIN(9)