Home
last modified time | relevance | path

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

/linux/fs/notify/
H A Dmark.c320 fsnotify_connp_t *connp = fsnotify_object_connp(conn->obj, conn->type); in fsnotify_detach_connector_from_object() local
641 static int fsnotify_attach_connector_to_object(fsnotify_connp_t *connp, in fsnotify_attach_connector_to_object()
674 fsnotify_connp_t *connp) in fsnotify_grab_connector()
706 fsnotify_connp_t *connp; in fsnotify_add_mark_list() local
841 fsnotify_connp_t *connp = fsnotify_object_connp(obj, obj_type); in fsnotify_find_mark() local
911 void fsnotify_destroy_marks(fsnotify_connp_t *connp) in fsnotify_destroy_marks()
H A Dfsnotify.c399 static struct fsnotify_mark *fsnotify_first_mark(struct fsnotify_mark_connector **connp) in fsnotify_first_mark()