Searched refs:fsnotify_destroy_mark (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/kernel/ |
D | audit_tree.c | 254 fsnotify_destroy_mark(entry, audit_tree_group); in untag_chunk() 296 fsnotify_destroy_mark(entry, audit_tree_group); in untag_chunk() 336 fsnotify_destroy_mark(entry, audit_tree_group); in create_chunk() 417 fsnotify_destroy_mark(chunk_entry, audit_tree_group); in tag_chunk() 448 fsnotify_destroy_mark(old_entry, audit_tree_group); in tag_chunk()
|
D | audit_watch.c | 355 fsnotify_destroy_mark(&parent->mark, audit_watch_group); in audit_remove_parent_watches() 462 fsnotify_destroy_mark(&parent->mark, audit_watch_group); in audit_remove_watch_rule()
|
/linux-4.1.27/fs/notify/ |
D | mark.c | 198 void fsnotify_destroy_mark(struct fsnotify_mark *mark, in fsnotify_destroy_mark() function 221 fsnotify_destroy_mark(mark, group); in fsnotify_destroy_marks()
|
/linux-4.1.27/fs/notify/inotify/ |
D | inotify_fsnotify.c | 118 fsnotify_destroy_mark(inode_mark, group); in inotify_handle_event()
|
D | inotify_user.c | 769 fsnotify_destroy_mark(&i_mark->fsn_mark, group); in SYSCALL_DEFINE2()
|
/linux-4.1.27/include/linux/ |
D | fsnotify_backend.h | 348 extern void fsnotify_destroy_mark(struct fsnotify_mark *mark,
|