Home
last modified time | relevance | path

Searched refs:PathNameBuffer (Results 1 – 3 of 3) sorted by relevance

/reactos/drivers/filesystems/vfatfs/
H A Dfcb.c95 if (!Fcb->PathNameBuffer) in vfatInitFcb()
106 Fcb->PathNameU.Buffer = Fcb->PathNameBuffer; in vfatInitFcb()
216 PWCHAR PathNameBuffer; in vfatMakeFullName() local
230 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 …]
H A Dcreate.c90 PWCHAR PathNameBuffer; in FindFile() local
107PathNameBuffer = 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()
H A Dvfat.h475 PWCHAR PathNameBuffer; member