Lines Matching defs:nfsd_file_fsnotify_group
75 static struct fsnotify_group *nfsd_file_fsnotify_group;
151 fsnotify_destroy_mark(&nfm->nfm_mark, nfsd_file_fsnotify_group);
164 fsnotify_group_lock(nfsd_file_fsnotify_group);
166 nfsd_file_fsnotify_group);
171 fsnotify_group_unlock(nfsd_file_fsnotify_group);
177 fsnotify_destroy_mark(mark, nfsd_file_fsnotify_group);
180 fsnotify_group_unlock(nfsd_file_fsnotify_group);
187 fsnotify_init_mark(&new->nfm_mark, nfsd_file_fsnotify_group);
761 nfsd_file_fsnotify_group = fsnotify_alloc_group(&nfsd_file_fsnotify_ops,
763 if (IS_ERR(nfsd_file_fsnotify_group)) {
765 PTR_ERR(nfsd_file_fsnotify_group));
766 ret = PTR_ERR(nfsd_file_fsnotify_group);
767 nfsd_file_fsnotify_group = NULL;
903 fsnotify_put_group(nfsd_file_fsnotify_group);
904 nfsd_file_fsnotify_group = NULL;