Searched refs:PathNameBuffer (Results 1 – 3 of 3) sorted by relevance
95 if (!Fcb->PathNameBuffer) in vfatInitFcb()106 Fcb->PathNameU.Buffer = Fcb->PathNameBuffer; in vfatInitFcb()216 PWCHAR PathNameBuffer; in vfatMakeFullName() local230 if (!PathNameBuffer) in vfatMakeFullName()234 NameU->Buffer = PathNameBuffer; in vfatMakeFullName()285 ExFreePool(pFCB->PathNameBuffer); in vfatDestroyFCB()508 if (Fcb->PathNameBuffer) in vfatSetFCBNewDirName()510 ExFreePoolWithTag(Fcb->PathNameBuffer, TAG_FCB); in vfatSetFCBNewDirName()518 Fcb->PathNameBuffer = Fcb->PathNameU.Buffer; in vfatSetFCBNewDirName()558 if (Fcb->PathNameBuffer) in vfatUpdateFCB()[all …]
90 PWCHAR PathNameBuffer; in FindFile() local107 …PathNameBuffer = ExAllocatePoolWithTag(NonPagedPool, PathNameBufferLength + sizeof(WCHAR), TAG_NAM… in FindFile()108 if (!PathNameBuffer) in FindFile()113 PathNameU.Buffer = PathNameBuffer; in FindFile()158 ExFreePoolWithTag(PathNameBuffer, TAG_NAME); in FindFile()168 ExFreePoolWithTag(PathNameBuffer, TAG_NAME); in FindFile()236 ExFreePoolWithTag(PathNameBuffer, TAG_NAME); in FindFile()248 ExFreePoolWithTag(PathNameBuffer, TAG_NAME); in FindFile()
475 PWCHAR PathNameBuffer; member