Searched refs:audit_watch_group (Results 1 – 1 of 1) sorted by relevance
63 static struct fsnotify_group *audit_watch_group; variable104 entry = fsnotify_find_inode_mark(audit_watch_group, inode); in audit_find_parent()161 ret = fsnotify_add_mark(&parent->mark, audit_watch_group, inode, NULL, 0); in audit_init_parent()193 if (!audit_watch_group) in audit_to_watch()355 fsnotify_destroy_mark(&parent->mark, audit_watch_group); in audit_remove_parent_watches()462 fsnotify_destroy_mark(&parent->mark, audit_watch_group); in audit_remove_watch_rule()489 BUG_ON(group != audit_watch_group); in audit_watch_handle_event()524 audit_watch_group = fsnotify_alloc_group(&audit_watch_fsnotify_ops); in audit_watch_init()525 if (IS_ERR(audit_watch_group)) { in audit_watch_init()526 audit_watch_group = NULL; in audit_watch_init()