Home
last modified time | relevance | path

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

/openbmc/linux/fs/gfs2/
H A Dglock.c84 static struct rhashtable gl_hash_table; variable
171 rhashtable_remove_fast(&gl_hash_table, &gl->gl_node, ht_parms); in __gfs2_glock_free()
1149 gl = rhashtable_lookup_get_insert_fast(&gl_hash_table, in find_insert_glock()
1154 gl = rhashtable_lookup_fast(&gl_hash_table, in find_insert_glock()
2101 rhashtable_walk_enter(&gl_hash_table, &iter); in glock_hash_walk()
2498 ret = rhashtable_init(&gl_hash_table, &ht_parms); in gfs2_glock_init()
2505 rhashtable_destroy(&gl_hash_table); in gfs2_glock_init()
2512 rhashtable_destroy(&gl_hash_table); in gfs2_glock_init()
2525 rhashtable_destroy(&gl_hash_table); in gfs2_glock_exit()
2576 rhashtable_walk_enter(&gl_hash_table, &gi->hti); in gfs2_glock_seq_start()
[all …]