Searched refs:VolumeInterface (Results 1 – 2 of 2) sorted by relevance
61 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()
60 #define VOLUME_FROM_VOL_INTERFACE(a) CR (a, FAT_VOLUME, VolumeInterface, FAT_VOLUME_SIGNATURE);311 EFI_SIMPLE_FILE_SYSTEM_PROTOCOL VolumeInterface; member