Home
last modified time | relevance | path

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

/components/dfs/dfs_v2/include/
A Ddfs_pcache.h70 rt_list_t hash_node, cache_node; /* Nodes for hash table and cache lists */ member
/components/dfs/dfs_v2/src/
A Ddfs_pcache.c551 …t_for_each_entry(aspace, &__pcache.head[dfs_aspace_hash(dentry->mnt, dentry->pathname)], hash_node) in dfs_aspace_hash_lookup()
585 rt_list_insert_after(&__pcache.head[val], &aspace->hash_node); in dfs_aspace_insert()
601 if (aspace->hash_node.next != RT_NULL) in dfs_aspace_remove()
603 rt_list_remove(&aspace->hash_node); in dfs_aspace_remove()

Completed in 28 milliseconds