Home
last modified time | relevance | path

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

/linux-4.4.14/fs/notify/
Dfsnotify.c226 idx = srcu_read_lock(&fsnotify_mark_srcu); in fsnotify()
231 &fsnotify_mark_srcu); in fsnotify()
236 &fsnotify_mark_srcu); in fsnotify()
238 &fsnotify_mark_srcu); in fsnotify()
253 inode_mark = hlist_entry(srcu_dereference(inode_node, &fsnotify_mark_srcu), in fsnotify()
259 vfsmount_mark = hlist_entry(srcu_dereference(vfsmount_node, &fsnotify_mark_srcu), in fsnotify()
283 &fsnotify_mark_srcu); in fsnotify()
286 &fsnotify_mark_srcu); in fsnotify()
290 srcu_read_unlock(&fsnotify_mark_srcu, idx); in fsnotify()
302 ret = init_srcu_struct(&fsnotify_mark_srcu); in fsnotify_init()
Dfsnotify.h15 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
507 synchronize_srcu(&fsnotify_mark_srcu); in fsnotify_mark_destroy()