Home
last modified time | relevance | path

Searched refs:hlist_bl_head (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/include/linux/
Dlist_bl.h34 struct hlist_bl_head { struct
57 static inline struct hlist_bl_node *hlist_bl_first(struct hlist_bl_head *h) in hlist_bl_first() argument
63 static inline void hlist_bl_set_first(struct hlist_bl_head *h, in hlist_bl_set_first()
72 static inline bool hlist_bl_empty(const struct hlist_bl_head *h) in hlist_bl_empty()
78 struct hlist_bl_head *h) in hlist_bl_add_head()
120 static inline void hlist_bl_lock(struct hlist_bl_head *b) in hlist_bl_lock()
125 static inline void hlist_bl_unlock(struct hlist_bl_head *b) in hlist_bl_unlock()
130 static inline bool hlist_bl_is_locked(struct hlist_bl_head *b) in hlist_bl_is_locked()
Drculist_bl.h11 static inline void hlist_bl_set_first_rcu(struct hlist_bl_head *h, 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()
100 struct hlist_bl_head *h) in hlist_bl_add_head_rcu()
Dfs.h1397 struct hlist_bl_head s_roots; /* alternate root dentries for NFS */
/linux-4.19.296/fs/
Dmbcache.c29 struct hlist_bl_head *c_hash;
49 static inline struct hlist_bl_head *mb_cache_entry_head(struct mb_cache *cache, in mb_cache_entry_head()
78 struct hlist_bl_head *head; in mb_cache_entry_create()
128 struct hlist_bl_head *head; in __mb_cache_entry_free()
157 struct hlist_bl_head *head; in __entry_find()
225 struct hlist_bl_head *head; in mb_cache_entry_get()
252 struct hlist_bl_head *head; in mb_cache_entry_delete()
407 sizeof(struct hlist_bl_head), in mb_cache_create()
Ddcache.c97 static struct hlist_bl_head *dentry_hashtable __read_mostly;
99 static inline struct hlist_bl_head *d_hash(unsigned int hash) in d_hash()
105 static struct hlist_bl_head in_lookup_hashtable[1 << IN_LOOKUP_SHIFT];
107 static inline struct hlist_bl_head *in_lookup_hash(const struct dentry *parent, in in_lookup_hash()
465 struct hlist_bl_head *b; in ___d_drop()
2140 struct hlist_bl_head *b = d_hash(hashlen_hash(hashlen)); in __d_lookup_rcu()
2262 struct hlist_bl_head *b = d_hash(hash); in __d_lookup()
2384 struct hlist_bl_head *b = d_hash(entry->d_name.hash); in __d_rehash()
2441 struct hlist_bl_head *b = in_lookup_hash(parent, hash); in d_alloc_parallel()
2548 struct hlist_bl_head *b = in_lookup_hash(dentry->d_parent, in __d_lookup_done()
[all …]
/linux-4.19.296/fs/fscache/
Dcookie.c25 static struct hlist_bl_head fscache_cookie_hash[1 << fscache_cookie_hash_shift];
190 struct hlist_bl_head *h; in fscache_hash_cookie()
834 struct hlist_bl_head *h; in fscache_unhash_cookie()
/linux-4.19.296/fs/gfs2/
Dquota.c86 static struct hlist_bl_head qd_hash_table[GFS2_QD_HASH_SIZE];