Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/
Daudit_watch.c65 static struct fsnotify_group *audit_watch_group; variable
106 entry = fsnotify_find_mark(&inode->i_fsnotify_marks, audit_watch_group); in audit_find_parent()
161 fsnotify_init_mark(&parent->mark, audit_watch_group); in audit_init_parent()
195 if (!audit_watch_group) in audit_to_watch()
360 fsnotify_destroy_mark(&parent->mark, audit_watch_group); in audit_remove_parent_watches()
478 fsnotify_destroy_mark(&parent->mark, audit_watch_group); in audit_remove_watch_rule()
496 BUG_ON(group != audit_watch_group); in audit_watch_handle_event()
528 audit_watch_group = fsnotify_alloc_group(&audit_watch_fsnotify_ops); in audit_watch_init()
529 if (IS_ERR(audit_watch_group)) { in audit_watch_init()
530 audit_watch_group = NULL; in audit_watch_init()