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

/vbox/src/VBox/Runtime/common/vfs/
H A Dvfsbase.cpp235 typedef struct RTVFSSYMLINKINTERNAL struct
245 } RTVFSSYMLINKINTERNAL; typedef in typeref:struct:RTVFSSYMLINKINTERNAL
822 pvToFree = RT_FROM_MEMBER(pThis, RTVFSSYMLINKINTERNAL, Base);
823 ASMAtomicWriteU32(&RT_FROM_MEMBER(pThis, RTVFSSYMLINKINTERNAL, Base)->uMagic, RTVFSSYMLINK_MAGIC_DEAD);
974 return RT_FROM_MEMBER(pThis, RTVFSSYMLINKINTERNAL, Base);
1822 size_t const cbThis = RT_ALIGN_Z(sizeof(RTVFSSYMLINKINTERNAL), RTVFS_INST_ALIGNMENT)
1824 RTVFSSYMLINKINTERNAL *pThis = (RTVFSSYMLINKINTERNAL *)RTMemAllocZ(cbThis);
1847 RTVFSSYMLINKINTERNAL *pThis = hVfsSym;
1856 RTVFSSYMLINKINTERNAL *pThi
[all...]

Completed in 40 milliseconds