Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/zonefs/
H A Dsuper.c1192 static struct kmem_cache *zonefs_inode_cachep; variable
1198 zi = kmem_cache_alloc(zonefs_inode_cachep, GFP_KERNEL); in zonefs_alloc_inode()
1213 kmem_cache_free(zonefs_inode_cachep, ZONEFS_I(inode)); in zonefs_free_inode()
1841 zonefs_inode_cachep = kmem_cache_create("zonefs_inode_cache", in zonefs_init_inodecache()
1845 if (zonefs_inode_cachep == NULL) in zonefs_init_inodecache()
1857 kmem_cache_destroy(zonefs_inode_cachep); in zonefs_destroy_inodecache()