Home
last modified time | relevance | path

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

/linux/fs/ext4/
H A Dsuper.c1389 static struct kmem_cache *ext4_inode_cachep; variable
1398 ei = alloc_inode_sb(sb, ext4_inode_cachep, GFP_NOFS); in ext4_alloc_inode()
1452 kmem_cache_free(ext4_inode_cachep, EXT4_I(inode)); in ext4_free_in_core_inode()
1504 ext4_inode_cachep = kmem_cache_create("ext4_inode_cache", in init_inodecache()
1509 if (ext4_inode_cachep == NULL) in init_inodecache()
1521 kmem_cache_destroy(ext4_inode_cachep); in destroy_inodecache()