Searched refs:ocfs2_qf_chunk_cachep (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | quota.h | 84 extern struct kmem_cache *ocfs2_qf_chunk_cachep;
|
H A D | quota_local.c | 244 kmem_cache_free(ocfs2_qf_chunk_cachep, pos); in ocfs2_release_local_quota_bitmaps() 258 newchunk = kmem_cache_alloc(ocfs2_qf_chunk_cachep, GFP_NOFS); in ocfs2_load_local_quota_bitmaps() 270 kmem_cache_free(ocfs2_qf_chunk_cachep, newchunk); in ocfs2_load_local_quota_bitmaps() 990 chunk = kmem_cache_alloc(ocfs2_qf_chunk_cachep, GFP_NOFS); in ocfs2_local_quota_add_chunk() 1086 kmem_cache_free(ocfs2_qf_chunk_cachep, chunk); in ocfs2_local_quota_add_chunk()
|
H A D | super.c | 68 struct kmem_cache *ocfs2_qf_chunk_cachep; variable 1723 ocfs2_qf_chunk_cachep = kmem_cache_create("ocfs2_qf_chunk_cache", in ocfs2_initialize_mem_caches() 1729 !ocfs2_qf_chunk_cachep) { in ocfs2_initialize_mem_caches() 1732 kmem_cache_destroy(ocfs2_qf_chunk_cachep); in ocfs2_initialize_mem_caches() 1752 kmem_cache_destroy(ocfs2_qf_chunk_cachep); in ocfs2_free_mem_caches() 1753 ocfs2_qf_chunk_cachep = NULL; in ocfs2_free_mem_caches()
|
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | quota.h | 84 extern struct kmem_cache *ocfs2_qf_chunk_cachep;
|
H A D | quota_local.c | 244 kmem_cache_free(ocfs2_qf_chunk_cachep, pos); in ocfs2_release_local_quota_bitmaps() 258 newchunk = kmem_cache_alloc(ocfs2_qf_chunk_cachep, GFP_NOFS); in ocfs2_load_local_quota_bitmaps() 270 kmem_cache_free(ocfs2_qf_chunk_cachep, newchunk); in ocfs2_load_local_quota_bitmaps() 987 chunk = kmem_cache_alloc(ocfs2_qf_chunk_cachep, GFP_NOFS); in ocfs2_local_quota_add_chunk() 1083 kmem_cache_free(ocfs2_qf_chunk_cachep, chunk); in ocfs2_local_quota_add_chunk()
|
H A D | super.c | 65 struct kmem_cache *ocfs2_qf_chunk_cachep; variable 1717 ocfs2_qf_chunk_cachep = kmem_cache_create("ocfs2_qf_chunk_cache", in ocfs2_initialize_mem_caches() 1723 !ocfs2_qf_chunk_cachep) { in ocfs2_initialize_mem_caches() 1726 kmem_cache_destroy(ocfs2_qf_chunk_cachep); in ocfs2_initialize_mem_caches() 1746 kmem_cache_destroy(ocfs2_qf_chunk_cachep); in ocfs2_free_mem_caches() 1747 ocfs2_qf_chunk_cachep = NULL; in ocfs2_free_mem_caches()
|
Completed in 10 milliseconds