Home
last modified time | relevance | path

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

/Linux-v4.19/fs/ocfs2/dlm/
Ddlmlock.c55 static struct kmem_cache *dlm_lock_cache; variable
70 dlm_lock_cache = kmem_cache_create("o2dlm_lock", in dlm_init_lock_cache()
73 if (dlm_lock_cache == NULL) in dlm_init_lock_cache()
80 kmem_cache_destroy(dlm_lock_cache); in dlm_destroy_lock_cache()
369 kmem_cache_free(dlm_lock_cache, lock); in dlm_lock_release()
428 lock = kmem_cache_zalloc(dlm_lock_cache, GFP_NOFS); in dlm_new_lock()
436 kmem_cache_free(dlm_lock_cache, lock); in dlm_new_lock()