Home
last modified time | relevance | path

Searched refs:hlist_bl_entry (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/include/linux/
Dlist_bl.h49 #define hlist_bl_entry(ptr, type, member) container_of(ptr,type,member) macro
144 ({ tpos = hlist_bl_entry(pos, typeof(*tpos), member); 1;}); \
158 ({ tpos = hlist_bl_entry(pos, typeof(*tpos), member); 1;}); \
Drculist_bl.h125 ({ tpos = hlist_bl_entry(pos, typeof(*tpos), member); 1; }); \
/linux-4.1.27/fs/
Dmbcache.c726 hlist_bl_entry(l, struct mb_cache_entry, in __mb_cache_entry_find()
Ddcache.c1451 dentry = dget(hlist_bl_entry(hlist_bl_first(&sb->s_anon), struct dentry, d_hash)); in shrink_dcache_for_umount()
/linux-4.1.27/fs/gfs2/
Dglock.c1837 return hlist_bl_entry(hlist_bl_first_rcu(&gl_hash_table[hash]), in glock_hash_chain()
1843 return hlist_bl_entry(rcu_dereference(gl->gl_list.next), in glock_hash_next()