Searched refs:hash_node (Results 1 – 2 of 2) sorted by relevance
70 rt_list_t hash_node, cache_node; /* Nodes for hash table and cache lists */ member
551 …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