Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/notify/
A Dfsnotify.h79 extern struct kmem_cache *fsnotify_mark_connector_cachep;
A Dmark.c82 struct kmem_cache *fsnotify_mark_connector_cachep; variable
212 kmem_cache_free(fsnotify_mark_connector_cachep, free); in fsnotify_connector_destroy_workfn()
545 conn = kmem_cache_alloc(fsnotify_mark_connector_cachep, GFP_KERNEL); in fsnotify_attach_connector_to_object()
570 kmem_cache_free(fsnotify_mark_connector_cachep, conn); in fsnotify_attach_connector_to_object()
A Dfsnotify.c596 fsnotify_mark_connector_cachep = KMEM_CACHE(fsnotify_mark_connector, in fsnotify_init()

Completed in 6 milliseconds