Lines Matching refs:g_list
26 * each mark is hooked via the g_list. It also protects the groups private
43 * because we remove mark from g_list before dropping mark reference associated
44 * with that, any mark found through g_list is guaranteed to have
274 list_add(&mark->g_list, &destroy_list);
370 * group->mark_mutex if we found the mark through g_list.
391 list_del_init(&mark->g_list);
658 list_add(&mark->g_list, &group->marks_list);
660 fsnotify_get_mark(mark); /* for g_list */
675 list_del_init(&mark->g_list);
746 list_for_each_entry_safe(mark, lmark, &group->marks_list, g_list) {
748 list_move(&mark->g_list, &to_free);
759 mark = list_first_entry(head, struct fsnotify_mark, g_list);
838 list_for_each_entry_safe(mark, next, &private_destroy_list, g_list) {
839 list_del_init(&mark->g_list);