Home
last modified time | relevance | path

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

/freebsd/sbin/fsck_msdosfs/
H A Dext.h128 int checkchain(struct fat_descriptor *, cl_t, size_t *);
H A Dfat.c1034 checkchain(struct fat_descriptor *fat, cl_t head, size_t *chainsize) in checkchain() function
1275 ret = checkchain(fat, head, &chainlength); in checklost()
H A Ddir.c416 ret = checkchain(fat, dir->head, &chainsize); in checksize()
592 mod |= checkchain(fat, dir->head, &dirclusters); in readDosDirSection()