fat.c | 45 static int tryclear(struct bootblock *, struct fatEntry *, cl_t, cl_t *); 352 tryclear(struct bootblock *boot, struct fatEntry *fat, cl_t head, cl_t *truncp) function in typeref:typename:int 429 ret |= tryclear(boot, fat, head, &fat[p].next); 445 conf = tryclear(boot, fat, head, &fat[p].next);
|