Lines Matching refs:nfsd_file_fsnotify_group
63 static struct fsnotify_group *nfsd_file_fsnotify_group; variable
114 fsnotify_destroy_mark(&nfm->nfm_mark, nfsd_file_fsnotify_group); in nfsd_file_mark_put()
128 mutex_lock(&nfsd_file_fsnotify_group->mark_mutex); in nfsd_file_mark_find_or_create()
130 nfsd_file_fsnotify_group); in nfsd_file_mark_find_or_create()
135 mutex_unlock(&nfsd_file_fsnotify_group->mark_mutex); in nfsd_file_mark_find_or_create()
141 fsnotify_destroy_mark(mark, nfsd_file_fsnotify_group); in nfsd_file_mark_find_or_create()
144 mutex_unlock(&nfsd_file_fsnotify_group->mark_mutex); in nfsd_file_mark_find_or_create()
150 fsnotify_init_mark(&new->nfm_mark, nfsd_file_fsnotify_group); in nfsd_file_mark_find_or_create()
692 nfsd_file_fsnotify_group = fsnotify_alloc_group(&nfsd_file_fsnotify_ops); in nfsd_file_cache_init()
693 if (IS_ERR(nfsd_file_fsnotify_group)) { in nfsd_file_cache_init()
695 PTR_ERR(nfsd_file_fsnotify_group)); in nfsd_file_cache_init()
696 nfsd_file_fsnotify_group = NULL; in nfsd_file_cache_init()
860 fsnotify_put_group(nfsd_file_fsnotify_group); in nfsd_file_cache_shutdown()
861 nfsd_file_fsnotify_group = NULL; in nfsd_file_cache_shutdown()