Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/blkid/
Dprobe.c157 if (strcmp(id->bim_type, "ext2") && in get_ext2_info()
1738 for (id = type_array; id->bim_type; id++) { in blkid_verify()
1740 strcmp(id->bim_type, dev->bid_type)) in blkid_verify()
1754 type = id->bim_type; in blkid_verify()
1759 if (!id->bim_type && dev->bid_type) { in blkid_verify()
1804 for (id = type_array; id->bim_type; id++) { in blkid_known_fstype()
1805 if (strcmp(fstype, id->bim_type) == 0) in blkid_known_fstype()
Dprobe.h39 const char *bim_type; /* type name for this magic */ member