Home
last modified time | relevance | path

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

/linux/fs/
H A Dfs_struct.c86 kmem_cache_free(fs_cachep, fs); in free_fs_struct()
108 struct fs_struct *fs = kmem_cache_alloc(fs_cachep, GFP_KERNEL); in copy_fs_struct()
/linux/include/linux/
H A Dfs_struct.h17 extern struct kmem_cache *fs_cachep;
/linux/kernel/
H A Dfork.c432 struct kmem_cache *fs_cachep; variable
2989 fs_cachep = kmem_cache_create("fs_cache", in proc_caches_init()