Home | History | Annotate | Download | only in blkid

Lines Matching refs:bid_type

1565 	if (!dev->bid_type || !strcmp(dev->bid_type, "mdraid")) {
1575 if (dev->bid_type &&
1576 strcmp(id->bim_type, dev->bid_type))
1595 if (!id->bim_type && dev->bid_type) {
1601 "trying full probe\n", dev->bid_type));
1609 if (!dev->bid_type) {
1669 printf("TYPE='%s'\n", dev->bid_type ? dev->bid_type : "(null)");