Home
last modified time | relevance | path

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

/reactos/drivers/filesystems/btrfs/
H A Dfileinfo.c483 fcb->type = oldfcb->type; in duplicate_fcb()
485 if (oldfcb->ads) { in duplicate_fcb()
490 if (oldfcb->adsxattr.Buffer && oldfcb->adsxattr.Length > 0) { in duplicate_fcb()
505 if (oldfcb->adsdata.Buffer && oldfcb->adsdata.Length > 0) { in duplicate_fcb()
524 if (oldfcb->sd && RtlLengthSecurityDescriptor(oldfcb->sd) > 0) { in duplicate_fcb()
532 RtlCopyMemory(fcb->sd, oldfcb->sd, RtlLengthSecurityDescriptor(oldfcb->sd)); in duplicate_fcb()
535 fcb->atts = oldfcb->atts; in duplicate_fcb()
537 le = oldfcb->extents.Flink; in duplicate_fcb()
633 if (oldfcb->reparse_xattr.Buffer && oldfcb->reparse_xattr.Length > 0) { in duplicate_fcb()
646 if (oldfcb->ea_xattr.Buffer && oldfcb->ea_xattr.Length > 0) { in duplicate_fcb()
[all …]