Searched refs:readboot (Results 1 – 3 of 3) sorted by relevance
/external/fsck_msdos/ | ||
D | ext.h | 88 int readboot(int, struct bootblock *); |
D | check.c | 90 if (readboot(dosfs, &boot) == FSFATAL) { in checkfilesys() |
D | boot.c | 51 readboot(dosfs, boot) in readboot() function |