Searched refs:nfsd_file_fsnotify_group (Results 1 – 1 of 1) sorted by relevance
75 static struct fsnotify_group *nfsd_file_fsnotify_group; variable262 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 5 milliseconds