Home
last modified time | relevance | path

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

/fs/nfsd/
A Dfilecache.c74 static struct fsnotify_group *nfsd_file_fsnotify_group; variable
163 fsnotify_group_lock(nfsd_file_fsnotify_group); in nfsd_file_mark_find_or_create()
165 nfsd_file_fsnotify_group); in nfsd_file_mark_find_or_create()
170 fsnotify_group_unlock(nfsd_file_fsnotify_group); in nfsd_file_mark_find_or_create()
179 fsnotify_group_unlock(nfsd_file_fsnotify_group); in nfsd_file_mark_find_or_create()
846 if (IS_ERR(nfsd_file_fsnotify_group)) { in nfsd_file_cache_init()
848 PTR_ERR(nfsd_file_fsnotify_group)); in nfsd_file_cache_init()
849 ret = PTR_ERR(nfsd_file_fsnotify_group); in nfsd_file_cache_init()
850 nfsd_file_fsnotify_group = NULL; in nfsd_file_cache_init()
992 fsnotify_put_group(nfsd_file_fsnotify_group); in nfsd_file_cache_shutdown()
[all …]

Completed in 4 milliseconds