Home
last modified time | relevance | path

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

/kernel/liteos_a/fs/vfs/
Dpath_cache.c86 LIST_HEAD *dhead = &g_pathCacheHashEntrys[i]; in PathCacheMemoryDump() local
89 LOS_DL_LIST_FOR_EACH_ENTRY(dent, dhead, struct PathCache, hashEntry) { in PathCacheMemoryDump()
166 LIST_HEAD *dhead = &g_pathCacheHashEntrys[hash]; in PathCacheLookup() local
169 LOS_DL_LIST_FOR_EACH_ENTRY(pc, dhead, struct PathCache, hashEntry) { in PathCacheLookup()