Lines Matching defs:iMapping
50 * the guest uses the iMapping as root handle for this folder.
88 SHFLROOT iMapping = aIndexFromRoot[root];
90 if ( iMapping != SHFL_ROOT_NIL
91 && iMapping < RT_ELEMENTS(FolderMapping))
93 return &FolderMapping[iMapping];
100 static SHFLROOT vbsfMappingGetRootFromIndex(SHFLROOT iMapping)
106 if (iMapping == aIndexFromRoot[root])
146 static void vbsfRootHandleAdd(SHFLROOT iMapping)
154 aIndexFromRoot[root] = iMapping;
162 static void vbsfRootHandleRemove(SHFLROOT iMapping)
168 if (aIndexFromRoot[root] == iMapping)