Searched refs:DISK_MAX_PARTS (Results 1 – 7 of 7) sorted by relevance
418 if (max_part > DISK_MAX_PARTS) { in brd_check_and_reset_par()420 DISK_MAX_PARTS, DISK_MAX_PARTS); in brd_check_and_reset_par()421 max_part = DISK_MAX_PARTS; in brd_check_and_reset_par()
2248 if ((1UL << part_shift) > DISK_MAX_PARTS) { in loop_init()
2584 if ((1UL << part_shift) > DISK_MAX_PARTS) in nbd_init()
69 if (blocks_in_map < 0 || blocks_in_map >= DISK_MAX_PARTS) { in mac_partition()
91 int nr = DISK_MAX_PARTS; in allocate_partitions()301 if (partno >= DISK_MAX_PARTS) in add_partition()
429 if (disk->minors > DISK_MAX_PARTS) { in device_add_disk()431 DISK_MAX_PARTS); in device_add_disk()432 disk->minors = DISK_MAX_PARTS; in device_add_disk()916 (disk->flags & GENHD_FL_NO_PART) ? 1 : DISK_MAX_PARTS); in disk_ext_range_show()
54 #define DISK_MAX_PARTS 256 macro
Completed in 26 milliseconds