Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/ext2/src/
H A Dfsctl.c2602 NewVpb = ExAllocatePoolWithTag(NonPagedPool, VPB_SIZE, TAG_VPB); in Ext2CheckDismount()
2609 memset(NewVpb, '_', VPB_SIZE); in Ext2CheckDismount()
/reactos/drivers/filesystems/ext2/inc/
H A Dext2fs.h294 #define VPB_SIZE sizeof(VPB) macro