Home
last modified time | relevance | path

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

/openbmc/linux/fs/ntfs3/
H A Dsuper.c554 static struct kmem_cache *ntfs_inode_cachep; variable
558 struct ntfs_inode *ni = alloc_inode_sb(sb, ntfs_inode_cachep, GFP_NOFS); in ntfs_alloc_inode()
573 kmem_cache_free(ntfs_inode_cachep, ni); in ntfs_free_inode()
1824 ntfs_inode_cachep = kmem_cache_create( in init_ntfs_fs()
1828 if (!ntfs_inode_cachep) { in init_ntfs_fs()
1839 kmem_cache_destroy(ntfs_inode_cachep); in init_ntfs_fs()
1848 kmem_cache_destroy(ntfs_inode_cachep); in exit_ntfs_fs()