Home
last modified time | relevance | path

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

/third_party/FreeBSD/sbin/fsck_msdosfs/
H A Ddir.c1069 static cl_t lfcl; variable
1112 lfcl = p ? fat_get_cl_next(fat, lfcl) : lostDir->head; in reconnect()
1113 if (lfcl < CLUST_FIRST || lfcl >= boot->NumClusters) { in reconnect()
1116 lfcl = (lostDir->head < boot->NumClusters) ? lostDir->head : 0; in reconnect()
1119 lfoff = (lfcl - CLUST_FIRST) * boot->ClusterSize in reconnect()

Completed in 2 milliseconds