Searched refs:hlist_bl_head (Results 1 - 9 of 9) sorted by relevance

/linux-master/include/linux/
H A Dlist_bl.h13 * For modification operations, the 0 bit of hlist_bl_head->first
34 struct hlist_bl_head { struct
57 static inline struct hlist_bl_node *hlist_bl_first(struct hlist_bl_head *h)
63 static inline void hlist_bl_set_first(struct hlist_bl_head *h,
72 static inline bool hlist_bl_empty(const struct hlist_bl_head *h)
78 struct hlist_bl_head *h)
146 static inline void hlist_bl_lock(struct hlist_bl_head *b)
151 static inline void hlist_bl_unlock(struct hlist_bl_head *b)
156 static inline bool hlist_bl_is_locked(struct hlist_bl_head *b)
H A Drculist_bl.h11 static inline void hlist_bl_set_first_rcu(struct hlist_bl_head *h,
21 static inline struct hlist_bl_node *hlist_bl_first_rcu(struct hlist_bl_head *h)
72 struct hlist_bl_head *h)
H A Dfs.h1240 struct hlist_bl_head s_roots; /* alternate root dentries for NFS */
/linux-master/fs/
H A Dmbcache.c30 struct hlist_bl_head *c_hash;
50 static inline struct hlist_bl_head *mb_cache_entry_head(struct mb_cache *cache,
79 struct hlist_bl_head *head;
129 struct hlist_bl_head *head;
158 struct hlist_bl_head *head;
226 struct hlist_bl_head *head;
369 sizeof(struct hlist_bl_head),
H A Ddcache.c101 static struct hlist_bl_head *dentry_hashtable __ro_after_init;
103 static inline struct hlist_bl_head *d_hash(unsigned int hash)
109 static struct hlist_bl_head in_lookup_hashtable[1 << IN_LOOKUP_SHIFT];
111 static inline struct hlist_bl_head *in_lookup_hash(const struct dentry *parent,
489 struct hlist_bl_head *b;
2107 struct hlist_bl_head *b = d_hash(hashlen_hash(hashlen));
2174 struct hlist_bl_head *b = d_hash(hashlen_hash(hashlen));
2280 struct hlist_bl_head *b = d_hash(hash);
2400 struct hlist_bl_head *b = d_hash(entry->d_name.hash);
2460 struct hlist_bl_head *
[all...]
/linux-master/fs/netfs/
H A Dfscache_volume.c14 static struct hlist_bl_head fscache_volume_hash[1 << fscache_volume_hash_shift];
163 struct hlist_bl_head *h;
342 struct hlist_bl_head *h)
362 struct hlist_bl_head *h;
H A Dfscache_cookie.c25 static struct hlist_bl_head fscache_cookie_hash[1 << fscache_cookie_hash_shift];
404 struct hlist_bl_head *h;
931 struct hlist_bl_head *h;
/linux-master/drivers/md/
H A Ddm-snap.c46 struct hlist_bl_head *table;
631 struct hlist_bl_head *complete_slot;
632 struct hlist_bl_head *pending_slot;
664 et->table = kvmalloc_array(size, sizeof(struct hlist_bl_head),
678 struct hlist_bl_head *slot;
713 struct hlist_bl_head *slot;
765 struct hlist_bl_head *l;
876 mem /= sizeof(struct hlist_bl_head);
/linux-master/fs/gfs2/
H A Dquota.c86 static struct hlist_bl_head qd_hash_table[GFS2_QD_HASH_SIZE];

Completed in 170 milliseconds