Lines Matching refs:min_not_zero
277 max_hw_sectors = min_not_zero(lim->max_hw_sectors, in blk_validate_limits()
523 t->max_sectors = min_not_zero(t->max_sectors, b->max_sectors); in blk_stack_limits()
524 t->max_user_sectors = min_not_zero(t->max_user_sectors, in blk_stack_limits()
526 t->max_hw_sectors = min_not_zero(t->max_hw_sectors, b->max_hw_sectors); in blk_stack_limits()
527 t->max_dev_sectors = min_not_zero(t->max_dev_sectors, b->max_dev_sectors); in blk_stack_limits()
533 t->seg_boundary_mask = min_not_zero(t->seg_boundary_mask, in blk_stack_limits()
535 t->virt_boundary_mask = min_not_zero(t->virt_boundary_mask, in blk_stack_limits()
538 t->max_segments = min_not_zero(t->max_segments, b->max_segments); in blk_stack_limits()
539 t->max_discard_segments = min_not_zero(t->max_discard_segments, in blk_stack_limits()
541 t->max_integrity_segments = min_not_zero(t->max_integrity_segments, in blk_stack_limits()
544 t->max_segment_size = min_not_zero(t->max_segment_size, in blk_stack_limits()
625 t->max_discard_sectors = min_not_zero(t->max_discard_sectors, in blk_stack_limits()
627 t->max_hw_discard_sectors = min_not_zero(t->max_hw_discard_sectors, in blk_stack_limits()
634 t->max_secure_erase_sectors = min_not_zero(t->max_secure_erase_sectors, in blk_stack_limits()