Searched refs:fat_read (Results 1 – 4 of 4) sorted by relevance
/external/grub/stage2/ |
D | filesys.h | 46 int fat_read (char *buf, int len);
|
D | fsys_fat.c | 198 fat_read (char *buf, int len) in fat_read() function 354 if (fat_read (dir_buf, FAT_DIRENTRY_LENGTH) != FAT_DIRENTRY_LENGTH in fat_dir()
|
D | disk_io.c | 55 {"fat", fat_mount, fat_read, fat_dir, 0, 0},
|
/external/grub/ |
D | ChangeLog | 1938 * stage2/fsys_fat.c (fat_read): Fix the contradictory comment. 2511 * stage2/fsys_fat.c (fat_read) [STAGE1_5]: Likewise. 3912 (fat_read): Report error if cluster number is too big, but not 5245 * stage2/fsys_fat.c (fat_read): Forgot to increase BUF. 5246 (fat_dir): Use fat_read instead of grub_read; this makes 5261 fat_read is implemented. 5262 (fat_read): new function. 5263 * stage2/disk_io.c (fsys_table): Use fat_read. 5264 * stage2/filesys.h: Declare fat_read, remove NO_BLOCK_FILES 5284 (fat_read, fat_dir): Use FAT_SUPER info.
|