Home
last modified time | relevance | path

Searched refs:parentPathCaches (Results 1 – 3 of 3) sorted by relevance

/kernel/liteos_a/fs/vfs/
Dpath_cache.c140 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()
Dvnode.c156 LOS_ListInit((&(vnode->parentPathCaches))); in VnodeAlloc()
/kernel/liteos_a/fs/vfs/include/
Dvnode.h120 LIST_HEAD parentPathCaches; /* pathCaches point to parents */ member