Home
last modified time | relevance | path

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

/NextBSD/sbin/fsck_msdosfs/
HDfat.c45 static int tryclear(struct bootblock *, struct fatEntry *, cl_t, cl_t *);
433 tryclear(struct bootblock *boot, struct fatEntry *fat, cl_t head, cl_t *truncp) in tryclear() function
510 ret |= tryclear(boot, fat, head, &fat[p].next); in checkfat()
526 conf = tryclear(boot, fat, head, &fat[p].next); in checkfat()