Home
last modified time | relevance | path

Searched refs:fs_cachep (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/include/linux/
Dslab.h75 extern kmem_cache_t *fs_cachep;
/linux-2.4.37.9/kernel/
Dfork.c383 struct fs_struct *fs = kmem_cache_alloc(fs_cachep, GFP_KERNEL); in __copy_fs_struct()
861 kmem_cache_t *fs_cachep; variable
883 fs_cachep = kmem_cache_create("fs_cache", in proc_caches_init()
886 if (!fs_cachep) in proc_caches_init()
Dexit.c249 kmem_cache_free(fs_cachep, fs); in __put_fs_struct()