Symbol: hlist_bl_head
fs/dcache.c
115
static struct hlist_bl_head *dentry_hashtable __ro_after_init __used;
fs/dcache.c
117
static inline struct hlist_bl_head *d_hash(unsigned long hashlen)
fs/dcache.c
124
static struct hlist_bl_head in_lookup_hashtable[1 << IN_LOOKUP_SHIFT];
fs/dcache.c
126
static inline struct hlist_bl_head *in_lookup_hash(const struct dentry *parent,
fs/dcache.c
2241
struct hlist_bl_head *b = d_hash(hashlen);
fs/dcache.c
2305
struct hlist_bl_head *b = d_hash(hashlen);
fs/dcache.c
2420
struct hlist_bl_head *b = d_hash(hash);
fs/dcache.c
2541
struct hlist_bl_head *b = d_hash(entry->d_name.hash);
fs/dcache.c
2602
struct hlist_bl_head *b = in_lookup_hash(parent, hash);
fs/dcache.c
2721
struct hlist_bl_head *b;
fs/dcache.c
3254
sizeof(struct hlist_bl_head),
fs/dcache.c
3286
sizeof(struct hlist_bl_head),
fs/dcache.c
556
struct hlist_bl_head *b;
fs/gfs2/quota.c
83
static struct hlist_bl_head qd_hash_table[GFS2_QD_HASH_SIZE];
fs/mbcache.c
129
struct hlist_bl_head *head;
fs/mbcache.c
158
struct hlist_bl_head *head;
fs/mbcache.c
226
struct hlist_bl_head *head;
fs/mbcache.c
30
struct hlist_bl_head *c_hash;
fs/mbcache.c
368
cache->c_hash = kmalloc_objs(struct hlist_bl_head, bucket_count);
fs/mbcache.c
50
static inline struct hlist_bl_head *mb_cache_entry_head(struct mb_cache *cache,
fs/mbcache.c
79
struct hlist_bl_head *head;
fs/netfs/fscache_cookie.c
25
static struct hlist_bl_head fscache_cookie_hash[1 << fscache_cookie_hash_shift];
fs/netfs/fscache_cookie.c
404
struct hlist_bl_head *h;
fs/netfs/fscache_cookie.c
935
struct hlist_bl_head *h;
fs/netfs/fscache_volume.c
14
static struct hlist_bl_head fscache_volume_hash[1 << fscache_volume_hash_shift];
fs/netfs/fscache_volume.c
176
struct hlist_bl_head *h;
fs/netfs/fscache_volume.c
353
struct hlist_bl_head *h)
fs/netfs/fscache_volume.c
373
struct hlist_bl_head *h;
include/linux/fs/super_types.h
165
struct hlist_bl_head s_roots; /* alternate root dentries for NFS */
include/linux/list_bl.h
146
static inline void hlist_bl_lock(struct hlist_bl_head *b)
include/linux/list_bl.h
152
static inline void hlist_bl_unlock(struct hlist_bl_head *b)
include/linux/list_bl.h
158
static inline bool hlist_bl_is_locked(struct hlist_bl_head *b)
include/linux/list_bl.h
57
static inline struct hlist_bl_node *hlist_bl_first(struct hlist_bl_head *h)
include/linux/list_bl.h
63
static inline void hlist_bl_set_first(struct hlist_bl_head *h,
include/linux/list_bl.h
72
static inline bool hlist_bl_empty(const struct hlist_bl_head *h)
include/linux/list_bl.h
78
struct hlist_bl_head *h)
include/linux/rculist_bl.h
11
static inline void hlist_bl_set_first_rcu(struct hlist_bl_head *h,
include/linux/rculist_bl.h
21
static inline struct hlist_bl_node *hlist_bl_first_rcu(struct hlist_bl_head *h)
include/linux/rculist_bl.h
72
struct hlist_bl_head *h)