Searched refs:tryclear (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sbin/fsck_msdos/
H A Dfat.c39 static int tryclear(struct bootblock *, struct fatEntry *, cl_t, cl_t *);
302 tryclear(struct bootblock *boot, struct fatEntry *fat, cl_t head, cl_t *trunc) function
381 ret |= tryclear(boot, fat, head, &fat[p].next);
387 ret |= tryclear(boot, fat, head, &fat[p].next);
393 ret |= tryclear(boot, fat, head, &fat[p].next);
398 conf = tryclear(boot, fat, head, &fat[p].next);

Completed in 146 milliseconds