Lines Matching defs:minor
23 MODULE_PARM_DESC(aoe_dyndevs, "Use dynamic minor numbers for devices.");
32 * we need some flexibility in the way the minor numbers
73 "static minor device numbers support only",
82 "cannot use static minor device numbers",
91 "existing device already has static minor number",
112 minor_free(ulong minor)
116 minor /= AOE_PARTITIONS;
117 BUG_ON(minor >= N_DEVS);
120 BUG_ON(!test_bit(minor, used_minors));
121 clear_bit(minor, used_minors);