Lines Matching refs:connp
476 static int fsnotify_attach_connector_to_object(fsnotify_connp_t *connp, in fsnotify_attach_connector_to_object() argument
489 conn->obj = connp; in fsnotify_attach_connector_to_object()
504 if (cmpxchg(connp, NULL, conn)) { in fsnotify_attach_connector_to_object()
521 fsnotify_connp_t *connp) in fsnotify_grab_connector() argument
527 conn = srcu_dereference(*connp, &fsnotify_mark_srcu); in fsnotify_grab_connector()
548 fsnotify_connp_t *connp, unsigned int type, in fsnotify_add_mark_list() argument
565 conn = fsnotify_grab_connector(connp); in fsnotify_add_mark_list()
568 err = fsnotify_attach_connector_to_object(connp, type, fsid); in fsnotify_add_mark_list()
641 fsnotify_connp_t *connp, unsigned int type, in fsnotify_add_mark_locked() argument
663 ret = fsnotify_add_mark_list(mark, connp, type, allow_dups, fsid); in fsnotify_add_mark_locked()
683 int fsnotify_add_mark(struct fsnotify_mark *mark, fsnotify_connp_t *connp, in fsnotify_add_mark() argument
690 ret = fsnotify_add_mark_locked(mark, connp, type, allow_dups, fsid); in fsnotify_add_mark()
700 struct fsnotify_mark *fsnotify_find_mark(fsnotify_connp_t *connp, in fsnotify_find_mark() argument
706 conn = fsnotify_grab_connector(connp); in fsnotify_find_mark()
769 void fsnotify_destroy_marks(fsnotify_connp_t *connp) in fsnotify_destroy_marks() argument
776 conn = fsnotify_grab_connector(connp); in fsnotify_destroy_marks()