mnt_cache 71 fs/namespace.c static struct kmem_cache *mnt_cache __read_mostly; mnt_cache 177 fs/namespace.c struct mount *mnt = kmem_cache_zalloc(mnt_cache, GFP_KERNEL); mnt_cache 223 fs/namespace.c kmem_cache_free(mnt_cache, mnt); mnt_cache 554 fs/namespace.c kmem_cache_free(mnt_cache, mnt); mnt_cache 3749 fs/namespace.c mnt_cache = kmem_cache_create("mnt_cache", sizeof(struct mount),