Home
last modified time | relevance | path

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

/linux-6.3-rc2/fs/nfsd/
A Dfilecache.c75 static struct fsnotify_group *nfsd_file_fsnotify_group; variable
262 fsnotify_group_lock(nfsd_file_fsnotify_group); in nfsd_file_mark_find_or_create()
264 nfsd_file_fsnotify_group); in nfsd_file_mark_find_or_create()
269 fsnotify_group_unlock(nfsd_file_fsnotify_group); in nfsd_file_mark_find_or_create()
278 fsnotify_group_unlock(nfsd_file_fsnotify_group); in nfsd_file_mark_find_or_create()
876 if (IS_ERR(nfsd_file_fsnotify_group)) { in nfsd_file_cache_init()
878 PTR_ERR(nfsd_file_fsnotify_group)); in nfsd_file_cache_init()
879 ret = PTR_ERR(nfsd_file_fsnotify_group); in nfsd_file_cache_init()
880 nfsd_file_fsnotify_group = NULL; in nfsd_file_cache_init()
1015 fsnotify_put_group(nfsd_file_fsnotify_group); in nfsd_file_cache_shutdown()
[all …]

Completed in 6 milliseconds