OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lfcl
(Results
1 - 1
of
1
) sorted by null
/external/fsck_msdos/
dir.c
895
static cl_t
lfcl
;
variable
934
lfcl
= p ? fat[
lfcl
].next : lostDir->head;
935
if (
lfcl
< CLUST_FIRST ||
lfcl
>= boot->NumClusters) {
938
lfcl
= (lostDir->head < boot->NumClusters) ? lostDir->head : 0;
941
lfoff =
lfcl
* boot->ClusterSize
Completed in 11 milliseconds