Home
last modified time | relevance | path

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

/linux-4.1.27/fs/notify/
Dfsnotify.c217 idx = srcu_read_lock(&fsnotify_mark_srcu); in fsnotify()
222 &fsnotify_mark_srcu); in fsnotify()
227 &fsnotify_mark_srcu); in fsnotify()
229 &fsnotify_mark_srcu); in fsnotify()
244 inode_mark = hlist_entry(srcu_dereference(inode_node, &fsnotify_mark_srcu), in fsnotify()
250 vfsmount_mark = hlist_entry(srcu_dereference(vfsmount_node, &fsnotify_mark_srcu), in fsnotify()
274 &fsnotify_mark_srcu); in fsnotify()
277 &fsnotify_mark_srcu); in fsnotify()
281 srcu_read_unlock(&fsnotify_mark_srcu, idx); in fsnotify()
293 ret = init_srcu_struct(&fsnotify_mark_srcu); in fsnotify_init()
Dfsnotify.h13 extern struct srcu_struct fsnotify_mark_srcu;
Dgroup.c53 synchronize_srcu(&fsnotify_mark_srcu); in fsnotify_destroy_group()
Dmark.c94 struct srcu_struct fsnotify_mark_srcu; variable
490 synchronize_srcu(&fsnotify_mark_srcu); in fsnotify_mark_destroy()