Home
last modified time | relevance | path

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

/linux/fs/f2fs/
H A Dsuper.c43 static struct kmem_cache *f2fs_inode_cachep; variable
1695 fi = alloc_inode_sb(sb, f2fs_inode_cachep, GFP_F2FS_ZERO); in f2fs_alloc_inode()
1846 kmem_cache_free(f2fs_inode_cachep, F2FS_I(inode)); in f2fs_free_inode()
5387 f2fs_inode_cachep = kmem_cache_create("f2fs_inode_cache", in init_inodecache()
5390 return f2fs_inode_cachep ? 0 : -ENOMEM; in init_inodecache()
5400 kmem_cache_destroy(f2fs_inode_cachep); in destroy_inodecache()