Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/
Dsuper.c80 static struct kmem_cache *ocfs2_inode_cachep; variable
566 oi = kmem_cache_alloc(ocfs2_inode_cachep, GFP_NOFS); in ocfs2_alloc_inode()
581 kmem_cache_free(ocfs2_inode_cachep, OCFS2_I(inode)); in ocfs2_i_callback()
1768 ocfs2_inode_cachep = kmem_cache_create("ocfs2_inode_cache", in ocfs2_initialize_mem_caches()
1785 if (!ocfs2_inode_cachep || !ocfs2_dquot_cachep || in ocfs2_initialize_mem_caches()
1787 kmem_cache_destroy(ocfs2_inode_cachep); in ocfs2_initialize_mem_caches()
1803 kmem_cache_destroy(ocfs2_inode_cachep); in ocfs2_free_mem_caches()
1804 ocfs2_inode_cachep = NULL; in ocfs2_free_mem_caches()