Searched refs:DISK_MAX_PARTS (Results 1 – 7 of 7) sorted by relevance
455 if (max_part > DISK_MAX_PARTS) { in brd_check_and_reset_par()457 DISK_MAX_PARTS, DISK_MAX_PARTS); in brd_check_and_reset_par()458 max_part = DISK_MAX_PARTS; in brd_check_and_reset_par()
2217 if ((1UL << part_shift) > DISK_MAX_PARTS) { in loop_init()
2504 if ((1UL << part_shift) > DISK_MAX_PARTS) in nbd_init()
67 if (blocks_in_map < 0 || blocks_in_map >= DISK_MAX_PARTS) { in mac_partition()
99 int nr = DISK_MAX_PARTS; in allocate_partitions()318 if (partno >= DISK_MAX_PARTS) in add_partition()
435 if (disk->minors > DISK_MAX_PARTS) { in device_add_disk()437 DISK_MAX_PARTS); in device_add_disk()438 disk->minors = DISK_MAX_PARTS; in device_add_disk()936 (disk->flags & GENHD_FL_NO_PART) ? 1 : DISK_MAX_PARTS); in disk_ext_range_show()
59 #define DISK_MAX_PARTS 256 macro
Completed in 21 milliseconds