Home
last modified time | relevance | path

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

/linux-6.15/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()
1131 gl = rhashtable_lookup_get_insert_fast(&gl_hash_table, in find_insert_glock()
1136 gl = rhashtable_lookup_fast(&gl_hash_table, in find_insert_glock()
2078 rhashtable_walk_enter(&gl_hash_table, &iter); in glock_hash_walk()
2497 ret = rhashtable_init(&gl_hash_table, &ht_parms); in gfs2_glock_init()
2503 rhashtable_destroy(&gl_hash_table); in gfs2_glock_init()
2521 rhashtable_destroy(&gl_hash_table); in gfs2_glock_exit()
2570 rhashtable_walk_enter(&gl_hash_table, &gi->hti); in gfs2_glock_seq_start()
2671 rhashtable_walk_enter(&gl_hash_table, &gi->hti); in __gfs2_glocks_open()