Searched refs:checkclnum (Results 1 – 1 of 1) sorted by relevance
/external/fsck_msdos/ |
D | fat.c | 50 static int checkclnum(struct bootblock *, int, cl_t, cl_t *); 138 checkclnum(struct bootblock *boot, int fat, cl_t cl, cl_t *next) in checkclnum() function 292 ret |= checkclnum(boot, no, cl, &fat[cl].next); in readfat() 298 ret |= checkclnum(boot, no, cl, &fat[cl].next); in readfat() 304 ret |= checkclnum(boot, no, cl, &fat[cl].next); in readfat() 309 ret |= checkclnum(boot, no, cl, &fat[cl].next); in readfat()
|