Searched refs:fat_mount (Results 1 – 4 of 4) sorted by relevance
/external/grub/stage2/ |
D | filesys.h | 45 int fat_mount (void);
|
D | fsys_fat.c | 67 fat_mount (void) in fat_mount() function
|
D | disk_io.c | 55 {"fat", fat_mount, fat_read, fat_dir, 0, 0},
|
/external/grub/ |
D | ChangeLog | 34 * stage2/fsys_fat.c (fat_mount): Ignore the 3rd bit of a media 2619 partition is FAT, because open_partition or fat_mount may set 3905 (fat_mount): Initialize clust_eof_marker to 0xff8, 0xfff8, or 4025 * stage2/fsys_fat.c (fat_mount): Fixed calculation of num_clust. 4945 (fat_mount): Use log2 instead of calculating the size/bit by a 5220 * stage2/fsys_fat.c (fat_mount): Check if BPB.SECTS_PER_CLUST is 5248 (fat_mount): FSMAX is no longer set. 5283 (fat_mount): Use fat_bpb structure, fill FAT_SUPER. 7642 (fat_mount): Use the macro IS_PC_SLICE_TYPE_FAT instead of 7660 * stage2/fsys_fat.c (fat_mount): Do not shift the fs type [all …]
|