Home
last modified time | relevance | path

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

/linux/fs/nfsd/
H A Dfilecache.c74 static struct fsnotify_group *nfsd_file_fsnotify_group; variable
150 fsnotify_destroy_mark(&nfm->nfm_mark, nfsd_file_fsnotify_group); in nfsd_file_mark_put()
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()
176 fsnotify_destroy_mark(mark, 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()
186 fsnotify_init_mark(&new->nfm_mark, nfsd_file_fsnotify_group); in nfsd_file_mark_find_or_create()
801 nfsd_file_fsnotify_group = fsnotify_alloc_group(&nfsd_file_fsnotify_ops, in nfsd_file_cache_init()
803 if (IS_ERR(nfsd_file_fsnotify_group)) { in nfsd_file_cache_init()
[all …]