Home
last modified time | relevance | path

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

/fs/cifs/
Ddfs_cache.c37 struct hlist_node hlist; member
125 hlist_del_init(&ce->hlist); in flush_cache_ent()
141 hlist_for_each_entry_safe(ce, n, l, hlist) { in flush_cache_ents()
142 if (!hlist_unhashed(&ce->hlist)) in flush_cache_ents()
163 hlist_for_each_entry(ce, l, hlist) { in dfscache_proc_show()
164 if (hlist_unhashed(&ce->hlist)) in dfscache_proc_show()
426 INIT_HLIST_NODE(&ce->hlist); in alloc_cache_entry()
448 hlist_for_each_entry(ce, l, hlist) { in remove_oldest_entry()
449 if (hlist_unhashed(&ce->hlist)) in remove_oldest_entry()
488 hlist_add_head(&ce->hlist, &cache_htable[hash]); in add_cache_entry()
[all …]
/fs/nfs/
Dnfs42xattr.c63 struct hlist_head hlist; member
111 INIT_HLIST_HEAD(&cache->buckets[i].hlist); in nfs4_xattr_hash_init()
276 if (WARN_ON(!hlist_empty(&cache->buckets[i].hlist))) in nfs4_xattr_free_cache_cb()
399 hlist_for_each_entry_safe(entry, n, &bucket->hlist, hnode) { in nfs4_xattr_discard_cache()
518 hlist_for_each_entry(entry, &bucket->hlist, hnode) { in nfs4_xattr_get_entry()
552 hlist_add_head(&entry->hnode, &bucket->hlist); in nfs4_xattr_hash_add()
/fs/
Dlocks.c210 struct hlist_head hlist; member
674 hlist_add_head(&fl->fl_link, &fll->hlist); in locks_insert_global_locks()
2992 return seq_hlist_start_percpu(&file_lock_list.hlist, &iter->li_cpu, *pos); in locks_start()
3000 return seq_hlist_next_percpu(v, &file_lock_list.hlist, &iter->li_cpu, pos); in locks_next()
3040 INIT_HLIST_HEAD(&fll->hlist); in filelock_init()