Home
last modified time | relevance | path

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

/linux-4.19.296/fs/nilfs2/ !
Dsuper.c57 static struct kmem_cache *nilfs_inode_cachep; variable
148 ii = kmem_cache_alloc(nilfs_inode_cachep, GFP_NOFS); in nilfs_alloc_inode()
166 kmem_cache_free(nilfs_inode_cachep, NILFS_I(inode)); in nilfs_i_callback()
1432 kmem_cache_destroy(nilfs_inode_cachep); in nilfs_destroy_cachep()
1440 nilfs_inode_cachep = kmem_cache_create("nilfs2_inode_cache", in nilfs_init_cachep()
1444 if (!nilfs_inode_cachep) in nilfs_init_cachep()