Searched refs:hl2 (Results 1 – 1 of 1) sorted by relevance
594 if (!hl2) { in duplicate_fcb()600 hl2->parent = hl->parent; in duplicate_fcb()601 hl2->index = hl->index; in duplicate_fcb()603 hl2->name.Length = hl2->name.MaximumLength = hl->name.Length; in duplicate_fcb()604 hl2->name.Buffer = ExAllocatePoolWithTag(PagedPool, hl2->name.MaximumLength, ALLOC_TAG); in duplicate_fcb()606 if (!hl2->name.Buffer) { in duplicate_fcb()608 ExFreePool(hl2); in duplicate_fcb()615 hl2->utf8.Length = hl2->utf8.MaximumLength = hl->utf8.Length; in duplicate_fcb()616 hl2->utf8.Buffer = ExAllocatePoolWithTag(PagedPool, hl2->utf8.MaximumLength, ALLOC_TAG); in duplicate_fcb()618 if (!hl2->utf8.Buffer) { in duplicate_fcb()[all …]