Home
last modified time | relevance | path

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

/fs/ocfs2/dlm/
Ddlmlock.c40 static struct kmem_cache *dlm_lock_cache; variable
55 dlm_lock_cache = kmem_cache_create("o2dlm_lock", in dlm_init_lock_cache()
58 if (dlm_lock_cache == NULL) in dlm_init_lock_cache()
65 kmem_cache_destroy(dlm_lock_cache); in dlm_destroy_lock_cache()
354 kmem_cache_free(dlm_lock_cache, lock); in dlm_lock_release()
413 lock = kmem_cache_zalloc(dlm_lock_cache, GFP_NOFS); in dlm_new_lock()
421 kmem_cache_free(dlm_lock_cache, lock); in dlm_new_lock()