Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/hpfs/
H A Dsuper.c230 static struct kmem_cache * hpfs_inode_cachep; variable
235 ei = kmem_cache_alloc(hpfs_inode_cachep, GFP_NOFS); in hpfs_alloc_inode()
243 kmem_cache_free(hpfs_inode_cachep, hpfs_i(inode)); in hpfs_free_inode()
255 hpfs_inode_cachep = kmem_cache_create("hpfs_inode_cache", in init_inodecache()
260 if (hpfs_inode_cachep == NULL) in init_inodecache()
272 kmem_cache_destroy(hpfs_inode_cachep); in destroy_inodecache()
/kernel/linux/linux-6.6/fs/hpfs/
H A Dsuper.c230 static struct kmem_cache * hpfs_inode_cachep; variable
235 ei = alloc_inode_sb(sb, hpfs_inode_cachep, GFP_NOFS); in hpfs_alloc_inode()
243 kmem_cache_free(hpfs_inode_cachep, hpfs_i(inode)); in hpfs_free_inode()
255 hpfs_inode_cachep = kmem_cache_create("hpfs_inode_cache", in init_inodecache()
260 if (hpfs_inode_cachep == NULL) in init_inodecache()
272 kmem_cache_destroy(hpfs_inode_cachep); in destroy_inodecache()

Completed in 3 milliseconds