Home
last modified time | relevance | path

Searched refs:ocfs2_dquot_cachep (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/fs/ocfs2/
H A Dquota.h83 extern struct kmem_cache *ocfs2_dquot_cachep;
H A Dsuper.c67 struct kmem_cache *ocfs2_dquot_cachep; variable
1717 ocfs2_dquot_cachep = kmem_cache_create("ocfs2_dquot_cache", in ocfs2_initialize_mem_caches()
1728 if (!ocfs2_inode_cachep || !ocfs2_dquot_cachep || in ocfs2_initialize_mem_caches()
1731 kmem_cache_destroy(ocfs2_dquot_cachep); in ocfs2_initialize_mem_caches()
1749 kmem_cache_destroy(ocfs2_dquot_cachep); in ocfs2_free_mem_caches()
1750 ocfs2_dquot_cachep = NULL; in ocfs2_free_mem_caches()
H A 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()
/kernel/linux/linux-6.6/fs/ocfs2/
H A Dquota.h83 extern struct kmem_cache *ocfs2_dquot_cachep;
H A Dsuper.c64 struct kmem_cache *ocfs2_dquot_cachep; variable
1711 ocfs2_dquot_cachep = kmem_cache_create("ocfs2_dquot_cache", in ocfs2_initialize_mem_caches()
1722 if (!ocfs2_inode_cachep || !ocfs2_dquot_cachep || in ocfs2_initialize_mem_caches()
1725 kmem_cache_destroy(ocfs2_dquot_cachep); in ocfs2_initialize_mem_caches()
1743 kmem_cache_destroy(ocfs2_dquot_cachep); in ocfs2_free_mem_caches()
1744 ocfs2_dquot_cachep = NULL; in ocfs2_free_mem_caches()
H A 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()

Completed in 11 milliseconds