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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 104 milliseconds