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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Daudit_watch.c63 struct fsnotify_group *audit_watch_group; variable in typeref:struct:fsnotify_group
104 entry = fsnotify_find_inode_mark(audit_watch_group, inode);
161 ret = fsnotify_add_mark(&parent->mark, audit_watch_group, inode, NULL, 0);
193 if (!audit_watch_group)
526 BUG_ON(group != audit_watch_group);
561 audit_watch_group = fsnotify_alloc_group(&audit_watch_fsnotify_ops);
562 if (IS_ERR(audit_watch_group)) {
563 audit_watch_group = NULL;

Completed in 45 milliseconds