Searched refs:fsnotify_conn_mask (Results 1 – 3 of 3) sorted by relevance
510 extern __u32 fsnotify_conn_mask(struct fsnotify_mark_connector *conn);
763 if (removed & fsnotify_conn_mask(fsn_mark->connector)) in fanotify_remove_mark()864 if (added & ~fsnotify_conn_mask(fsn_mark->connector)) in fanotify_add_mark()
111 __u32 fsnotify_conn_mask(struct fsnotify_mark_connector *conn) in fsnotify_conn_mask() function