Home | History | Annotate | Download | only in blkid

Lines Matching refs:bid_type

1564 	if (!dev->bid_type || !strcmp(dev->bid_type, "mdraid")) {
1574 if (dev->bid_type &&
1575 strcmp(id->bim_type, dev->bid_type))
1594 if (!id->bim_type && dev->bid_type) {
1600 "trying full probe\n", dev->bid_type));
1608 if (!dev->bid_type) {
1668 printf("TYPE='%s'\n", dev->bid_type ? dev->bid_type : "(null)");