Searched refs:probe_fat (Results 1 – 1 of 1) sorted by relevance
/external/e2fsprogs/lib/blkid/ |
D | probe.c | 512 static int probe_fat(struct blkid_probe *probe, in probe_fat() function 679 return probe_fat(probe, id, buf); in probe_fat_nomagic() 1559 { "vfat", 0, 0x52, 5, "MSWIN", probe_fat }, 1560 { "vfat", 0, 0x52, 8, "FAT32 ", probe_fat }, 1561 { "vfat", 0, 0x36, 5, "MSDOS", probe_fat }, 1562 { "vfat", 0, 0x36, 8, "FAT16 ", probe_fat }, 1563 { "vfat", 0, 0x36, 8, "FAT12 ", probe_fat },
|