filp_cachep        41 fs/file_table.c static struct kmem_cache *filp_cachep __read_mostly;
filp_cachep        50 fs/file_table.c 	kmem_cache_free(filp_cachep, f);
filp_cachep       101 fs/file_table.c 	f = kmem_cache_zalloc(filp_cachep, GFP_KERNEL);
filp_cachep       381 fs/file_table.c 	filp_cachep = kmem_cache_create("filp", sizeof(struct file), 0,