Searched refs:marks_list (Results 1 - 5 of 5) sorted by relevance

/linux-master/fs/notify/
H A Dgroup.c135 INIT_LIST_HEAD(&group->marks_list);
H A Dfdinfo.c33 list_for_each_entry(mark, &group->marks_list, g_list) {
H A Dmark.c25 * group->mark_mutex protects the marks_list anchored inside a given group and
687 list_add(&mark->g_list, &group->marks_list);
759 head = &group->marks_list;
772 list_for_each_entry_safe(mark, lmark, &group->marks_list, g_list) {
/linux-master/include/linux/
H A Dfsnotify_backend.h221 struct mutex mark_mutex; /* protect marks_list */
224 struct list_head marks_list; /* all inode marks for this group */ member in struct:fsnotify_group
509 /* List of marks by group->marks_list. Also reused for queueing
/linux-master/fs/notify/fanotify/
H A Dfanotify_user.c1214 if (list_empty(&group->marks_list))
1218 list_for_each_entry(old, &group->marks_list, g_list) {

Completed in 133 milliseconds