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