Home
last modified time | relevance | path

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

/linux/fs/nilfs2/
A Dsuper.c57 static struct kmem_cache *nilfs_inode_cachep; variable
154 ii = kmem_cache_alloc(nilfs_inode_cachep, GFP_NOFS); in nilfs_alloc_inode()
169 kmem_cache_free(nilfs_inode_cachep, NILFS_I(inode)); in nilfs_free_inode()
1398 kmem_cache_destroy(nilfs_inode_cachep); in nilfs_destroy_cachep()
1406 nilfs_inode_cachep = kmem_cache_create("nilfs2_inode_cache", in nilfs_init_cachep()
1410 if (!nilfs_inode_cachep) in nilfs_init_cachep()

Completed in 5 milliseconds