Lines Matching refs:OFile
35 FAT_OFILE *OFile; in FatDelete() local
41 OFile = IFile->OFile; in FatDelete()
60 if (OFile->Parent == NULL) { in FatDelete()
67 Status = OFile->Error; in FatDelete()
73 if (OFile->ODir != NULL) { in FatDelete()
77 FatResetODirCursor (OFile); in FatDelete()
79 Status = FatGetNextDirEnt (OFile, &DirEnt); in FatDelete()
92 FatTruncateOFile (OFile, 0); in FatDelete()
96 Status = FatRemoveDirEnt (OFile->Parent, OFile->DirEnt); in FatDelete()
104 OFile->Error = EFI_NOT_FOUND; in FatDelete()
105 } else if (OFile->Error == EFI_NOT_FOUND) { in FatDelete()
117 Status = FatCleanupVolume (OFile->Volume, NULL, Status, NULL); in FatDelete()