Searched refs:SUPBOUND (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/block/
H A Dfloppy.c698 #define SUPBOUND(a, b) (a) = min_t(int, a, b) macro
1306 SUPBOUND(srt, 0xf); fdc_specify()
2321 SUPBOUND(current_count_sectors, nr_sectors); rw_interrupt()
2389 SUPBOUND(max_sector, fsector_t + max_size); transfer_size()
2445 SUPBOUND(size, remaining); rq_for_each_segment()
3277 SUPBOUND(buffer_max, user_params[drive].sect); set_geometry()
3501 SUPBOUND(size, strlen((const char *)outparam) + 1); fd_locked_ioctl()

Completed in 169 milliseconds