Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ocfs2/dlmfs/
Ddlmfs.c62 static struct kmem_cache *dlmfs_inode_cache; variable
346 ip = kmem_cache_alloc(dlmfs_inode_cache, GFP_NOFS); in dlmfs_alloc_inode()
356 kmem_cache_free(dlmfs_inode_cache, DLMFS_I(inode)); in dlmfs_i_callback()
638 dlmfs_inode_cache = kmem_cache_create("dlmfs_inode_cache", in init_dlmfs_fs()
643 if (!dlmfs_inode_cache) { in init_dlmfs_fs()
661 kmem_cache_destroy(dlmfs_inode_cache); in init_dlmfs_fs()
680 kmem_cache_destroy(dlmfs_inode_cache); in exit_dlmfs_fs()