Home
last modified time | relevance | path

Searched refs:connp (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/fs/notify/
Dmark.c498 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()
[all …]
Dfsnotify.h56 extern void fsnotify_destroy_marks(fsnotify_connp_t *connp);
Dfsnotify.c368 static struct fsnotify_mark *fsnotify_first_mark(struct fsnotify_mark_connector **connp) in fsnotify_first_mark() argument
373 conn = srcu_dereference(*connp, &fsnotify_mark_srcu); in fsnotify_first_mark()
/Linux-v5.15/include/linux/
Dfsnotify_backend.h522 extern struct fsnotify_mark *fsnotify_find_mark(fsnotify_connp_t *connp,
529 fsnotify_connp_t *connp, unsigned int type,
532 fsnotify_connp_t *connp,
/Linux-v5.15/fs/notify/fanotify/
Dfanotify_user.c940 fsnotify_connp_t *connp, __u32 mask, in fanotify_remove_mark() argument
948 fsn_mark = fsnotify_find_mark(connp, group); in fanotify_remove_mark()
1014 fsnotify_connp_t *connp, in fanotify_add_new_mark() argument
1038 ret = fsnotify_add_mark_locked(mark, connp, type, 0, fsid); in fanotify_add_new_mark()
1054 fsnotify_connp_t *connp, unsigned int type, in fanotify_add_mark() argument
1062 fsn_mark = fsnotify_find_mark(connp, group); in fanotify_add_mark()
1064 fsn_mark = fanotify_add_new_mark(group, connp, type, fsid); in fanotify_add_mark()