Searched defs:RTVFSINTERNAL (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/vfs/
H A Dvfsbase.cpp199 typedef struct RTVFSINTERNAL struct
209 } RTVFSINTERNAL; typedef in typeref:struct:RTVFSINTERNAL
796 pvToFree = RT_FROM_MEMBER(pThis, RTVFSINTERNAL, Base);
797 ASMAtomicWriteU32(&RT_FROM_MEMBER(pThis, RTVFSINTERNAL, Base)->uMagic, RTVFS_MAGIC_DEAD);
883 return RT_FROM_MEMBER(pThis, RTVFSINTERNAL, Base);
1343 static int rtVfsTraverseToParent(RTVFSINTERNAL *pThis, PRTVFSPARSEDPATH pPath, bool fFollowSymlink,
1604 size_t const cbThis = RT_ALIGN_Z(sizeof(RTVFSINTERNAL), RTVFS_INST_ALIGNMENT)
1606 RTVFSINTERNAL *pThis = (RTVFSINTERNAL *)RTMemAllocZ(cbThis);
1629 RTVFSINTERNAL *pThi
[all...]

Completed in 350 milliseconds