Home
last modified time | relevance | path

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

/Linux-v4.19/fs/notify/
Dmark.c457 static int fsnotify_attach_connector_to_object(fsnotify_connp_t *connp, in fsnotify_attach_connector_to_object() argument
469 conn->obj = connp; in fsnotify_attach_connector_to_object()
476 if (cmpxchg(connp, NULL, conn)) { in fsnotify_attach_connector_to_object()
493 fsnotify_connp_t *connp) in fsnotify_grab_connector() argument
499 conn = srcu_dereference(*connp, &fsnotify_mark_srcu); in fsnotify_grab_connector()
520 fsnotify_connp_t *connp, unsigned int type, in fsnotify_add_mark_list() argument
532 conn = fsnotify_grab_connector(connp); in fsnotify_add_mark_list()
535 err = fsnotify_attach_connector_to_object(connp, type); in fsnotify_add_mark_list()
582 fsnotify_connp_t *connp, unsigned int type, in fsnotify_add_mark_locked() argument
604 ret = fsnotify_add_mark_list(mark, connp, type, allow_dups); in fsnotify_add_mark_locked()
[all …]
Dfsnotify.h35 extern void fsnotify_destroy_marks(fsnotify_connp_t *connp);
Dfsnotify.c238 static struct fsnotify_mark *fsnotify_first_mark(struct fsnotify_mark_connector **connp) in fsnotify_first_mark() argument
243 conn = srcu_dereference(*connp, &fsnotify_mark_srcu); in fsnotify_first_mark()
/Linux-v4.19/fs/notify/fanotify/
Dfanotify_user.c529 fsnotify_connp_t *connp, __u32 mask, in fanotify_remove_mark() argument
537 fsn_mark = fsnotify_find_mark(connp, group); in fanotify_remove_mark()
604 fsnotify_connp_t *connp, in fanotify_add_new_mark() argument
618 ret = fsnotify_add_mark_locked(mark, connp, type, 0); in fanotify_add_new_mark()
629 fsnotify_connp_t *connp, unsigned int type, in fanotify_add_mark() argument
636 fsn_mark = fsnotify_find_mark(connp, group); in fanotify_add_mark()
638 fsn_mark = fanotify_add_new_mark(group, connp, type); in fanotify_add_mark()
/Linux-v4.19/include/linux/
Dfsnotify_backend.h415 extern struct fsnotify_mark *fsnotify_find_mark(fsnotify_connp_t *connp,
419 fsnotify_connp_t *connp, unsigned int type,
422 fsnotify_connp_t *connp, unsigned int type,