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