Home
last modified time | relevance | path

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

/external/fsck_msdos/
Ddir.c1015 static cl_t lfcl; variable
1054 lfcl = p ? fat[lfcl].next : lostDir->head; in reconnect()
1055 if (lfcl < CLUST_FIRST || lfcl >= boot->NumClusters) { in reconnect()
1058 lfcl = (lostDir->head < boot->NumClusters) ? lostDir->head : 0; in reconnect()
1061 lfoff = lfcl * boot->ClusterSize in reconnect()