Home
last modified time | relevance | path

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

/openbmc/linux/fs/nfsd/
H A Dfilecache.c75 static struct fsnotify_group *nfsd_file_fsnotify_group; variable
164 fsnotify_group_lock(nfsd_file_fsnotify_group); in nfsd_file_mark_find_or_create()
166 nfsd_file_fsnotify_group); in nfsd_file_mark_find_or_create()
171 fsnotify_group_unlock(nfsd_file_fsnotify_group); in nfsd_file_mark_find_or_create()
180 fsnotify_group_unlock(nfsd_file_fsnotify_group); in nfsd_file_mark_find_or_create()
763 if (IS_ERR(nfsd_file_fsnotify_group)) { in nfsd_file_cache_init()
765 PTR_ERR(nfsd_file_fsnotify_group)); in nfsd_file_cache_init()
766 ret = PTR_ERR(nfsd_file_fsnotify_group); in nfsd_file_cache_init()
767 nfsd_file_fsnotify_group = NULL; in nfsd_file_cache_init()
905 fsnotify_put_group(nfsd_file_fsnotify_group); in nfsd_file_cache_shutdown()
[all …]