Searched refs:top (Results 1 – 1 of 1) sorted by relevance
/block/ |
D | blk-settings.c | 523 unsigned int top, bottom, alignment, ret = 0; in blk_stack_limits() local 550 top = max(t->physical_block_size, t->io_min) in blk_stack_limits() 555 if (max(top, bottom) & (min(top, bottom) - 1)) { in blk_stack_limits() 610 top = t->discard_granularity + t->discard_alignment; in blk_stack_limits() 614 if ((max(top, bottom) % min(top, bottom)) != 0) in blk_stack_limits() 668 char top[BDEVNAME_SIZE], bottom[BDEVNAME_SIZE]; in disk_stack_limits() local 670 disk_name(disk, 0, top); in disk_stack_limits() 674 top, bottom); in disk_stack_limits()
|