Home
last modified time | relevance | path

Searched refs:hlist_bl_lock (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/fs/
Dmbcache.c267 hlist_bl_lock(ce->e_block_hash_p); in mb_cache_shrink_scan()
268 hlist_bl_lock(ce->e_index_hash_p); in mb_cache_shrink_scan()
416 hlist_bl_lock(ce->e_block_hash_p); in mb_cache_shrink()
417 hlist_bl_lock(ce->e_index_hash_p); in mb_cache_shrink()
470 hlist_bl_lock(ce->e_block_hash_p); in mb_cache_destroy()
471 hlist_bl_lock(ce->e_index_hash_p); in mb_cache_destroy()
524 hlist_bl_lock(ce->e_block_hash_p); in mb_cache_entry_alloc()
525 hlist_bl_lock(ce->e_index_hash_p); in mb_cache_entry_alloc()
593 hlist_bl_lock(block_hash_p); in mb_cache_entry_insert()
611 hlist_bl_lock(index_hash_p); in mb_cache_entry_insert()
[all …]
Ddcache.c482 hlist_bl_lock(b); in __d_drop()
1973 hlist_bl_lock(&tmp->d_sb->s_anon); in __d_obtain_alias()
2415 hlist_bl_lock(b); in __d_rehash()
/linux-4.4.14/include/linux/
Dlist_bl.h119 static inline void hlist_bl_lock(struct hlist_bl_head *b) in hlist_bl_lock() function
/linux-4.4.14/fs/gfs2/
Dquota.c101 hlist_bl_lock(&qd_hash_table[hash]); in spin_lock_bucket()