Home
last modified time | relevance | path

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

/linux-2.6.39/fs/notify/
Dfsnotify.c228 idx = srcu_read_lock(&fsnotify_mark_srcu); in fsnotify()
233 &fsnotify_mark_srcu); in fsnotify()
238 &fsnotify_mark_srcu); in fsnotify()
240 &fsnotify_mark_srcu); in fsnotify()
247 inode_mark = hlist_entry(srcu_dereference(inode_node, &fsnotify_mark_srcu), in fsnotify()
253 vfsmount_mark = hlist_entry(srcu_dereference(vfsmount_node, &fsnotify_mark_srcu), in fsnotify()
279 &fsnotify_mark_srcu); in fsnotify()
282 &fsnotify_mark_srcu); in fsnotify()
286 srcu_read_unlock(&fsnotify_mark_srcu, idx); in fsnotify()
304 ret = init_srcu_struct(&fsnotify_mark_srcu); in fsnotify_init()
Dfsnotify.h13 extern struct srcu_struct fsnotify_mark_srcu;
Dgroup.c58 synchronize_srcu(&fsnotify_mark_srcu); in fsnotify_destroy_group()
Dmark.c100 struct srcu_struct fsnotify_mark_srcu; variable
346 synchronize_srcu(&fsnotify_mark_srcu); in fsnotify_mark_destroy()