Lines Matching refs:min_not_zero
161 max_sectors = min_not_zero(max_hw_sectors, limits->max_dev_sectors);
505 t->max_sectors = min_not_zero(t->max_sectors, b->max_sectors);
506 t->max_hw_sectors = min_not_zero(t->max_hw_sectors, b->max_hw_sectors);
507 t->max_dev_sectors = min_not_zero(t->max_dev_sectors, b->max_dev_sectors);
514 t->bounce_pfn = min_not_zero(t->bounce_pfn, b->bounce_pfn);
516 t->seg_boundary_mask = min_not_zero(t->seg_boundary_mask,
518 t->virt_boundary_mask = min_not_zero(t->virt_boundary_mask,
521 t->max_segments = min_not_zero(t->max_segments, b->max_segments);
522 t->max_discard_segments = min_not_zero(t->max_discard_segments,
524 t->max_integrity_segments = min_not_zero(t->max_integrity_segments,
527 t->max_segment_size = min_not_zero(t->max_segment_size,
623 t->max_discard_sectors = min_not_zero(t->max_discard_sectors,
625 t->max_hw_discard_sectors = min_not_zero(t->max_hw_discard_sectors,