Searched refs:bid_type (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Dprobe.c601 if (!dev->bid_type || !strcmp(dev->bid_type, "mdraid")) {
611 if (dev->bid_type &&
612 strcmp(id->bim_type, dev->bid_type))
643 if (!id->bim_type && dev->bid_type) {
654 if (!dev->bid_type) {
711 printf("%s is type %s\n", argv[1], dev->bid_type ?
712 dev->bid_type : "(null)");
H A Dsave.c38 printf("device %s, type %s\n", dev->bid_name, dev->bid_type));
120 if (!dev->bid_type)
H A DblkidP.h42 char *bid_type; /* Preferred device TYPE */ member in struct:blkid_struct_dev
H A Ddev.c38 printf(" freeing dev %s (%s)\n", dev->bid_name, dev->bid_type));
H A Dread.c315 if (dev->bid_type == NULL) {
H A Dtag.c166 dev->bid_type = val;

Completed in 99 milliseconds