Home
last modified time | relevance | path

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

/linux-6.15/kernel/
H A Daudit_watch.c52 static struct fsnotify_group *audit_watch_group; variable
93 entry = fsnotify_find_inode_mark(inode, 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()
466 fsnotify_destroy_mark(&parent->mark, audit_watch_group); in audit_remove_watch_rule()
480 if (WARN_ON_ONCE(inode_mark->group != audit_watch_group)) in audit_watch_handle_event()
500 audit_watch_group = fsnotify_alloc_group(&audit_watch_fsnotify_ops, 0); in audit_watch_init()
501 if (IS_ERR(audit_watch_group)) { in audit_watch_init()
502 audit_watch_group = NULL; in audit_watch_init()