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

/linux-master/kernel/
H A Daudit_watch.c52 static struct fsnotify_group *audit_watch_group; variable in typeref:struct:fsnotify_group
93 entry = fsnotify_find_mark(&inode->i_fsnotify_marks, audit_watch_group);
148 fsnotify_init_mark(&parent->mark, audit_watch_group);
182 if (!audit_watch_group)
344 fsnotify_destroy_mark(&parent->mark, audit_watch_group);
462 fsnotify_destroy_mark(&parent->mark, audit_watch_group);
476 if (WARN_ON_ONCE(inode_mark->group != audit_watch_group))
496 audit_watch_group = fsnotify_alloc_group(&audit_watch_fsnotify_ops, 0);
497 if (IS_ERR(audit_watch_group)) {
498 audit_watch_group
[all...]

Completed in 79 milliseconds