Home | History | Annotate | Download | only in EnhancedFatDxe

Lines Matching refs:FileCluster

375   Cluster     = OFile->FileCluster;

403 OFile->FileCluster = FAT_CLUSTER_FREE;
406 // Set CurrentCluster == FileCluster
409 OFile->FileCurrentCluster = OFile->FileCluster;
465 if ((OFile->FileCluster != 0) && (OFile->FileLastCluster == 0)) {
466 Cluster = OFile->FileCluster;
515 OFile->FileCluster = NewCluster;
585 // to be the same as OFile->FileCluster
586 // when OFile->FileCluster is updated, so make a check of this
591 if (Position < StartPos || OFile->FileCluster == Cluster) {
593 Cluster = OFile->FileCluster;