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

/freebsd-12-stable/sbin/fsck_msdosfs/
H A Dext.h129 int checkchain(struct fat_descriptor *, cl_t, size_t *);
H A Ddir.c405 ret = checkchain(fat, dir->head, &chainsize);
408 * that checkchain() was able to validate, but if the user
581 mod |= checkchain(fat, dir->head, &dirclusters);
H A Dfat.c959 * checkchain() at a later time when checking directories,
1036 checkchain(struct fat_descriptor *fat, cl_t head, size_t *chainsize) function
1277 ret = checkchain(fat, head, &chainlength);

Completed in 215 milliseconds