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

/netbsd-6-1-5-RELEASE/sbin/fsck_msdos/
H A Dfat.c45 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
419 ret |= tryclear(boot, fat, head, &fat[p].next);
425 ret |= tryclear(boot, fat, head, &fat[p].next);
430 conf = tryclear(boot, fat, head, &fat[p].next);

Completed in 201 milliseconds