Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/
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.1.27/include/linux/
Dfsnotify_backend.h343 extern int fsnotify_add_mark(struct fsnotify_mark *mark, struct fsnotify_group *group,
/linux-4.1.27/fs/notify/
Dmark.c380 int fsnotify_add_mark(struct fsnotify_mark *mark, struct fsnotify_group *group, in fsnotify_add_mark() function