Home
last modified time | relevance | path

Searched refs:fsnotify_add_mark (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/kernel/
Daudit_fsnotify.c112 ret = fsnotify_add_mark(&audit_mark->mark, audit_fsnotify_group, inode, NULL, true); in audit_alloc_mark()
Daudit_tree.c262 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()
Daudit_watch.c161 ret = fsnotify_add_mark(&parent->mark, audit_watch_group, inode, NULL, 0); in audit_init_parent()
/linux-4.4.14/include/linux/
Dfsnotify_backend.h350 extern int fsnotify_add_mark(struct fsnotify_mark *mark, struct fsnotify_group *group,
/linux-4.4.14/fs/notify/
Dmark.c396 int fsnotify_add_mark(struct fsnotify_mark *mark, struct fsnotify_group *group, in fsnotify_add_mark() function