Home
last modified time | relevance | path

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

/kernel/
Daudit_watch.c59 struct fsnotify_mark mark; /* fsnotify mark on the inode */ member
79 parent = container_of(entry, struct audit_parent, mark); in audit_watch_free_mark()
86 fsnotify_get_mark(&parent->mark); in audit_get_parent()
92 fsnotify_put_mark(&parent->mark); in audit_put_parent()
106 parent = container_of(entry, struct audit_parent, mark); in audit_find_parent()
159 fsnotify_init_mark(&parent->mark, audit_watch_free_mark); in audit_init_parent()
160 parent->mark.mask = AUDIT_FS_WATCH; in audit_init_parent()
161 ret = fsnotify_add_mark(&parent->mark, audit_watch_group, inode, NULL, 0); in audit_init_parent()
355 fsnotify_destroy_mark(&parent->mark, audit_watch_group); in audit_remove_parent_watches()
465 fsnotify_destroy_mark(&parent->mark, audit_watch_group); in audit_remove_watch_rule()
[all …]
Daudit_tree.c25 struct fsnotify_mark mark; member
133 struct audit_chunk *chunk = container_of(entry, struct audit_chunk, mark); in audit_tree_destroy_watch()
156 fsnotify_init_mark(&chunk->mark, audit_tree_destroy_watch); in alloc_chunk()
157 chunk->mark.mask = FS_IN_IGNORED; in alloc_chunk()
174 struct fsnotify_mark *entry = &chunk->mark; in insert_hash()
191 if (p->mark.i.inode == inode) { in audit_tree_lookup()
220 struct fsnotify_mark *entry = &chunk->mark; in untag_chunk()
260 fsnotify_duplicate_mark(&new->mark, entry); in untag_chunk()
261 if (fsnotify_add_mark(&new->mark, new->mark.group, new->mark.i.inode, NULL, 1)) { in untag_chunk()
262 fsnotify_put_mark(&new->mark); in untag_chunk()
[all …]
/kernel/locking/
Dlockdep.c2507 mark_held_locks(struct task_struct *curr, enum mark_type mark) in mark_held_locks() argument
2516 usage_bit = 2 + (mark << 2); /* ENABLED */ in mark_held_locks()