Query: bdev_stack_limits
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
BDEV_STACK_LIMITS(9) Block Devices BDEV_STACK_LIMITS(9)NAMEbdev_stack_limits - adjust queue limits for stacked driversSYNOPSISint bdev_stack_limits(struct queue_limits * t, struct block_device * bdev, sector_t start);ARGUMENTSt the stacking driver limits (top device) bdev the component block_device (bottom) start first data sector within component deviceDESCRIPTIONMerges queue limits for a top device and a block_device. Returns 0 if alignment didn't change. Returns -1 if adding the bottom device caused misalignment.COPYRIGHTKernel Hackers Manual 2.6. July 2010 BDEV_STACK_LIMITS(9)