Home
last modified time | relevance | path

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

/fs/sdcardfs/
Dpackagelist.c35 struct hlist_node hlist; member
79 hash_for_each_possible_rcu(package_to_appid, hash_cur, hlist, hash) { in __get_appid()
105 hash_for_each_possible_rcu(ext_to_groupid, hash_cur, hlist, hash) { in __get_ext_gid()
130 hash_for_each_possible_rcu(package_to_userid, hash_cur, hlist, hash) { in __is_excluded()
185 INIT_HLIST_NODE(&ret->hlist); in alloc_hashtable_entry()
202 hash_for_each_possible_rcu(package_to_appid, hash_cur, hlist, hash) { in insert_packagelist_appid_entry_locked()
211 hash_add_rcu(package_to_appid, &new_entry->hlist, hash); in insert_packagelist_appid_entry_locked()
222 hash_for_each_possible_rcu(ext_to_groupid, hash_cur, hlist, hash) { in insert_ext_gid_entry_locked()
229 hash_add_rcu(ext_to_groupid, &new_entry->hlist, hash); in insert_ext_gid_entry_locked()
240 hash_for_each_possible_rcu(package_to_userid, hash_cur, hlist, hash) { in insert_userid_exclude_entry_locked()
[all …]
/fs/
Dlocks.c210 struct hlist_head hlist; member
674 hlist_add_head(&fl->fl_link, &fll->hlist); in locks_insert_global_locks()
2937 return seq_hlist_start_percpu(&file_lock_list.hlist, &iter->li_cpu, *pos); in locks_start()
2945 return seq_hlist_next_percpu(v, &file_lock_list.hlist, &iter->li_cpu, pos); in locks_next()
2985 INIT_HLIST_HEAD(&fll->hlist); in filelock_init()