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

/freebsd-11.0-release/sbin/fsck_msdosfs/
H A Dfat.c43 static int checkclnum(struct bootblock *, u_int, cl_t, cl_t *);
133 checkclnum(struct bootblock *boot, u_int fat, cl_t cl, cl_t *next) function
287 ret |= checkclnum(boot, no, cl, &fat[cl].next);
293 ret |= checkclnum(boot, no, cl, &fat[cl].next);
299 ret |= checkclnum(boot, no, cl, &fat[cl].next);
304 ret |= checkclnum(boot, no, cl, &fat[cl].next);

Completed in 91 milliseconds