Searched refs:parentPathCaches (Results 1 – 3 of 3) sorted by relevance
140 LOS_ListAdd((&(vnode->parentPathCaches)), (&(pc->parentEntry))); in PathCacheAlloc()194 …LOS_DL_LIST_FOR_EACH_ENTRY_SAFE(item, nextItem, &(vnode->parentPathCaches), struct PathCache, pare… in FreeParentPathCache()
156 LOS_ListInit((&(vnode->parentPathCaches))); in VnodeAlloc()
120 LIST_HEAD parentPathCaches; /* pathCaches point to parents */ member