Searched refs:probe_fat_nomagic (Results 1 – 1 of 1) sorted by relevance
/external/e2fsprogs/lib/blkid/ |
D | probe.c | 641 static int probe_fat_nomagic(struct blkid_probe *probe, in probe_fat_nomagic() function 1526 { "vfat", 0, 0, 1, "\353", probe_fat_nomagic }, 1527 { "vfat", 0, 0, 1, "\351", probe_fat_nomagic }, 1528 { "vfat", 0, 0x1fe, 2, "\125\252", probe_fat_nomagic },
|