Home
last modified time | relevance | path

Searched refs:nfsd_file_fsnotify_group (Results 1 – 1 of 1) sorted by relevance

/linux/fs/nfsd/
A Dfilecache.c62 static struct fsnotify_group *nfsd_file_fsnotify_group; variable
126 mutex_lock(&nfsd_file_fsnotify_group->mark_mutex); in nfsd_file_mark_find_or_create()
128 nfsd_file_fsnotify_group); in nfsd_file_mark_find_or_create()
133 mutex_unlock(&nfsd_file_fsnotify_group->mark_mutex); in nfsd_file_mark_find_or_create()
142 mutex_unlock(&nfsd_file_fsnotify_group->mark_mutex); in nfsd_file_mark_find_or_create()
688 if (IS_ERR(nfsd_file_fsnotify_group)) { in nfsd_file_cache_init()
690 PTR_ERR(nfsd_file_fsnotify_group)); in nfsd_file_cache_init()
691 ret = PTR_ERR(nfsd_file_fsnotify_group); in nfsd_file_cache_init()
692 nfsd_file_fsnotify_group = NULL; in nfsd_file_cache_init()
854 fsnotify_put_group(nfsd_file_fsnotify_group); in nfsd_file_cache_shutdown()
[all …]

Completed in 7 milliseconds