Home
last modified time | relevance | path

Searched refs:_readfat (Results 1 – 1 of 1) sorted by relevance

/external/fsck_msdos/
Dfat.c53 static int _readfat(int, struct bootblock *, int, u_char **);
169 _readfat(int fs, struct bootblock *boot, int no, u_char **buffer) in _readfat() function
216 if (!_readfat(fs, boot, no, &buffer)) in readfat()
603 if (!_readfat(fs, boot, boot->ValidFat >= 0 ? boot->ValidFat :0, in writefat()