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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dmballoc.c338 static struct kmem_cache *ext4_pspace_cachep; variable in typeref:struct:kmem_cache
2480 kmem_cache_free(ext4_pspace_cachep, pa);
2651 ext4_pspace_cachep =
2655 if (ext4_pspace_cachep == NULL)
2663 kmem_cache_destroy(ext4_pspace_cachep);
2672 kmem_cache_destroy(ext4_pspace_cachep);
2683 * Wait for completion of call_rcu()'s on ext4_pspace_cachep
2687 kmem_cache_destroy(ext4_pspace_cachep);
3280 kmem_cache_free(ext4_pspace_cachep, pa);
3357 pa = kmem_cache_alloc(ext4_pspace_cachep, GFP_NOF
[all...]

Completed in 112 milliseconds