Home
last modified time | relevance | path

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

/linux-2.6.39/fs/ocfs2/dlm/ !
Ddlmlock.c55 static struct kmem_cache *dlm_lock_cache = NULL; 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 if (dlm_lock_cache) in dlm_destroy_lock_cache()
81 kmem_cache_destroy(dlm_lock_cache); in dlm_destroy_lock_cache()
376 kmem_cache_free(dlm_lock_cache, lock); in dlm_lock_release()
435 lock = kmem_cache_zalloc(dlm_lock_cache, GFP_NOFS); in dlm_new_lock()