Home
last modified time | relevance | path

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

/linux-4.19.296/fs/quota/
Ddquot.c162 static struct kmem_cache *dquot_cachep; variable
544 kmem_cache_free(dquot_cachep, dquot); in dquot_destroy()
875 return kmem_cache_zalloc(dquot_cachep, GFP_NOFS); in dquot_alloc()
3055 dquot_cachep = kmem_cache_create("dquot", in dquot_init()