Home
last modified time | relevance | path

Searched refs:childEntry (Results 1 - 3 of 3) sorted by relevance

/kernel/liteos_a/fs/vfs/
H A Dpath_cache.c139 LOS_ListAdd((&(parent->childPathCaches)), (&(pc->childEntry))); in PathCacheAlloc()
156 LOS_ListDelete(&pc->childEntry); in PathCacheFree()
184 LOS_DL_LIST_FOR_EACH_ENTRY_SAFE(item, nextItem, &(vnode->childPathCaches), struct PathCache, childEntry) { in FreeChildPathCache()
H A Dvnode.c493 LOS_DL_LIST_FOR_EACH_ENTRY_SAFE(item, nextItem, &rootOld->childPathCaches, struct PathCache, childEntry) { in ChangeRootInternal()
552 LOS_DL_LIST_FOR_EACH_ENTRY_SAFE(item, nextItem, &vp->childPathCaches, struct PathCache, childEntry) { in VnodeReaddir()
/kernel/liteos_a/fs/vfs/include/
H A Dpath_cache.h42 LIST_ENTRY childEntry; /* list entry for cache list in the child vnode */ member

Completed in 2 milliseconds