Lines Matching refs:nt
1416 CExtractNtOptions &nt = eo.NtOptions;
1417 nt.NtSecurity = options.NtSecurity;
1419 nt.AltStreams = options.AltStreams;
1421 nt.AltStreams.Val = true;
1423 nt.HardLinks = options.HardLinks;
1425 nt.HardLinks.Val = true;
1427 nt.SymLinks = options.SymLinks;
1429 nt.SymLinks.Val = true;
1431 nt.SymLinks_AllowDangerous = symLinks_AllowDangerous;
1433 nt.ReplaceColonForAltStream = parser[NKey::kReplaceColonForAltStream].ThereIs;
1434 nt.WriteToAltStreamIfColon = parser[NKey::kWriteToAltStreamIfColon].ThereIs;
1436 nt.ExtractOwner = options.StoreOwnerId.Val; // StoreOwnerName
1439 nt.PreserveATime = true;
1441 nt.OpenShareForWrite = true;