Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ocfs2/
Dquota.h83 extern struct kmem_cache *ocfs2_dquot_cachep;
Dsuper.c64 struct kmem_cache *ocfs2_dquot_cachep; variable
1710 ocfs2_dquot_cachep = kmem_cache_create("ocfs2_dquot_cache", in ocfs2_initialize_mem_caches()
1721 if (!ocfs2_inode_cachep || !ocfs2_dquot_cachep || in ocfs2_initialize_mem_caches()
1724 kmem_cache_destroy(ocfs2_dquot_cachep); in ocfs2_initialize_mem_caches()
1742 kmem_cache_destroy(ocfs2_dquot_cachep); in ocfs2_free_mem_caches()
1743 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()