Home | History | Annotate | Download | only in EnhancedFatDxe

Lines Matching refs:OFile

35   FAT_OFILE   *OFile;

41 OFile = IFile->OFile;
60 if (OFile->Parent == NULL) {
67 Status = OFile->Error;
73 if (OFile->ODir != NULL) {
77 FatResetODirCursor (OFile);
79 Status = FatGetNextDirEnt (OFile, &DirEnt);
92 FatTruncateOFile (OFile, 0);
96 Status = FatRemoveDirEnt (OFile->Parent, OFile->DirEnt);
101 // Set a permanent error for this OFile in case there
104 OFile->Error = EFI_NOT_FOUND;
105 } else if (OFile->Error == EFI_NOT_FOUND) {
117 Status = FatCleanupVolume (OFile->Volume, NULL, Status, NULL);