Searched refs:hlist_bl_entry (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/include/linux/ |
D | list_bl.h | 49 #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;}); \
|
D | rculist_bl.h | 125 ({ tpos = hlist_bl_entry(pos, typeof(*tpos), member); 1; }); \
|
/linux-4.1.27/fs/ |
D | mbcache.c | 726 hlist_bl_entry(l, struct mb_cache_entry, in __mb_cache_entry_find()
|
D | dcache.c | 1451 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/ |
D | glock.c | 1837 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()
|