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

/linux-master/fs/notify/
H A Dgroup.c28 mutex_destroy(&group->mark_mutex);
134 mutex_init(&group->mark_mutex);
144 * inode marks, because with evictable marks, mark_mutex is NOT
148 lockdep_set_class(&group->mark_mutex, &nofs_marks_lock);
/linux-master/include/linux/
H A Dfsnotify_backend.h218 unsigned int owner_flags; /* stored flags of mark_mutex owner */
221 struct mutex mark_mutex; /* protect marks_list */ member in struct:fsnotify_group
266 mutex_lock(&group->mark_mutex);
275 mutex_unlock(&group->mark_mutex);
280 WARN_ON_ONCE(!mutex_is_locked(&group->mark_mutex));
501 /* Mask this mark is for [mark->lock, group->mark_mutex] */
511 * before it can be freed. [group->mark_mutex] */
519 /* Events types and flags to ignore [mark->lock, group->mark_mutex] */

Completed in 225 milliseconds