Home
last modified time | relevance | path

Searched refs:CheckLink (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
DFlush.c199 if (OFile->CheckLink.ForwardLink == NULL) { in FatIFileClose()
200 InsertHeadList (&Volume->CheckRef, &OFile->CheckLink); in FatIFileClose()
302 if (OFile->CheckLink.ForwardLink != NULL) { in FatCheckOFileRef()
303 RemoveEntryList (&OFile->CheckLink); in FatCheckOFileRef()
304 OFile->CheckLink.ForwardLink = NULL; in FatCheckOFileRef()
DFat.h64 #define OFILE_FROM_CHECKLINK(a) CR (a, FAT_OFILE, CheckLink, FAT_OFILE_SIGNATURE)
301 LIST_ENTRY CheckLink; member
DDirectoryManage.c1177 InsertHeadList (&Volume->CheckRef, &OFile->CheckLink); in FatOpenDirEnt()