Home
last modified time | relevance | path

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

/linux-6.14.4/fs/notify/
Dmark.c330 fsnotify_connp_t *connp = fsnotify_object_connp(conn->obj, conn->type); in fsnotify_detach_connector_from_object() local
651 static int fsnotify_attach_connector_to_object(fsnotify_connp_t *connp, in fsnotify_attach_connector_to_object()
684 fsnotify_connp_t *connp) in fsnotify_grab_connector()
716 fsnotify_connp_t *connp; in fsnotify_add_mark_list() local
851 fsnotify_connp_t *connp = fsnotify_object_connp(obj, obj_type); in fsnotify_find_mark() local
921 void fsnotify_destroy_marks(fsnotify_connp_t *connp) in fsnotify_destroy_marks()
Dfsnotify.c423 static struct fsnotify_mark *fsnotify_first_mark(struct fsnotify_mark_connector **connp) in fsnotify_first_mark()