Home | History | Annotate | Download | only in EnhancedFatDxe

Lines Matching refs:OFile

189   FAT_OFILE           *OFile;                 // The OFile of the corresponding directory entry

214 FAT_OFILE *OFile;
250 // A list of the IFILE instances for this OFile
275 // Set by an OFile SetPosition
290 // OFile represents a file, then ODir = NULL
294 // The directory entry for the Ofile
362 // File Name of root OFile, it is empty string
459 @retval EFI_DEVICE_ERROR - Can not find the OFile for the file.
481 @retval EFI_DEVICE_ERROR - Can not find the OFile for the file.
504 @retval EFI_DEVICE_ERROR - Can not find the OFile for the file.
599 @retval EFI_DEVICE_ERROR - Can not find the OFile for the file
620 @retval EFI_DEVICE_ERROR - Can not find the OFile for the file.
642 @retval EFI_DEVICE_ERROR - Can not find the OFile for the file.
666 @retval EFI_DEVICE_ERROR - The OFile is not valid.
689 @retval EFI_DEVICE_ERROR - Can not find the OFile for the file.
785 @param OFile - The open file.
787 @retval EFI_SUCCESS - The OFile is flushed successfully.
788 @return Others - An error occurred when flushing this OFile.
793 IN FAT_OFILE *OFile
798 Check the references of the OFile.
799 If the OFile (that is checked) is no longer
802 @param OFile - The OFile to be checked.
804 @retval TRUE - The OFile is not referenced and freed.
805 @retval FALSE - The OFile is kept.
810 IN FAT_OFILE *OFile
815 Set the OFile and its child OFile with the error Status
817 @param OFile - The OFile whose permanent error code is to be set.
823 IN FAT_OFILE *OFile,
843 Set error status for a specific OFile, reference checking the volume.
849 @param OFile - the OFile whose permanent error code is to be set.
860 IN FAT_OFILE *OFile,
872 @param OFile - The open file.
880 IN FAT_OFILE *OFile
887 @param OFile - The open file.
898 IN FAT_OFILE *OFile,
937 Seek OFile to requested position, and calculate the number of
940 @param OFile - The open file.
950 IN FAT_OFILE *OFile,
1357 Open a file for a file name relative to an existing OFile.
1360 @param OFile - The file that serves as a starting reference point.
1362 @param FileName - The file name relative to the OFile.
1379 IN FAT_OFILE *OFile,
1388 Create an Open instance for the existing OFile.
1391 @param OFile - The file that serves as a starting reference point.
1395 @retval EFI_SUCCESS - Create the new IFile for the OFile successfully
1400 IN FAT_OFILE *OFile,
1432 It uses OFile->PosRem to determine how much data can be accessed in one time.
1434 @param OFile - The open file.
1447 IN FAT_OFILE *OFile,
1457 Expand OFile by appending zero bytes at the end of OFile.
1459 @param OFile - The open file.
1468 IN FAT_OFILE *OFile,
1474 Write zero pool from the WritePos to the end of OFile.
1476 @param OFile - The open file to write zero pool.
1486 IN FAT_OFILE *OFile,
1492 Truncate the OFile to smaller file size.
1494 @param OFile - The open file.
1503 IN FAT_OFILE *OFile,
1512 Set the OFile's current directory cursor to the list head.
1514 @param OFile - The directory OFile whose directory cursor is reset.
1519 IN FAT_OFILE *OFile
1526 @param OFile - The parent OFile.
1535 IN FAT_OFILE *OFile,
1543 @param OFile - The parent OFile.
1552 IN FAT_OFILE *OFile,
1560 @param OFile - The parent OFile which needs to update.
1569 IN FAT_OFILE *OFile,
1575 Create a directory entry in the parent OFile.
1577 @param OFile - The parent OFile.
1589 IN FAT_OFILE *OFile,
1612 Set the OFile's cluster and size info in its directory entry.
1614 @param OFile - The corresponding OFile.
1619 IN FAT_OFILE *OFile
1659 Open the directory entry to get the OFile.
1661 @param Parent - The parent OFile.
1665 @retval EFI_OUT_OF_RESOURCES - not enough memory to allocate a new OFile.
1671 IN FAT_OFILE *OFile,
1677 Create "." and ".." directory entries in the newly-created parent OFile.
1679 @param OFile - The parent OFile.
1687 IN FAT_OFILE *OFile
1692 Close the directory entry and free the OFile.
1709 @param PtrOFile - As input, the reference OFile; as output, the located OFile.
1710 @param FileName - The file name relevant to the OFile.
1711 @param Attributes - The attribute of the destination OFile.
1719 @return other - An error occured when locating the OFile.
1967 Discard the directory structure when an OFile will be freed.
1968 Volume will cache this directory if the OFile does not represent a deleted file.
1970 @param OFile - The OFile whose directory structure is to be discarded.
1975 IN FAT_OFILE *OFile
1980 Request the directory structure when an OFile is newly generated.
1982 Otherwise, allocate a new one for OFile.
1984 @param OFile - The OFile which requests directory structure.
1989 IN FAT_OFILE *OFile