Home
last modified time | relevance | path

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

/linux/include/linux/
A 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()
146 static inline void hlist_bl_lock(struct hlist_bl_head *b) in hlist_bl_lock()
151 static inline void hlist_bl_unlock(struct hlist_bl_head *b) in hlist_bl_unlock()
156 static inline bool hlist_bl_is_locked(struct hlist_bl_head *b) in hlist_bl_is_locked()
A 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()
72 struct hlist_bl_head *h) in hlist_bl_add_head_rcu()
A Dfs.h1496 struct hlist_bl_head s_roots; /* alternate root dentries for NFS */
/linux/fs/
A Dmbcache.c30 struct hlist_bl_head *c_hash;
50 static inline struct hlist_bl_head *mb_cache_entry_head(struct mb_cache *cache, in mb_cache_entry_head()
79 struct hlist_bl_head *head; in mb_cache_entry_create()
134 struct hlist_bl_head *head; in __entry_find()
202 struct hlist_bl_head *head; in mb_cache_entry_get()
230 struct hlist_bl_head *head; in mb_cache_entry_delete()
284 struct hlist_bl_head *head; in mb_cache_shrink()
358 sizeof(struct hlist_bl_head), in mb_cache_create()
A Ddcache.c101 static struct hlist_bl_head *dentry_hashtable __read_mostly;
103 static inline struct hlist_bl_head *d_hash(unsigned int hash) in d_hash()
109 static struct hlist_bl_head in_lookup_hashtable[1 << IN_LOOKUP_SHIFT];
463 struct hlist_bl_head *b; in ___d_drop()
2274 struct hlist_bl_head *b = d_hash(hashlen_hash(hashlen)); in __d_lookup_rcu()
2396 struct hlist_bl_head *b = d_hash(hash); in __d_lookup()
2516 struct hlist_bl_head *b = d_hash(entry->d_name.hash); in __d_rehash()
2573 struct hlist_bl_head *b = in_lookup_hash(parent, hash); in d_alloc_parallel()
2680 struct hlist_bl_head *b = in_lookup_hash(dentry->d_parent, in __d_lookup_done()
3206 sizeof(struct hlist_bl_head), in dcache_init_early()
[all …]
/linux/drivers/md/
A Ddm-snap.c45 struct hlist_bl_head *table;
633 struct hlist_bl_head *complete_slot;
634 struct hlist_bl_head *pending_slot;
666 et->table = kvmalloc_array(size, sizeof(struct hlist_bl_head), in dm_exception_table_init()
680 struct hlist_bl_head *slot; in dm_exception_table_exit()
713 struct hlist_bl_head *slot; in dm_lookup_exception()
765 struct hlist_bl_head *l; in dm_insert_exception()
875 mem /= sizeof(struct hlist_bl_head); in calc_max_buckets()
/linux/fs/fscache/
A Dcookie.c21 static struct hlist_bl_head fscache_cookie_hash[1 << fscache_cookie_hash_shift];
206 struct hlist_bl_head *h; in fscache_hash_cookie()
846 struct hlist_bl_head *h; in fscache_unhash_cookie()
/linux/fs/gfs2/
A Dquota.c83 static struct hlist_bl_head qd_hash_table[GFS2_QD_HASH_SIZE];

Completed in 34 milliseconds