Home
last modified time | relevance | path

Searched defs:connp (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/fs/notify/
Dmark.c334 fsnotify_connp_t *connp = fsnotify_object_connp(conn->obj, conn->type); in fsnotify_detach_connector_from_object() local
658 static int fsnotify_attach_connector_to_object(fsnotify_connp_t *connp, in fsnotify_attach_connector_to_object()
691 fsnotify_connp_t *connp) in fsnotify_grab_connector()
723 fsnotify_connp_t *connp; in fsnotify_add_mark_list() local
859 fsnotify_connp_t *connp = fsnotify_object_connp(obj, obj_type); in fsnotify_find_mark() local
929 void fsnotify_destroy_marks(fsnotify_connp_t *connp) in fsnotify_destroy_marks()
Dfsnotify.c428 static struct fsnotify_mark *fsnotify_first_mark(struct fsnotify_mark_connector *const *connp) in fsnotify_first_mark()