Home | History | Annotate | Download | only in blkid

Lines Matching refs:devs

400 	dev_t devs[2];
435 devs[which] = makedev(ma, mi);
439 /* Skip whole disk devs unless they have no partitions.
448 * FIXME: skip /dev/{ida,cciss,rd} whole-disk devs
457 ptname, (unsigned int) devs[which]));
460 probe_one(cache, ptname, devs[which], 0,
477 if (tmp->bid_devno == devs[last]) {
496 ptnames[last], (unsigned int) devs[last]));
497 probe_one(cache, ptnames[last], devs[last], 0,
505 probe_one(cache, ptname, devs[which], 0, only_if_new);