Lines Matching defs:nfsd_file_fsnotify_group
62 static struct fsnotify_group *nfsd_file_fsnotify_group;
112 fsnotify_destroy_mark(&nfm->nfm_mark, nfsd_file_fsnotify_group);
126 mutex_lock(&nfsd_file_fsnotify_group->mark_mutex);
128 nfsd_file_fsnotify_group);
133 mutex_unlock(&nfsd_file_fsnotify_group->mark_mutex);
139 fsnotify_destroy_mark(mark, nfsd_file_fsnotify_group);
142 mutex_unlock(&nfsd_file_fsnotify_group->mark_mutex);
148 fsnotify_init_mark(&new->nfm_mark, nfsd_file_fsnotify_group);
683 nfsd_file_fsnotify_group = fsnotify_alloc_group(&nfsd_file_fsnotify_ops);
684 if (IS_ERR(nfsd_file_fsnotify_group)) {
686 PTR_ERR(nfsd_file_fsnotify_group));
687 nfsd_file_fsnotify_group = NULL;
849 fsnotify_put_group(nfsd_file_fsnotify_group);
850 nfsd_file_fsnotify_group = NULL;