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

/external/e2fsprogs/lib/blkid/
H A Dprobe.c157 if (strcmp(id->bim_type, "ext2") &&
1577 for (id = type_array; id->bim_type; id++) {
1579 strcmp(id->bim_type, dev->bid_type))
1593 type = id->bim_type;
1598 if (!id->bim_type && dev->bid_type) {
1643 for (id = type_array; id->bim_type; id++) {
1644 if (strcmp(fstype, id->bim_type) == 0)
H A Dprobe.h37 const char *bim_type; /* type name for this magic */ member in struct:blkid_magic

Completed in 867 milliseconds