Searched refs:fsnotify_destroy_mark (Results 1 - 7 of 7) sorted by last modified time

/linux-master/include/linux/
H A Dfsnotify_backend.h824 extern void fsnotify_destroy_mark(struct fsnotify_mark *mark,
/linux-master/fs/nfsd/
H A Dfilecache.c148 fsnotify_destroy_mark(&nfm->nfm_mark, nfsd_file_fsnotify_group);
174 fsnotify_destroy_mark(mark, nfsd_file_fsnotify_group);
195 * not safe to call fsnotify_destroy_mark on it as the
/linux-master/fs/notify/inotify/
H A Dinotify_user.c816 fsnotify_destroy_mark(&i_mark->fsn_mark, group);
H A Dinotify_fsnotify.c133 fsnotify_destroy_mark(inode_mark, group);
/linux-master/fs/notify/
H A Dmark.c55 * - Something explicitly requests that it be removed. (fsnotify_destroy_mark)
549 void fsnotify_destroy_mark(struct fsnotify_mark *mark,
557 EXPORT_SYMBOL_GPL(fsnotify_destroy_mark);
908 fsnotify_destroy_mark(mark, mark->group);
493 void fsnotify_destroy_mark(struct fsnotify_mark *mark, function
501 EXPORT_SYMBOL_GPL(fsnotify_destroy_mark); variable
/linux-master/kernel/
H A Daudit_watch.c344 fsnotify_destroy_mark(&parent->mark, audit_watch_group);
462 fsnotify_destroy_mark(&parent->mark, audit_watch_group);
H A Daudit_fsnotify.c135 fsnotify_destroy_mark(&audit_mark->mark, audit_fsnotify_group);

Completed in 167 milliseconds