Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/f2fs/
H A Dsuper.c52 static struct kmem_cache *f2fs_inode_cachep; variable
1108 fi = kmem_cache_alloc(f2fs_inode_cachep, GFP_F2FS_ZERO); in f2fs_alloc_inode()
1264 kmem_cache_free(f2fs_inode_cachep, F2FS_I(inode)); in f2fs_free_inode()
4123 f2fs_inode_cachep = kmem_cache_create("f2fs_inode_cache", in init_inodecache()
4126 if (!f2fs_inode_cachep) in init_inodecache()
4138 kmem_cache_destroy(f2fs_inode_cachep); in destroy_inodecache()
/kernel/linux/linux-6.6/fs/f2fs/
H A Dsuper.c42 static struct kmem_cache *f2fs_inode_cachep; variable
1445 fi = alloc_inode_sb(sb, f2fs_inode_cachep, GFP_F2FS_ZERO); in f2fs_alloc_inode()
1588 kmem_cache_free(f2fs_inode_cachep, F2FS_I(inode)); in f2fs_free_inode()
4931 f2fs_inode_cachep = kmem_cache_create("f2fs_inode_cache", in init_inodecache()
4934 return f2fs_inode_cachep ? 0 : -ENOMEM; in init_inodecache()
4944 kmem_cache_destroy(f2fs_inode_cachep); in destroy_inodecache()

Completed in 11 milliseconds