Searched refs:fsnotify_destroy_mark (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/kernel/ |
D | audit_tree.c | 285 fsnotify_destroy_mark(entry, audit_tree_group); in untag_chunk() 328 fsnotify_destroy_mark(entry, audit_tree_group); in untag_chunk() 369 fsnotify_destroy_mark(entry, audit_tree_group); in create_chunk() 459 fsnotify_destroy_mark(chunk_entry, audit_tree_group); in tag_chunk() 491 fsnotify_destroy_mark(old_entry, audit_tree_group); in tag_chunk()
|
D | audit_watch.c | 360 fsnotify_destroy_mark(&parent->mark, audit_watch_group); in audit_remove_parent_watches() 478 fsnotify_destroy_mark(&parent->mark, audit_watch_group); in audit_remove_watch_rule()
|
D | audit_fsnotify.c | 145 fsnotify_destroy_mark(&audit_mark->mark, audit_fsnotify_group); in audit_remove_mark()
|
/Linux-v4.19/fs/notify/inotify/ |
D | inotify_fsnotify.c | 131 fsnotify_destroy_mark(inode_mark, group); in inotify_handle_event()
|
D | inotify_user.c | 782 fsnotify_destroy_mark(&i_mark->fsn_mark, group); in SYSCALL_DEFINE2()
|
/Linux-v4.19/fs/notify/ |
D | mark.c | 412 void fsnotify_destroy_mark(struct fsnotify_mark *mark, in fsnotify_destroy_mark() function 730 fsnotify_destroy_mark(mark, mark->group); in fsnotify_destroy_marks()
|
/Linux-v4.19/include/linux/ |
D | fsnotify_backend.h | 440 extern void fsnotify_destroy_mark(struct fsnotify_mark *mark,
|