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

/vbox/src/VBox/Runtime/common/vfs/
H A Dvfsbase.cpp217 typedef struct RTVFSDIRINTERNAL struct
227 } RTVFSDIRINTERNAL; typedef in typeref:struct:RTVFSDIRINTERNAL
811 pvToFree = RT_FROM_MEMBER(pThis, RTVFSDIRINTERNAL, Base);
812 ASMAtomicWriteU32(&RT_FROM_MEMBER(pThis, RTVFSDIRINTERNAL, Base)->uMagic, RTVFSDIR_MAGIC_DEAD);
919 return RT_FROM_MEMBER(pThis, RTVFSDIRINTERNAL, Base);
1344 RTVFSDIRINTERNAL **ppVfsParentDir)
1361 RTVFSDIRINTERNAL *pCurDir;
1776 RTVFSDIRINTERNAL *pThis = hVfsDir;
1785 RTVFSDIRINTERNAL *pThis = hVfsDir;
2457 RTVFSDIRINTERNAL *pVfsParentDi
[all...]

Completed in 39 milliseconds