Home
last modified time | relevance | path

Searched refs:top (Results 1 – 1 of 1) sorted by relevance

/block/
Dblk-settings.c588 unsigned int top, bottom, alignment, ret = 0; in blk_stack_limits() local
624 top = max(t->physical_block_size, t->io_min) in blk_stack_limits()
629 if (max(top, bottom) % min(top, bottom)) { in blk_stack_limits()
700 top = t->discard_granularity + t->discard_alignment; in blk_stack_limits()
704 if ((max(top, bottom) % min(top, bottom)) != 0) in blk_stack_limits()