Searched refs:gl_hash_table (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/fs/gfs2/ |
D | glock.c | 81 static struct rhashtable gl_hash_table; variable 173 rhashtable_remove_fast(&gl_hash_table, &gl->gl_node, ht_parms); in gfs2_glock_put() 654 gl = rhashtable_lookup_fast(&gl_hash_table, &name, ht_parms); in gfs2_glock_get() 715 ret = rhashtable_lookup_insert_fast(&gl_hash_table, &gl->gl_node, in gfs2_glock_get() 724 tmp = rhashtable_lookup_fast(&gl_hash_table, &name, ht_parms); in gfs2_glock_get() 1425 tbl = rht_dereference_rcu(gl_hash_table.tbl, &gl_hash_table); in glock_hash_walk() 1755 ret = rhashtable_init(&gl_hash_table, &ht_parms); in gfs2_glock_init() 1762 rhashtable_destroy(&gl_hash_table); in gfs2_glock_init() 1770 rhashtable_destroy(&gl_hash_table); in gfs2_glock_init() 1782 rhashtable_destroy(&gl_hash_table); in gfs2_glock_exit() [all …]
|