Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/nfsd/
H A Dfilecache.c75 static struct fsnotify_group *nfsd_file_fsnotify_group; variable
151 fsnotify_destroy_mark(&nfm->nfm_mark, nfsd_file_fsnotify_group); in nfsd_file_mark_put()
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()
177 fsnotify_destroy_mark(mark, 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()
187 fsnotify_init_mark(&new->nfm_mark, nfsd_file_fsnotify_group); in nfsd_file_mark_find_or_create()
761 nfsd_file_fsnotify_group = fsnotify_alloc_group(&nfsd_file_fsnotify_ops, in nfsd_file_cache_init()
763 if (IS_ERR(nfsd_file_fsnotify_group)) { in nfsd_file_cache_init()
[all...]
/kernel/linux/linux-5.10/fs/nfsd/
H A Dfilecache.c62 static struct fsnotify_group *nfsd_file_fsnotify_group; variable
112 fsnotify_destroy_mark(&nfm->nfm_mark, nfsd_file_fsnotify_group); in nfsd_file_mark_put()
126 mutex_lock(&nfsd_file_fsnotify_group->mark_mutex); in nfsd_file_mark_find_or_create()
128 nfsd_file_fsnotify_group); in nfsd_file_mark_find_or_create()
133 mutex_unlock(&nfsd_file_fsnotify_group->mark_mutex); in nfsd_file_mark_find_or_create()
139 fsnotify_destroy_mark(mark, nfsd_file_fsnotify_group); in nfsd_file_mark_find_or_create()
142 mutex_unlock(&nfsd_file_fsnotify_group->mark_mutex); in nfsd_file_mark_find_or_create()
148 fsnotify_init_mark(&new->nfm_mark, nfsd_file_fsnotify_group); in nfsd_file_mark_find_or_create()
683 nfsd_file_fsnotify_group = fsnotify_alloc_group(&nfsd_file_fsnotify_ops); in nfsd_file_cache_init()
684 if (IS_ERR(nfsd_file_fsnotify_group)) { in nfsd_file_cache_init()
[all...]

Completed in 3 milliseconds