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

/linux-master/fs/quota/
H A Ddquot.c164 static struct kmem_cache *dquot_cachep; variable in typeref:struct:kmem_cache
558 kmem_cache_free(dquot_cachep, dquot);
890 return kmem_cache_zalloc(dquot_cachep, GFP_NOFS);
3008 dquot_cachep = kmem_cache_create("dquot",

Completed in 113 milliseconds