Home
last modified time | relevance | path

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

/openbmc/linux/kernel/
H A Daudit_watch.c52 static struct fsnotify_group *audit_watch_group; variable
93 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()
344 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()
476 if (WARN_ON_ONCE(inode_mark->group != audit_watch_group)) in audit_watch_handle_event()
496 audit_watch_group = fsnotify_alloc_group(&audit_watch_fsnotify_ops, 0); in audit_watch_init()
497 if (IS_ERR(audit_watch_group)) { in audit_watch_init()
498 audit_watch_group = NULL; in audit_watch_init()