Home
last modified time | relevance | path

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

/linux-6.1.9/fs/ocfs2/
Dsuper.c63 static struct kmem_cache *ocfs2_inode_cachep; variable
549 oi = alloc_inode_sb(sb, ocfs2_inode_cachep, GFP_NOFS); in ocfs2_alloc_inode()
563 kmem_cache_free(ocfs2_inode_cachep, OCFS2_I(inode)); in ocfs2_free_inode()
1704 ocfs2_inode_cachep = kmem_cache_create("ocfs2_inode_cache", in ocfs2_initialize_mem_caches()
1721 if (!ocfs2_inode_cachep || !ocfs2_dquot_cachep || in ocfs2_initialize_mem_caches()
1723 kmem_cache_destroy(ocfs2_inode_cachep); in ocfs2_initialize_mem_caches()
1739 kmem_cache_destroy(ocfs2_inode_cachep); in ocfs2_free_mem_caches()
1740 ocfs2_inode_cachep = NULL; in ocfs2_free_mem_caches()