Searched refs:ce_hlist (Results 1 – 1 of 1) sorted by relevance
/fs/cifs/ |
D | dfs_cache.c | 37 struct hlist_node ce_hlist; member 131 if (hlist_unhashed(&ce->ce_hlist)) in flush_cache_ent() 134 hlist_del_init_rcu(&ce->ce_hlist); in flush_cache_ent() 150 hlist_for_each_entry_rcu(ce, l, ce_hlist) in flush_cache_ents() 170 hash_for_each_rcu(dfs_cache_htable, bucket, ce, ce_hlist) { in dfscache_proc_show() 420 INIT_HLIST_NODE(&ce->ce_hlist); in alloc_cache_entry() 439 hash_for_each_rcu(dfs_cache_htable, bucket, ce, ce_hlist) { in remove_oldest_entry() 466 hlist_add_head_rcu(&ce->ce_hlist, &dfs_cache_htable[hash]); in add_cache_entry() 490 hlist_for_each_entry_rcu(ce, &dfs_cache_htable[hash], ce_hlist) { in __find_cache_entry()
|