Home
last modified time | relevance | path

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

/openbmc/linux/fs/notify/
H A Dgroup.c135 INIT_LIST_HEAD(&group->marks_list); in __fsnotify_alloc_group()
H A Dmark.c748 list_add(&mark->g_list, &group->marks_list); in fsnotify_add_mark_locked()
821 head = &group->marks_list; in fsnotify_clear_marks_by_group()
834 list_for_each_entry_safe(mark, lmark, &group->marks_list, g_list) { in fsnotify_clear_marks_by_group()
H A Dfdinfo.c33 list_for_each_entry(mark, &group->marks_list, g_list) { in show_fdinfo()
/openbmc/linux/include/linux/
H A Dfsnotify_backend.h224 struct list_head marks_list; /* all inode marks for this group */ member