Searched refs:bim_type (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/blkid/
H A Dprobe.c610 for (id = type_array; id->bim_type; id++) {
612 strcmp(id->bim_type, dev->bid_type))
638 type = id->bim_type;
643 if (!id->bim_type && dev->bid_type) {
681 for (id = type_array; id->bim_type; id++) {
682 if (strcmp(fstype, id->bim_type) == 0)
H A Dprobe.h26 const char *bim_type; /* type name for this magic */ member in struct:blkid_magic

Completed in 68 milliseconds