Home
last modified time | relevance | path

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

/Linux-v5.15/fs/ntfs3/
Dsuper.c398 static struct kmem_cache *ntfs_inode_cachep; variable
402 struct ntfs_inode *ni = kmem_cache_alloc(ntfs_inode_cachep, GFP_NOFS); in ntfs_alloc_inode()
421 kmem_cache_free(ntfs_inode_cachep, ni); in ntfs_i_callback()
1459 ntfs_inode_cachep = kmem_cache_create( in init_ntfs_fs()
1463 if (!ntfs_inode_cachep) { in init_ntfs_fs()
1474 kmem_cache_destroy(ntfs_inode_cachep); in init_ntfs_fs()
1482 if (ntfs_inode_cachep) { in exit_ntfs_fs()
1484 kmem_cache_destroy(ntfs_inode_cachep); in exit_ntfs_fs()