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

/freebsd-9.3-release/sbin/fsck_msdosfs/
H A Dfat.c43 static int checkclnum(struct bootblock *, u_int, cl_t, cl_t *);
132 checkclnum(struct bootblock *boot, u_int fat, cl_t cl, cl_t *next) function
285 ret |= checkclnum(boot, no, cl, &fat[cl].next);
291 ret |= checkclnum(boot, no, cl, &fat[cl].next);
297 ret |= checkclnum(boot, no, cl, &fat[cl].next);
302 ret |= checkclnum(boot, no, cl, &fat[cl].next);

Completed in 96 milliseconds