Searched refs:fs_cachep (Results 1 – 3 of 3) sorted by relevance
75 extern kmem_cache_t *fs_cachep;
383 struct fs_struct *fs = kmem_cache_alloc(fs_cachep, GFP_KERNEL); in __copy_fs_struct()861 kmem_cache_t *fs_cachep; variable883 fs_cachep = kmem_cache_create("fs_cache", in proc_caches_init()886 if (!fs_cachep) in proc_caches_init()
249 kmem_cache_free(fs_cachep, fs); in __put_fs_struct()