Lines Matching refs:connp
498 static int fsnotify_attach_connector_to_object(fsnotify_connp_t *connp, in fsnotify_attach_connector_to_object() argument
511 conn->obj = connp; in fsnotify_attach_connector_to_object()
530 if (cmpxchg(connp, NULL, conn)) { in fsnotify_attach_connector_to_object()
548 fsnotify_connp_t *connp) in fsnotify_grab_connector() argument
554 conn = srcu_dereference(*connp, &fsnotify_mark_srcu); in fsnotify_grab_connector()
575 fsnotify_connp_t *connp, unsigned int type, in fsnotify_add_mark_list() argument
592 conn = fsnotify_grab_connector(connp); in fsnotify_add_mark_list()
595 err = fsnotify_attach_connector_to_object(connp, type, fsid); in fsnotify_add_mark_list()
668 fsnotify_connp_t *connp, unsigned int type, in fsnotify_add_mark_locked() argument
689 ret = fsnotify_add_mark_list(mark, connp, type, allow_dups, fsid); in fsnotify_add_mark_locked()
708 int fsnotify_add_mark(struct fsnotify_mark *mark, fsnotify_connp_t *connp, in fsnotify_add_mark() argument
715 ret = fsnotify_add_mark_locked(mark, connp, type, allow_dups, fsid); in fsnotify_add_mark()
725 struct fsnotify_mark *fsnotify_find_mark(fsnotify_connp_t *connp, in fsnotify_find_mark() argument
731 conn = fsnotify_grab_connector(connp); in fsnotify_find_mark()
794 void fsnotify_destroy_marks(fsnotify_connp_t *connp) in fsnotify_destroy_marks() argument
801 conn = fsnotify_grab_connector(connp); in fsnotify_destroy_marks()