Home | History | Annotate | Download | only in blkid

Lines Matching defs:devs

399 	dev_t devs[2];
434 devs[which] = makedev(ma, mi);
438 /* Skip whole disk devs unless they have no partitions.
447 * FIXME: skip /dev/{ida,cciss,rd} whole-disk devs
456 ptname, (unsigned int) devs[which]));
459 probe_one(cache, ptname, devs[which], 0,
476 if (tmp->bid_devno == devs[last]) {
495 ptnames[last], (unsigned int) devs[last]));
496 probe_one(cache, ptnames[last], devs[last], 0,
504 probe_one(cache, ptname, devs[which], 0, only_if_new);