Home
last modified time | relevance | path

Searched refs:VolumeInterface (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/FatPkg/EnhancedFatDxe/
DInit.c61 Volume->VolumeInterface.Revision = EFI_SIMPLE_FILE_SYSTEM_PROTOCOL_REVISION; in FatAllocateVolume()
62 Volume->VolumeInterface.OpenVolume = FatOpenVolume; in FatAllocateVolume()
90 &Volume->VolumeInterface, in FatAllocateVolume()
135 &Volume->VolumeInterface, in FatAbandonVolume()
DFat.h60 #define VOLUME_FROM_VOL_INTERFACE(a) CR (a, FAT_VOLUME, VolumeInterface, FAT_VOLUME_SIGNATURE);
311 EFI_SIMPLE_FILE_SYSTEM_PROTOCOL VolumeInterface; member