Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/zonefs/
H A Dsuper.c415 static struct kmem_cache *zonefs_inode_cachep; variable
421 zi = alloc_inode_sb(sb, zonefs_inode_cachep, GFP_KERNEL); in zonefs_alloc_inode()
434 kmem_cache_free(zonefs_inode_cachep, ZONEFS_I(inode)); in zonefs_free_inode()
1402 zonefs_inode_cachep = kmem_cache_create("zonefs_inode_cache", in zonefs_init_inodecache()
1406 if (zonefs_inode_cachep == NULL) in zonefs_init_inodecache()
1418 kmem_cache_destroy(zonefs_inode_cachep); in zonefs_destroy_inodecache()
/kernel/linux/linux-5.10/fs/zonefs/
H A Dsuper.c1214 static struct kmem_cache *zonefs_inode_cachep; variable
1220 zi = kmem_cache_alloc(zonefs_inode_cachep, GFP_KERNEL); in zonefs_alloc_inode()
1235 kmem_cache_free(zonefs_inode_cachep, ZONEFS_I(inode)); in zonefs_free_inode()
1863 zonefs_inode_cachep = kmem_cache_create("zonefs_inode_cache", in zonefs_init_inodecache()
1867 if (zonefs_inode_cachep == NULL) in zonefs_init_inodecache()
1879 kmem_cache_destroy(zonefs_inode_cachep); in zonefs_destroy_inodecache()

Completed in 5 milliseconds