ocfs2_dquot_cachep   83 fs/ocfs2/quota.h extern struct kmem_cache *ocfs2_dquot_cachep;
ocfs2_dquot_cachep  996 fs/ocfs2/quota_global.c 				kmem_cache_zalloc(ocfs2_dquot_cachep, GFP_NOFS);
ocfs2_dquot_cachep 1005 fs/ocfs2/quota_global.c 	kmem_cache_free(ocfs2_dquot_cachep, dquot);
ocfs2_dquot_cachep   67 fs/ocfs2/super.c struct kmem_cache *ocfs2_dquot_cachep;
ocfs2_dquot_cachep 1716 fs/ocfs2/super.c 	ocfs2_dquot_cachep = kmem_cache_create("ocfs2_dquot_cache",
ocfs2_dquot_cachep 1727 fs/ocfs2/super.c 	if (!ocfs2_inode_cachep || !ocfs2_dquot_cachep ||
ocfs2_dquot_cachep 1730 fs/ocfs2/super.c 		kmem_cache_destroy(ocfs2_dquot_cachep);
ocfs2_dquot_cachep 1748 fs/ocfs2/super.c 	kmem_cache_destroy(ocfs2_dquot_cachep);
ocfs2_dquot_cachep 1749 fs/ocfs2/super.c 	ocfs2_dquot_cachep = NULL;