Searched refs:MDL_ALLOCATED_FIXED_SIZE (Results 1 – 3 of 3) sorted by relevance
51 Flags |= MDL_ALLOCATED_FIXED_SIZE; in IoAllocateMdl()127 TargetMdl->MdlFlags &= (MDL_ALLOCATED_FIXED_SIZE | MDL_ALLOCATED_MUST_SUCCEED); in IoBuildPartialMdl()152 if (!(Mdl->MdlFlags & MDL_ALLOCATED_FIXED_SIZE)) in IoFreeMdl()
21 #define MDL_ALLOCATED_FIXED_SIZE 0x0008 macro
603 …if ((Irp->MdlAddress->MdlFlags & (MDL_ALLOCATED_FIXED_SIZE | MDL_PAGES_LOCKED | MDL_MAPPED_TO_SYST… in VcdRead()604 (MDL_ALLOCATED_FIXED_SIZE | MDL_PAGES_LOCKED | MDL_MAPPED_TO_SYSTEM_VA)) in VcdRead()