nfsd_file_fsnotify_group   52 fs/nfsd/filecache.c static struct fsnotify_group		*nfsd_file_fsnotify_group;
nfsd_file_fsnotify_group  114 fs/nfsd/filecache.c 		fsnotify_destroy_mark(&nfm->nfm_mark, nfsd_file_fsnotify_group);
nfsd_file_fsnotify_group  128 fs/nfsd/filecache.c 		mutex_lock(&nfsd_file_fsnotify_group->mark_mutex);
nfsd_file_fsnotify_group  130 fs/nfsd/filecache.c 				nfsd_file_fsnotify_group);
nfsd_file_fsnotify_group  135 fs/nfsd/filecache.c 			mutex_unlock(&nfsd_file_fsnotify_group->mark_mutex);
nfsd_file_fsnotify_group  140 fs/nfsd/filecache.c 			mutex_unlock(&nfsd_file_fsnotify_group->mark_mutex);
nfsd_file_fsnotify_group  146 fs/nfsd/filecache.c 		fsnotify_init_mark(&new->nfm_mark, nfsd_file_fsnotify_group);
nfsd_file_fsnotify_group  618 fs/nfsd/filecache.c 	nfsd_file_fsnotify_group = fsnotify_alloc_group(&nfsd_file_fsnotify_ops);
nfsd_file_fsnotify_group  619 fs/nfsd/filecache.c 	if (IS_ERR(nfsd_file_fsnotify_group)) {
nfsd_file_fsnotify_group  621 fs/nfsd/filecache.c 			PTR_ERR(nfsd_file_fsnotify_group));
nfsd_file_fsnotify_group  622 fs/nfsd/filecache.c 		nfsd_file_fsnotify_group = NULL;
nfsd_file_fsnotify_group  702 fs/nfsd/filecache.c 	fsnotify_put_group(nfsd_file_fsnotify_group);
nfsd_file_fsnotify_group  703 fs/nfsd/filecache.c 	nfsd_file_fsnotify_group = NULL;