HomeSort by relevance Sort by last modified time
    Searched full:tryclear (Results 1 - 1 of 1) sorted by null

  /external/fsck_msdos/
fat.c 52 static int tryclear(struct bootblock *, struct fatEntry *, cl_t, cl_t *);
434 tryclear(struct bootblock *boot, struct fatEntry *fat, cl_t head, cl_t *trunc) function
510 ret |= tryclear(boot, fat, head, &fat[p].next);
516 ret |= tryclear(boot, fat, head, &fat[p].next);
521 conf = tryclear(boot, fat, head, &fat[p].next);

Completed in 878 milliseconds