Searched refs:bim_type (Results 1 – 2 of 2) sorted by relevance
157 if (strcmp(id->bim_type, "ext2") && in get_ext2_info()1264 for (id = type_array; id->bim_type; id++) { in blkid_verify()1266 strcmp(id->bim_type, dev->bid_type)) in blkid_verify()1280 type = id->bim_type; in blkid_verify()1285 if (!id->bim_type && dev->bid_type) { in blkid_verify()1332 for (id = type_array; id->bim_type; id++) { in blkid_known_fstype()1333 if (strcmp(fstype, id->bim_type) == 0) in blkid_known_fstype()
37 const char *bim_type; /* type name for this magic */ member