Searched refs:VPB_SIZE (Results 1 – 2 of 2) sorted by relevance
2602 NewVpb = ExAllocatePoolWithTag(NonPagedPool, VPB_SIZE, TAG_VPB); in Ext2CheckDismount()2609 memset(NewVpb, '_', VPB_SIZE); in Ext2CheckDismount()
294 #define VPB_SIZE sizeof(VPB) macro