Home
last modified time | relevance | path

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

/linux-6.12.1/fs/notify/
Dmark.c324 fsnotify_connp_t *connp = fsnotify_object_connp(conn->obj, conn->type); in fsnotify_detach_connector_from_object() local
645 static int fsnotify_attach_connector_to_object(fsnotify_connp_t *connp, in fsnotify_attach_connector_to_object()
678 fsnotify_connp_t *connp) in fsnotify_grab_connector()
710 fsnotify_connp_t *connp; in fsnotify_add_mark_list() local
845 fsnotify_connp_t *connp = fsnotify_object_connp(obj, obj_type); in fsnotify_find_mark() local
915 void fsnotify_destroy_marks(fsnotify_connp_t *connp) in fsnotify_destroy_marks()
Dfsnotify.c402 static struct fsnotify_mark *fsnotify_first_mark(struct fsnotify_mark_connector **connp) in fsnotify_first_mark()