Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dlist_bl.h33 struct hlist_bl_head { struct
56 static inline struct hlist_bl_node *hlist_bl_first(struct hlist_bl_head *h) in hlist_bl_first() argument
62 static inline void hlist_bl_set_first(struct hlist_bl_head *h, in hlist_bl_set_first()
71 static inline int hlist_bl_empty(const struct hlist_bl_head *h) in hlist_bl_empty()
77 struct hlist_bl_head *h) in hlist_bl_add_head()
119 static inline void hlist_bl_lock(struct hlist_bl_head *b) in hlist_bl_lock()
124 static inline void hlist_bl_unlock(struct hlist_bl_head *b) in hlist_bl_unlock()
129 static inline bool hlist_bl_is_locked(struct hlist_bl_head *b) in hlist_bl_is_locked()
Dmbcache.h19 struct hlist_bl_head *e_block_hash_p;
20 struct hlist_bl_head *e_index_hash_p;
30 struct hlist_bl_head *c_block_hash;
31 struct hlist_bl_head *c_index_hash;
Drculist_bl.h10 static inline void hlist_bl_set_first_rcu(struct hlist_bl_head *h, in hlist_bl_set_first_rcu()
20 static inline struct hlist_bl_node *hlist_bl_first_rcu(struct hlist_bl_head *h) in hlist_bl_first_rcu()
99 struct hlist_bl_head *h) in hlist_bl_add_head_rcu()
Dfs.h1309 struct hlist_bl_head s_anon; /* anonymous dentries for (nfs) exporting */
/linux-4.4.14/fs/
Dmbcache.c345 sizeof(struct hlist_bl_head), GFP_KERNEL); in mb_cache_create()
351 sizeof(struct hlist_bl_head), GFP_KERNEL); in mb_cache_create()
585 struct hlist_bl_head *block_hash_p; in mb_cache_entry_insert()
586 struct hlist_bl_head *index_hash_p; in mb_cache_entry_insert()
667 struct hlist_bl_head *block_hash_p; in mb_cache_entry_get()
719 __mb_cache_entry_find(struct hlist_bl_node *l, struct hlist_bl_head *head, in __mb_cache_entry_find()
792 struct hlist_bl_head *index_hash_p; in mb_cache_entry_find_first()
831 struct hlist_bl_head *index_hash_p; in mb_cache_entry_find_next()
Ddcache.c105 static struct hlist_bl_head *dentry_hashtable __read_mostly;
107 static inline struct hlist_bl_head *d_hash(const struct dentry *parent, in d_hash()
471 struct hlist_bl_head *b; in __d_drop()
2152 struct hlist_bl_head *b = d_hash(parent, hashlen_hash(hashlen)); in __d_lookup_rcu()
2269 struct hlist_bl_head *b = d_hash(parent, hash); in __d_lookup()
2412 static void __d_rehash(struct dentry * entry, struct hlist_bl_head *b) in __d_rehash()
3388 sizeof(struct hlist_bl_head), in dcache_init_early()
3419 sizeof(struct hlist_bl_head), in dcache_init()
/linux-4.4.14/fs/gfs2/
Dquota.c86 static struct hlist_bl_head qd_hash_table[GFS2_QD_HASH_SIZE];