Home
last modified time | relevance | path

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

/openbmc/linux/fs/affs/
H A Dsuper.c97 static struct kmem_cache * affs_inode_cachep; variable
103 i = alloc_inode_sb(sb, affs_inode_cachep, GFP_KERNEL); in affs_alloc_inode()
117 kmem_cache_free(affs_inode_cachep, AFFS_I(inode)); in affs_free_inode()
131 affs_inode_cachep = kmem_cache_create("affs_inode_cache", in init_inodecache()
136 if (affs_inode_cachep == NULL) in init_inodecache()
148 kmem_cache_destroy(affs_inode_cachep); in destroy_inodecache()