Searched refs:nfsd_dir_fsnotify_group (Results 1 – 1 of 1) sorted by relevance
81 static struct fsnotify_group *nfsd_dir_fsnotify_group; variable170 group = S_ISDIR(inode->i_mode) ? nfsd_dir_fsnotify_group : nfsd_file_fsnotify_group; in nfsd_file_mark_find_or_create()926 nfsd_dir_fsnotify_group = fsnotify_alloc_group(&nfsd_dir_fsnotify_ops, 0); in nfsd_file_cache_init()927 if (IS_ERR(nfsd_dir_fsnotify_group)) { in nfsd_file_cache_init()929 PTR_ERR(nfsd_dir_fsnotify_group)); in nfsd_file_cache_init()930 ret = PTR_ERR(nfsd_dir_fsnotify_group); in nfsd_file_cache_init()931 nfsd_dir_fsnotify_group = NULL; in nfsd_file_cache_init()1060 fsnotify_put_group(nfsd_dir_fsnotify_group); in nfsd_file_cache_shutdown()1061 nfsd_dir_fsnotify_group = NULL; in nfsd_file_cache_shutdown()