Searched refs:FAT_ODIR (Results 1 – 5 of 5) sorted by relevance
/device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/ |
D | DirectoryCache.c | 28 IN FAT_ODIR *ODir in FatFreeODir() 57 FAT_ODIR * 62 FAT_ODIR *ODir; in FatAllocateODir() 64 ODir = AllocateZeroPool (sizeof (FAT_ODIR)); in FatAllocateODir() 90 FAT_ODIR *ODir; in FatDiscardODir() 141 FAT_ODIR *ODir; in FatRequestODir() 142 FAT_ODIR *CurrentODir; in FatRequestODir() 183 FAT_ODIR *ODir; in FatCleanupODirCache()
|
D | Hash.c | 77 IN FAT_ODIR *ODir, in FatLongNameHashSearch() 106 IN FAT_ODIR *ODir, in FatShortNameHashSearch() 133 IN FAT_ODIR *ODir, in FatInsertToHashTable() 166 IN FAT_ODIR *ODir, in FatDeleteFromHashTable()
|
D | Fat.h | 62 #define ODIR_FROM_DIRCACHELINK(a) CR (a, FAT_ODIR, DirCacheLink, FAT_ODIR_SIGNATURE) 179 typedef struct _FAT_ODIR FAT_ODIR; typedef 292 FAT_ODIR *ODir; 1780 IN FAT_ODIR *ODir, 1796 IN FAT_ODIR *ODir, 1810 IN FAT_ODIR *ODir, 1824 IN FAT_ODIR *ODir,
|
D | DirectoryManage.c | 321 IN FAT_ODIR *ODir, in FatAddDirEnt() 353 FAT_ODIR *ODir; in FatLoadNextDirEnt() 520 FAT_ODIR *ODir; in FatSearchODir() 576 FAT_ODIR *ODir; in FatResetODirCursor() 603 FAT_ODIR *ODir; in FatGetNextDirEnt() 780 FAT_ODIR *ODir; in FatFirstFitInsertDirEnt() 853 FAT_ODIR *ODir; in FatNewEntryPos() 1041 FAT_ODIR *ODir; in FatCreateDirEnt() 1098 FAT_ODIR *ODir; in FatRemoveDirEnt()
|
D | ReadWrite.c | 134 FAT_ODIR *ODir; in FatIFileReadDir()
|