Searched refs:checkclnum (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/sbin/fsck_msdos/ |
| H A D | fat.c | 37 static int checkclnum(struct bootblock *, int, cl_t, cl_t *); 45 checkclnum(struct bootblock *boot, int fat, cl_t cl, cl_t *next) in checkclnum() function 156 ret |= checkclnum(boot, no, cl, &fat[cl].next); in readfat() 162 ret |= checkclnum(boot, no, cl, &fat[cl].next); in readfat() 168 ret |= checkclnum(boot, no, cl, &fat[cl].next); in readfat() 173 ret |= checkclnum(boot, no, cl, &fat[cl].next); in readfat()
|