Home
last modified time | relevance | path

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

/linux-3.4.99/fs/notify/
Dvfsmount_mark.c41 hlist_for_each_entry_safe(mark, pos, n, &m->mnt_fsnotify_marks, m.m_list) { in fsnotify_clear_marks_by_mount()
71 hlist_for_each_entry(mark, pos, &m->mnt_fsnotify_marks, m.m_list) in fsnotify_recalc_vfsmount_mask_locked()
113 hlist_for_each_entry(mark, pos, &m->mnt_fsnotify_marks, m.m_list) { in fsnotify_find_vfsmount_mark_locked()
162 if (hlist_empty(&m->mnt_fsnotify_marks)) { in fsnotify_add_vfsmount_mark()
163 hlist_add_head_rcu(&mark->m.m_list, &m->mnt_fsnotify_marks); in fsnotify_add_vfsmount_mark()
168 hlist_for_each_entry(lmark, node, &m->mnt_fsnotify_marks, m.m_list) { in fsnotify_add_vfsmount_mark()
Dfsnotify.c238 vfsmount_node = srcu_dereference(mnt->mnt_fsnotify_marks.first, in fsnotify()
/linux-3.4.99/fs/
Dmount.h42 struct hlist_head mnt_fsnotify_marks; member
Dnamespace.c197 INIT_HLIST_HEAD(&mnt->mnt_fsnotify_marks); in alloc_vfsmnt()