Lines Matching refs:min_not_zero
138 max_sectors = min_not_zero(max_hw_sectors, limits->max_dev_sectors);
558 t->max_sectors = min_not_zero(t->max_sectors, b->max_sectors);
559 t->max_hw_sectors = min_not_zero(t->max_hw_sectors, b->max_hw_sectors);
560 t->max_dev_sectors = min_not_zero(t->max_dev_sectors, b->max_dev_sectors);
567 t->seg_boundary_mask = min_not_zero(t->seg_boundary_mask,
569 t->virt_boundary_mask = min_not_zero(t->virt_boundary_mask,
572 t->max_segments = min_not_zero(t->max_segments, b->max_segments);
573 t->max_discard_segments = min_not_zero(t->max_discard_segments,
575 t->max_integrity_segments = min_not_zero(t->max_integrity_segments,
578 t->max_segment_size = min_not_zero(t->max_segment_size,
675 t->max_discard_sectors = min_not_zero(t->max_discard_sectors,
677 t->max_hw_discard_sectors = min_not_zero(t->max_hw_discard_sectors,
684 t->max_secure_erase_sectors = min_not_zero(t->max_secure_erase_sectors,