Home
last modified time | relevance | path

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

/reactos/sdk/lib/drivers/rxce/
H A Drxce.c298 PV_NET_ROOT VNetRoot) in RxAddVirtualNetRootToNetRoot() argument
1382 VNetRoot = NULL; in RxConstructVirtualNetRoot()
1444 if (VNetRoot != NULL && !StableCondition(VNetRoot->Condition)) in RxConstructVirtualNetRoot()
1497 ASSERT(VNetRoot != NULL && NodeType(VNetRoot) == RDBSS_NTC_V_NETROOT); in RxCreateNetFcb()
1528 Fcb->VNetRoot = VNetRoot; in RxCreateNetFcb()
2104VNetRoot->NamePrefix.Buffer = Add2Ptr(VNetRoot->PrefixEntry.Prefix.Buffer, VNetRoot->PrefixOffsetI… in RxCreateVNetRoot()
2105VNetRoot->NamePrefix.Length = VNetRoot->PrefixEntry.Prefix.Length - VNetRoot->PrefixOffsetInBytes; in RxCreateVNetRoot()
2106VNetRoot->NamePrefix.MaximumLength = VNetRoot->PrefixEntry.Prefix.Length - VNetRoot->PrefixOffsetI… in RxCreateVNetRoot()
2152 return VNetRoot; in RxCreateVNetRoot()
2708 if (Fcb->VNetRoot == VNetRoot) in RxFinalizeConnection()
[all …]
/reactos/sdk/include/ddk/
H A Dfcb.h139 PV_NET_ROOT VNetRoot; member
270 PV_NET_ROOT VNetRoot; member
407 #define RxReferenceVNetRoot(VNetRoot) \ argument
408 RxpTrackReference(RDBSS_REF_TRACK_VNETROOT, __FILE__, __LINE__, VNetRoot); \
409 RxReference(VNetRoot)
411 #define RxDereferenceVNetRoot(VNetRoot, LockHoldingState) \ argument
412 RxpTrackDereference(RDBSS_REF_TRACK_VNETROOT, __FILE__, __LINE__, VNetRoot); \
413 RxDereference(VNetRoot, LockHoldingState)
532 _In_ PV_NET_ROOT VNetRoot,
538 _In_ PV_NET_ROOT VNetRoot,
[all …]
H A Drxcontx.h257 PV_NET_ROOT VNetRoot; member
469 PV_NET_ROOT VNetRoot,
H A Drxprocs.h507 _Inout_opt_ PV_NET_ROOT VNetRoot,
671 _In_ PV_NET_ROOT VNetRoot);
676 _In_ PV_NET_ROOT VNetRoot);
/reactos/sdk/lib/drivers/rdbsslib/
H A Drdbss.c1041 PV_NET_ROOT VNetRoot, in RxCancelNotifyChangeDirectoryRequestsForVNetRoot() argument
4920 PV_NET_ROOT VNetRoot; in RxConjureOriginalName() local
4925 VNetRoot = Fcb->VNetRoot; in RxConjureOriginalName()
4929 if (VNetRoot == NULL || VNetRoot->PrefixEntry.Prefix.Buffer[1] != L';' || in RxConjureOriginalName()
4946 NameLength = VNetRoot->NamePrefix.Length; in RxConjureOriginalName()
5413 PV_NET_ROOT VNetRoot; in RxCreateTreeConnect() local
5474 RxReferenceVNetRoot(VNetRoot); in RxCreateTreeConnect()
5481 FileObject->FsContext2 = VNetRoot; in RxCreateTreeConnect()
5484 ++VNetRoot->NumberOfOpens; in RxCreateTreeConnect()
5877 PV_NET_ROOT VNetRoot; in RxFindOrCreateFcb() local
[all …]
/reactos/drivers/filesystems/nfs/
H A Dnfs41_driver.c2309 PV_NET_ROOT VNetRoot; in nfs41_DeleteConnection() local
2312 VNetRoot = (PV_NET_ROOT) pFileObject->FsContext2; in nfs41_DeleteConnection()
2314 if (NodeType(VNetRoot) == RDBSS_NTC_V_NETROOT) in nfs41_DeleteConnection()
2318 VNetRoot->NetRoot, VNetRoot); in nfs41_DeleteConnection()
2320 status = RxFinalizeConnection(VNetRoot->NetRoot, VNetRoot, TRUE); in nfs41_DeleteConnection()
2442 PV_NET_ROOT VNetRoot; in nfs41_DevFcbXXXControlFile() local
2444 VNetRoot = Container; in nfs41_DevFcbXXXControlFile()
2445 if (VNetRoot->NetRoot != NULL) in nfs41_DevFcbXXXControlFile()
2449 NetRoot = VNetRoot->NetRoot; in nfs41_DevFcbXXXControlFile()
3855 PV_NET_ROOT VNetRoot = (PV_NET_ROOT) local
[all …]