Lines Matching full:part
80 struct hd_struct *part = dev_to_part(dev);
82 if (!part->info)
85 if (strncasecmp(cmp->uuid, part->info->uuid, cmp->len))
113 struct hd_struct *part;
153 part = disk_get_part(disk, dev_to_part(dev)->partno + offset);
154 if (part) {
155 res = part_devt(part);
156 put_device(part_to_dev(part));
182 struct hd_struct *part = dev_to_part(dev);
184 if (part->info && !strcmp(label, part->info->volname))
227 int part;
297 /* try disk name without <part number> */
298 part = simple_strtoul(p, NULL, 10);
300 res = blk_lookup_devt(s, part);
304 /* try disk name without p<part number> */
308 res = blk_lookup_devt(s, part);