Searched refs:audit_watch_group (Results 1 – 1 of 1) sorted by relevance
52 static struct fsnotify_group *audit_watch_group; variable93 entry = fsnotify_find_mark(&inode->i_fsnotify_marks, audit_watch_group); in audit_find_parent()148 fsnotify_init_mark(&parent->mark, audit_watch_group); in audit_init_parent()182 if (!audit_watch_group) in audit_to_watch()345 fsnotify_destroy_mark(&parent->mark, audit_watch_group); in audit_remove_parent_watches()463 fsnotify_destroy_mark(&parent->mark, audit_watch_group); in audit_remove_watch_rule()481 BUG_ON(group != audit_watch_group); in audit_watch_handle_event()513 audit_watch_group = fsnotify_alloc_group(&audit_watch_fsnotify_ops); in audit_watch_init()514 if (IS_ERR(audit_watch_group)) { in audit_watch_init()515 audit_watch_group = NULL; in audit_watch_init()