Home | History | Annotate | Download | only in blkid

Lines Matching full:devs

402 	dev_t devs[2];
437 devs[which] = makedev(ma, mi);
441 /* Skip whole disk devs unless they have no partitions.
450 * FIXME: skip /dev/{ida,cciss,rd} whole-disk devs
459 ptname, (unsigned int) devs[which]));
462 probe_one(cache, ptname, devs[which], 0,
479 if (tmp->bid_devno == devs[last]) {
498 ptnames[last], (unsigned int) devs[last]));
499 probe_one(cache, ptnames[last], devs[last], 0,
507 probe_one(cache, ptname, devs[which], 0, only_if_new);