1DISK_STACK_LIMITS(9) Block Devices DISK_STACK_LIMITS(9)
2
3
4
6 disk_stack_limits - adjust queue limits for stacked drivers
7
9 void disk_stack_limits(struct gendisk * disk,
10 struct block_device * bdev, sector_t offset);
11
13 disk
14 MD/DM gendisk (top)
15
16 bdev
17 the underlying block device (bottom)
18
19 offset
20 offset to beginning of data within component device
21
23 Merges the limits for a top level gendisk and a bottom level
24 block_device.
25
27Kernel Hackers Manual 2.6. June 2019 DISK_STACK_LIMITS(9)