Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/quota/
H A Ddquot.c164 static struct kmem_cache *dquot_cachep; variable
560 kmem_cache_free(dquot_cachep, dquot); in dquot_destroy()
901 return kmem_cache_zalloc(dquot_cachep, GFP_NOFS); in dquot_alloc()
3074 dquot_cachep = kmem_cache_create("dquot", in dquot_init()
/kernel/linux/linux-6.6/fs/quota/
H A Ddquot.c164 static struct kmem_cache *dquot_cachep; variable
558 kmem_cache_free(dquot_cachep, dquot); in dquot_destroy()
899 return kmem_cache_zalloc(dquot_cachep, GFP_NOFS); in dquot_alloc()
3017 dquot_cachep = kmem_cache_create("dquot", in dquot_init()

Completed in 7 milliseconds