Home
last modified time | relevance | path

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

/openbmc/linux/fs/ocfs2/
H A Dquota.h83 extern struct kmem_cache *ocfs2_dquot_cachep;
H A Dsuper.c64 struct kmem_cache *ocfs2_dquot_cachep; variable
1713 ocfs2_dquot_cachep = kmem_cache_create("ocfs2_dquot_cache", in ocfs2_initialize_mem_caches()
1724 if (!ocfs2_inode_cachep || !ocfs2_dquot_cachep || in ocfs2_initialize_mem_caches()
1727 kmem_cache_destroy(ocfs2_dquot_cachep); in ocfs2_initialize_mem_caches()
1745 kmem_cache_destroy(ocfs2_dquot_cachep); in ocfs2_free_mem_caches()
1746 ocfs2_dquot_cachep = NULL; in ocfs2_free_mem_caches()
H A Dquota_global.c1001 kmem_cache_zalloc(ocfs2_dquot_cachep, GFP_NOFS); in ocfs2_alloc_dquot()
1010 kmem_cache_free(ocfs2_dquot_cachep, dquot); in ocfs2_destroy_dquot()