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

/linux-master/fs/ocfs2/
H A Dquota.h83 extern struct kmem_cache *ocfs2_dquot_cachep;
H A Dsuper.c64 struct kmem_cache *ocfs2_dquot_cachep; variable in typeref:struct:kmem_cache
1711 ocfs2_dquot_cachep = kmem_cache_create("ocfs2_dquot_cache",
1721 if (!ocfs2_inode_cachep || !ocfs2_dquot_cachep ||
1724 kmem_cache_destroy(ocfs2_dquot_cachep);
1742 kmem_cache_destroy(ocfs2_dquot_cachep);
1743 ocfs2_dquot_cachep = NULL;
H A Dquota_global.c1008 kmem_cache_zalloc(ocfs2_dquot_cachep, GFP_NOFS);
1017 kmem_cache_free(ocfs2_dquot_cachep, dquot);

Completed in 122 milliseconds