Home
last modified time | relevance | path

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

/freebsd/sbin/fsck_msdosfs/
H A Ddir.c1082 static cl_t lfcl; variable
1125 lfcl = p ? fat_get_cl_next(fat, lfcl) : lostDir->head; in reconnect()
1126 if (lfcl < CLUST_FIRST || lfcl >= boot->NumClusters) { in reconnect()
1129 lfcl = (lostDir->head < boot->NumClusters) ? lostDir->head : 0; in reconnect()
1132 lfoff = (lfcl - CLUST_FIRST) * boot->ClusterSize in reconnect()