Home
last modified time | relevance | path

Searched refs:sharefs_inode_cachep (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/fs/sharefs/
H A Dsuper.c86 static struct kmem_cache *sharefs_inode_cachep; variable
164 i = kmem_cache_alloc(sharefs_inode_cachep, GFP_KERNEL); in sharefs_alloc_inode()
177 kmem_cache_free(sharefs_inode_cachep, SHAREFS_I(inode)); in sharefs_destroy_inode()
192 sharefs_inode_cachep = in sharefs_init_inode_cache()
196 if (!sharefs_inode_cachep) in sharefs_init_inode_cache()
204 if (sharefs_inode_cachep) in sharefs_destroy_inode_cache()
205 kmem_cache_destroy(sharefs_inode_cachep); in sharefs_destroy_inode_cache()
/kernel/linux/linux-6.6/fs/sharefs/
H A Dsuper.c86 static struct kmem_cache *sharefs_inode_cachep; variable
164 i = kmem_cache_alloc(sharefs_inode_cachep, GFP_KERNEL); in sharefs_alloc_inode()
177 kmem_cache_free(sharefs_inode_cachep, SHAREFS_I(inode)); in sharefs_destroy_inode()
192 sharefs_inode_cachep = in sharefs_init_inode_cache()
196 if (!sharefs_inode_cachep) in sharefs_init_inode_cache()
204 if (sharefs_inode_cachep) in sharefs_destroy_inode_cache()
205 kmem_cache_destroy(sharefs_inode_cachep); in sharefs_destroy_inode_cache()

Completed in 2 milliseconds