Searched refs:fsnotify_destroy_mark (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/fs/notify/ |
H A D | mark.c | 55 * - Something explicitly requests that it be removed. (fsnotify_destroy_mark) 430 void fsnotify_destroy_mark(struct fsnotify_mark *mark, in fsnotify_destroy_mark() function 438 EXPORT_SYMBOL_GPL(fsnotify_destroy_mark); variable 792 fsnotify_destroy_mark(mark, mark->group); in fsnotify_destroy_marks()
|
/kernel/linux/linux-6.6/fs/notify/ |
H A D | mark.c | 55 * - Something explicitly requests that it be removed. (fsnotify_destroy_mark) 493 void fsnotify_destroy_mark(struct fsnotify_mark *mark, in fsnotify_destroy_mark() function 501 EXPORT_SYMBOL_GPL(fsnotify_destroy_mark); variable 854 fsnotify_destroy_mark(mark, mark->group); in fsnotify_destroy_marks()
|
/kernel/linux/linux-5.10/fs/notify/inotify/ |
H A D | inotify_fsnotify.c | 132 fsnotify_destroy_mark(inode_mark, group); in inotify_handle_inode_event()
|
H A D | inotify_user.c | 783 fsnotify_destroy_mark(&i_mark->fsn_mark, group); in SYSCALL_DEFINE2()
|
/kernel/linux/linux-5.10/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 | 343 fsnotify_destroy_mark(&parent->mark, audit_watch_group); in audit_remove_parent_watches() 461 fsnotify_destroy_mark(&parent->mark, audit_watch_group); in audit_remove_watch_rule()
|
/kernel/linux/linux-6.6/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 | 817 fsnotify_destroy_mark(&i_mark->fsn_mark, group); in SYSCALL_DEFINE2()
|
/kernel/linux/linux-6.6/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() 462 fsnotify_destroy_mark(&parent->mark, audit_watch_group); in audit_remove_watch_rule()
|
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | filecache.c | 112 fsnotify_destroy_mark(&nfm->nfm_mark, nfsd_file_fsnotify_group); in nfsd_file_mark_put() 139 fsnotify_destroy_mark(mark, nfsd_file_fsnotify_group); in nfsd_file_mark_find_or_create() 159 * not safe to call fsnotify_destroy_mark on it as the in nfsd_file_mark_find_or_create()
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | filecache.c | 151 fsnotify_destroy_mark(&nfm->nfm_mark, nfsd_file_fsnotify_group); in nfsd_file_mark_put() 177 fsnotify_destroy_mark(mark, nfsd_file_fsnotify_group); in nfsd_file_mark_find_or_create() 198 * not safe to call fsnotify_destroy_mark on it as the in nfsd_file_mark_find_or_create()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fsnotify_backend.h | 548 extern void fsnotify_destroy_mark(struct fsnotify_mark *mark,
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fsnotify_backend.h | 790 extern void fsnotify_destroy_mark(struct fsnotify_mark *mark,
|
Completed in 14 milliseconds