Searched refs:fsnotify_add_mark (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/kernel/ |
D | audit_fsnotify.c | 112 ret = fsnotify_add_mark(&audit_mark->mark, audit_fsnotify_group, inode, NULL, true); in audit_alloc_mark()
|
D | audit_tree.c | 262 if (fsnotify_add_mark(&new->mark, new->mark.group, new->mark.inode, NULL, 1)) { in untag_chunk() 325 if (fsnotify_add_mark(entry, audit_tree_group, inode, NULL, 0)) { in create_chunk() 399 if (fsnotify_add_mark(chunk_entry, chunk_entry->group, chunk_entry->inode, NULL, 1)) { in tag_chunk()
|
D | audit_watch.c | 161 ret = fsnotify_add_mark(&parent->mark, audit_watch_group, inode, NULL, 0); in audit_init_parent()
|
/linux-4.4.14/include/linux/ |
D | fsnotify_backend.h | 350 extern int fsnotify_add_mark(struct fsnotify_mark *mark, struct fsnotify_group *group,
|
/linux-4.4.14/fs/notify/ |
D | mark.c | 396 int fsnotify_add_mark(struct fsnotify_mark *mark, struct fsnotify_group *group, in fsnotify_add_mark() function
|