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.c82 static struct rhashtable gl_hash_table; variable
169 rhashtable_remove_fast(&gl_hash_table, &gl->gl_node, ht_parms); in __gfs2_glock_free()
1130 gl = rhashtable_lookup_get_insert_fast(&gl_hash_table, in find_insert_glock()
1135 gl = rhashtable_lookup_fast(&gl_hash_table, in find_insert_glock()
2076 rhashtable_walk_enter(&gl_hash_table, &iter); in glock_hash_walk()
2495 ret = rhashtable_init(&gl_hash_table, &ht_parms); in gfs2_glock_init()
2501 rhashtable_destroy(&gl_hash_table); in gfs2_glock_init()
2519 rhashtable_destroy(&gl_hash_table); in gfs2_glock_exit()
2568 rhashtable_walk_enter(&gl_hash_table, &gi->hti); in gfs2_glock_seq_start()
2669 rhashtable_walk_enter(&gl_hash_table, &gi->hti); in __gfs2_glocks_open()