HomeSort by relevance Sort by last modified time
    Searched full:lfcl (Results 1 - 1 of 1) sorted by null

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

Completed in 120 milliseconds