Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Dquota.h83 extern struct kmem_cache *ocfs2_dquot_cachep;
Dsuper.c81 struct kmem_cache *ocfs2_dquot_cachep; variable
1774 ocfs2_dquot_cachep = kmem_cache_create("ocfs2_dquot_cache", in ocfs2_initialize_mem_caches()
1785 if (!ocfs2_inode_cachep || !ocfs2_dquot_cachep || in ocfs2_initialize_mem_caches()
1788 kmem_cache_destroy(ocfs2_dquot_cachep); in ocfs2_initialize_mem_caches()
1806 kmem_cache_destroy(ocfs2_dquot_cachep); in ocfs2_free_mem_caches()
1807 ocfs2_dquot_cachep = NULL; in ocfs2_free_mem_caches()
Dquota_global.c996 kmem_cache_zalloc(ocfs2_dquot_cachep, GFP_NOFS); in ocfs2_alloc_dquot()
1005 kmem_cache_free(ocfs2_dquot_cachep, dquot); in ocfs2_destroy_dquot()