Home
last modified time | relevance | path

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

/linux/fs/gfs2/
H A Dglock.c83 static struct rhashtable gl_hash_table; variable
143 rhashtable_remove_fast(&gl_hash_table, &gl->gl_node, ht_parms); in __gfs2_glock_free()
1046 gl = rhashtable_lookup_get_insert_fast(&gl_hash_table, in find_insert_glock()
1051 gl = rhashtable_lookup_fast(&gl_hash_table, in find_insert_glock()
2011 rhashtable_walk_enter(&gl_hash_table, &iter); in glock_hash_walk()
2434 ret = rhashtable_init(&gl_hash_table, &ht_parms); in gfs2_glock_init()
2440 rhashtable_destroy(&gl_hash_table); in gfs2_glock_init()
2458 rhashtable_destroy(&gl_hash_table); in gfs2_glock_exit()
2507 rhashtable_walk_enter(&gl_hash_table, &gi->hti); in gfs2_glock_seq_start()
2608 rhashtable_walk_enter(&gl_hash_table, &gi->hti); in __gfs2_glocks_open()