dlm_lock_cache     40 fs/ocfs2/dlm/dlmlock.c static struct kmem_cache *dlm_lock_cache;
dlm_lock_cache     55 fs/ocfs2/dlm/dlmlock.c 	dlm_lock_cache = kmem_cache_create("o2dlm_lock",
dlm_lock_cache     58 fs/ocfs2/dlm/dlmlock.c 	if (dlm_lock_cache == NULL)
dlm_lock_cache     65 fs/ocfs2/dlm/dlmlock.c 	kmem_cache_destroy(dlm_lock_cache);
dlm_lock_cache    354 fs/ocfs2/dlm/dlmlock.c 	kmem_cache_free(dlm_lock_cache, lock);
dlm_lock_cache    413 fs/ocfs2/dlm/dlmlock.c 	lock = kmem_cache_zalloc(dlm_lock_cache, GFP_NOFS);
dlm_lock_cache    421 fs/ocfs2/dlm/dlmlock.c 			kmem_cache_free(dlm_lock_cache, lock);