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()
1698 for (id = type_array; id->bim_type; id++) { in blkid_verify()
1700 strcmp(id->bim_type, dev->bid_type)) in blkid_verify()
1714 type = id->bim_type; in blkid_verify()
1719 if (!id->bim_type && dev->bid_type) { in blkid_verify()
1764 for (id = type_array; id->bim_type; id++) { in blkid_known_fstype()
1765 if (strcmp(fstype, id->bim_type) == 0) in blkid_known_fstype()
Dprobe.h39 const char *bim_type; /* type name for this magic */ member