fsnotify_mark_connector_cachep  388 fs/notify/fsnotify.c extern struct kmem_cache *fsnotify_mark_connector_cachep;
fsnotify_mark_connector_cachep  400 fs/notify/fsnotify.c 	fsnotify_mark_connector_cachep = KMEM_CACHE(fsnotify_mark_connector,
fsnotify_mark_connector_cachep   82 fs/notify/mark.c struct kmem_cache *fsnotify_mark_connector_cachep;
fsnotify_mark_connector_cachep  168 fs/notify/mark.c 		kmem_cache_free(fsnotify_mark_connector_cachep, free);
fsnotify_mark_connector_cachep  479 fs/notify/mark.c 	conn = kmem_cache_alloc(fsnotify_mark_connector_cachep, GFP_KERNEL);
fsnotify_mark_connector_cachep  504 fs/notify/mark.c 		kmem_cache_free(fsnotify_mark_connector_cachep, conn);