Home
last modified time | relevance | path

Searched refs:hlist_bl_node (Results 1 – 13 of 13) sorted by relevance

/linux-6.15/include/linux/
H A Dlist_bl.h35 struct hlist_bl_node *first;
38 struct hlist_bl_node { struct
39 struct hlist_bl_node *next, **pprev; argument
59 return (struct hlist_bl_node *) in hlist_bl_first()
64 struct hlist_bl_node *n) in hlist_bl_set_first()
90 struct hlist_bl_node *next) in hlist_bl_add_before()
100 (struct hlist_bl_node *) in hlist_bl_add_before()
105 struct hlist_bl_node *prev) in hlist_bl_add_behind()
117 struct hlist_bl_node *next = n->next; in __hlist_bl_del()
118 struct hlist_bl_node **pprev = n->pprev; in __hlist_bl_del()
[all …]
H A Drculist_bl.h12 struct hlist_bl_node *n) in hlist_bl_set_first_rcu()
18 (struct hlist_bl_node *)((unsigned long)n | LIST_BL_LOCKMASK)); in hlist_bl_set_first_rcu()
21 static inline struct hlist_bl_node *hlist_bl_first_rcu(struct hlist_bl_head *h) in hlist_bl_first_rcu()
23 return (struct hlist_bl_node *) in hlist_bl_first_rcu()
46 static inline void hlist_bl_del_rcu(struct hlist_bl_node *n) in hlist_bl_del_rcu()
71 static inline void hlist_bl_add_head_rcu(struct hlist_bl_node *n, in hlist_bl_add_head_rcu()
74 struct hlist_bl_node *first; in hlist_bl_add_head_rcu()
H A Dmbcache.h26 struct hlist_bl_node e_hash_list;
H A Dfscache.h80 struct hlist_bl_node hash_link; /* Link in hash table */
111 struct hlist_bl_node hash_link; /* Link in hash table */
H A Ddcache.h95 struct hlist_bl_node d_hash; /* lookup hash list */
125 struct hlist_bl_node d_in_lookup_hash; /* only for in-lookup ones */
/linux-6.15/fs/
H A Dmbcache.c78 struct hlist_bl_node *dup_node; in mb_cache_entry_create()
157 struct hlist_bl_node *node; in __entry_find()
225 struct hlist_bl_node *node; in mb_cache_entry_get()
H A Ddcache.c2171 struct hlist_bl_node *node; in __d_lookup_rcu_op_compare()
2235 struct hlist_bl_node *node; in __d_lookup_rcu()
2341 struct hlist_bl_node *node; in __d_lookup()
2524 struct hlist_bl_node *node; in d_alloc_parallel()
/linux-6.15/drivers/md/
H A Ddm-exception-store.h32 struct hlist_bl_node hash_list;
H A Ddm-snap.c680 struct hlist_bl_node *pos, *n; in dm_exception_table_exit()
714 struct hlist_bl_node *pos; in dm_lookup_exception()
766 struct hlist_bl_node *pos; in dm_insert_exception()
/linux-6.15/fs/netfs/
H A Dfscache_volume.c177 struct hlist_bl_node *p; in fscache_hash_volume()
357 struct hlist_bl_node *p; in fscache_wake_pending_volume()
H A Dfscache_cookie.c405 struct hlist_bl_node *p; in fscache_hash_cookie()
/linux-6.15/fs/gfs2/
H A Dincore.h441 struct hlist_bl_node qd_hlist;
H A Dquota.c262 struct hlist_bl_node *h; in gfs2_qd_search_bucket()