hlist_bl_head      45 drivers/md/dm-snap.c 	struct hlist_bl_head *table;
hlist_bl_head     628 drivers/md/dm-snap.c 	struct hlist_bl_head *complete_slot;
hlist_bl_head     629 drivers/md/dm-snap.c 	struct hlist_bl_head *pending_slot;
hlist_bl_head     661 drivers/md/dm-snap.c 	et->table = dm_vcalloc(size, sizeof(struct hlist_bl_head));
hlist_bl_head     674 drivers/md/dm-snap.c 	struct hlist_bl_head *slot;
hlist_bl_head     707 drivers/md/dm-snap.c 	struct hlist_bl_head *slot;
hlist_bl_head     759 drivers/md/dm-snap.c 	struct hlist_bl_head *l;
hlist_bl_head     869 drivers/md/dm-snap.c 	mem /= sizeof(struct hlist_bl_head);
hlist_bl_head      99 fs/dcache.c    static struct hlist_bl_head *dentry_hashtable __read_mostly;
hlist_bl_head     101 fs/dcache.c    static inline struct hlist_bl_head *d_hash(unsigned int hash)
hlist_bl_head     107 fs/dcache.c    static struct hlist_bl_head in_lookup_hashtable[1 << IN_LOOKUP_SHIFT];
hlist_bl_head     109 fs/dcache.c    static inline struct hlist_bl_head *in_lookup_hash(const struct dentry *parent,
hlist_bl_head     478 fs/dcache.c    	struct hlist_bl_head *b;
hlist_bl_head    2218 fs/dcache.c    	struct hlist_bl_head *b = d_hash(hashlen_hash(hashlen));
hlist_bl_head    2340 fs/dcache.c    	struct hlist_bl_head *b = d_hash(hash);
hlist_bl_head    2460 fs/dcache.c    	struct hlist_bl_head *b = d_hash(entry->d_name.hash);
hlist_bl_head    2517 fs/dcache.c    	struct hlist_bl_head *b = in_lookup_hash(parent, hash);
hlist_bl_head    2624 fs/dcache.c    	struct hlist_bl_head *b = in_lookup_hash(dentry->d_parent,
hlist_bl_head    3150 fs/dcache.c    					sizeof(struct hlist_bl_head),
hlist_bl_head    3178 fs/dcache.c    					sizeof(struct hlist_bl_head),
hlist_bl_head      21 fs/fscache/cookie.c static struct hlist_bl_head fscache_cookie_hash[1 << fscache_cookie_hash_shift];
hlist_bl_head     198 fs/fscache/cookie.c 	struct hlist_bl_head *h;
hlist_bl_head     842 fs/fscache/cookie.c 	struct hlist_bl_head *h;
hlist_bl_head      83 fs/gfs2/quota.c static struct hlist_bl_head qd_hash_table[GFS2_QD_HASH_SIZE];
hlist_bl_head      30 fs/mbcache.c   	struct hlist_bl_head	*c_hash;
hlist_bl_head      50 fs/mbcache.c   static inline struct hlist_bl_head *mb_cache_entry_head(struct mb_cache *cache,
hlist_bl_head      79 fs/mbcache.c   	struct hlist_bl_head *head;
hlist_bl_head     134 fs/mbcache.c   	struct hlist_bl_head *head;
hlist_bl_head     202 fs/mbcache.c   	struct hlist_bl_head *head;
hlist_bl_head     230 fs/mbcache.c   	struct hlist_bl_head *head;
hlist_bl_head     284 fs/mbcache.c   	struct hlist_bl_head *head;
hlist_bl_head     358 fs/mbcache.c   				      sizeof(struct hlist_bl_head),
hlist_bl_head    1454 include/linux/fs.h 	struct hlist_bl_head	s_roots;	/* alternate root dentries for NFS */
hlist_bl_head      57 include/linux/list_bl.h static inline struct hlist_bl_node *hlist_bl_first(struct hlist_bl_head *h)
hlist_bl_head      63 include/linux/list_bl.h static inline void hlist_bl_set_first(struct hlist_bl_head *h,
hlist_bl_head      72 include/linux/list_bl.h static inline bool hlist_bl_empty(const struct hlist_bl_head *h)
hlist_bl_head      78 include/linux/list_bl.h 					struct hlist_bl_head *h)
hlist_bl_head     146 include/linux/list_bl.h static inline void hlist_bl_lock(struct hlist_bl_head *b)
hlist_bl_head     151 include/linux/list_bl.h static inline void hlist_bl_unlock(struct hlist_bl_head *b)
hlist_bl_head     156 include/linux/list_bl.h static inline bool hlist_bl_is_locked(struct hlist_bl_head *b)
hlist_bl_head      11 include/linux/rculist_bl.h static inline void hlist_bl_set_first_rcu(struct hlist_bl_head *h,
hlist_bl_head      21 include/linux/rculist_bl.h static inline struct hlist_bl_node *hlist_bl_first_rcu(struct hlist_bl_head *h)
hlist_bl_head     100 include/linux/rculist_bl.h 					struct hlist_bl_head *h)