Searched refs:curVnode (Results 1 – 2 of 2) sorted by relevance
91 struct Vnode *curVnode = NULL; in VfsHashGet() local99 LOS_DL_LIST_FOR_EACH_ENTRY(curVnode, list, struct Vnode, hashEntry) { in VfsHashGet()100 if (curVnode->hash != hash) { in VfsHashGet()103 if (curVnode->originMount != mount) { in VfsHashGet()106 if (fn != NULL && fn(curVnode, arg)) { in VfsHashGet()110 *vnode = curVnode; in VfsHashGet()
283 struct Vnode *curVnode = NULL; in OsGetTextRegionBase() local303 curVnode = curRegion->unTypeData.rf.vnode; in OsGetTextRegionBase()305 } while (curVnode == lastVnode); in OsGetTextRegionBase()