Home
last modified time | relevance | path

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

/reactos/ntoskrnl/fsrtl/
H A Dnotify.c499 IN PSTRING ParentName, in FsRtlNotifyUpdateBuffer() argument
524 if (ParentName->Length) in FsRtlNotifyUpdateBuffer()
526 RtlCopyMemory(OutputBuffer->FileName, ParentName->Buffer, ParentName->Length); in FsRtlNotifyUpdateBuffer()
542 if (!ParentName->Length) in FsRtlNotifyUpdateBuffer()
551 ParentName->Length); in FsRtlNotifyUpdateBuffer()
1027 ParentName.Length = 0; in FsRtlNotifyFilterReportChange()
1028 ParentName.MaximumLength = 0; in FsRtlNotifyFilterReportChange()
1029 ParentName.Buffer = NULL; in FsRtlNotifyFilterReportChange()
1160 ParentName.Buffer = NULL; in FsRtlNotifyFilterReportChange()
1161 ParentName.Length = 0; in FsRtlNotifyFilterReportChange()
[all …]
/reactos/drivers/filesystems/vfatfs/
H A Dfinfo.c415 IN PUNICODE_STRING ParentName, in vfatPrepareTargetForRename() argument
421 …orRename(%p, %p, %wZ, %d, %wZ, %p)\n", DeviceExt, ParentFCB, NewName, ReplaceIfExists, ParentName); in vfatPrepareTargetForRename()