Home
last modified time | relevance | path

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

/kernel/liteos_a/fs/vfs/
Dvnode_hash.c68 LOS_DL_LIST_FOR_EACH_ENTRY(node, nhead, struct Vnode, hashEntry) { in VnodeHashDump()
99 LOS_DL_LIST_FOR_EACH_ENTRY(curVnode, list, struct Vnode, hashEntry) { in VfsHashGet()
124 LOS_ListDelete(&vnode->hashEntry); in VfsHashRemove()
135 LOS_ListHeadInsert(VfsHashBucket(vnode->originMount, hash), &vnode->hashEntry); in VfsHashInsert()
Dpath_cache.c73 LOS_DL_LIST_FOR_EACH_ENTRY(pc, nhead, struct PathCache, hashEntry) { in PathCacheDump()
89 LOS_DL_LIST_FOR_EACH_ENTRY(dent, dhead, struct PathCache, hashEntry) { in PathCacheMemoryDump()
109 LOS_ListAdd(&g_pathCacheHashEntrys[hash], &cache->hashEntry); in PathCacheInsert()
154 LOS_ListDelete(&pc->hashEntry); in PathCacheFree()
169 LOS_DL_LIST_FOR_EACH_ENTRY(pc, dhead, struct PathCache, hashEntry) { in PathCacheLookup()
Dvnode.c158 LOS_ListInit((&(vnode->hashEntry))); in VnodeAlloc()
193 LOS_ListDelete(&(vnode->hashEntry)); in VnodeFree()
/kernel/liteos_a/fs/vfs/include/
Dpath_cache.h43 LIST_ENTRY hashEntry; /* list entry for buckets in the hash table */ member
Dvnode.h127 LIST_ENTRY hashEntry; /* list entry for bucket in hash table */ member
/kernel/liteos_a/fs/proc/os_adapt/
Dfs_cache_proc.c92 LOS_DL_LIST_FOR_EACH_ENTRY(pc, list, struct PathCache, hashEntry) { in PathCacheListProcess()
/kernel/liteos_a/fs/vfs/operation/
Dvfs_force_umount.c428 LOS_ListDelete(&(vnode->hashEntry)); in VnodeTryFree()