Lines Matching defs:mark
48 struct fsnotify_mark mark; /* fsnotify mark on the inode */
68 parent = container_of(entry, struct audit_parent, mark);
75 fsnotify_get_mark(&parent->mark);
81 fsnotify_put_mark(&parent->mark);
95 parent = container_of(entry, struct audit_parent, mark);
148 fsnotify_init_mark(&parent->mark, audit_watch_group);
149 parent->mark.mask = AUDIT_FS_WATCH;
150 ret = fsnotify_add_inode_mark(&parent->mark, inode, 0);
344 fsnotify_destroy_mark(&parent->mark, audit_watch_group);
462 fsnotify_destroy_mark(&parent->mark, audit_watch_group);
474 parent = container_of(inode_mark, struct audit_parent, mark);
524 int audit_exe_compare(struct task_struct *tsk, struct audit_fsnotify_mark *mark)
543 return audit_mark_compare(mark, ino, dev);