Searched refs:fsnotify_destroy_mark (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/fs/notify/ |
| H A D | mark.c | 592 void fsnotify_destroy_mark(struct fsnotify_mark *mark, in fsnotify_destroy_mark() function 600 EXPORT_SYMBOL_GPL(fsnotify_destroy_mark); 952 fsnotify_destroy_mark(mark, mark->group); in fsnotify_destroy_marks()
|
| /linux-6.15/fs/notify/inotify/ |
| H A D | inotify_fsnotify.c | 133 fsnotify_destroy_mark(inode_mark, group); in inotify_handle_inode_event()
|
| H A D | inotify_user.c | 805 fsnotify_destroy_mark(&i_mark->fsn_mark, group); in SYSCALL_DEFINE2()
|
| /linux-6.15/kernel/ |
| H A D | audit_fsnotify.c | 135 fsnotify_destroy_mark(&audit_mark->mark, audit_fsnotify_group); in audit_remove_mark()
|
| H A D | audit_watch.c | 344 fsnotify_destroy_mark(&parent->mark, audit_watch_group); in audit_remove_parent_watches() 466 fsnotify_destroy_mark(&parent->mark, audit_watch_group); in audit_remove_watch_rule()
|
| /linux-6.15/fs/nfsd/ |
| H A D | filecache.c | 150 fsnotify_destroy_mark(&nfm->nfm_mark, nfsd_file_fsnotify_group); in nfsd_file_mark_put() 176 fsnotify_destroy_mark(mark, nfsd_file_fsnotify_group); in nfsd_file_mark_find_or_create()
|
| /linux-6.15/include/linux/ |
| H A D | fsnotify_backend.h | 899 extern void fsnotify_destroy_mark(struct fsnotify_mark *mark,
|