Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/
Dfs_struct.c92 kmem_cache_free(fs_cachep, fs); in free_fs_struct()
114 struct fs_struct *fs = kmem_cache_alloc(fs_cachep, GFP_KERNEL); in copy_fs_struct()
/kernel/linux/linux-5.10/include/linux/
Dfs_struct.h18 extern struct kmem_cache *fs_cachep;
/kernel/linux/linux-5.10/kernel/
Dfork.c341 struct kmem_cache *fs_cachep; variable
2860 fs_cachep = kmem_cache_create("fs_cache", in proc_caches_init()