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
341 list_add(&mark->g_list, &destroy_list);
437 * group->mark_mutex if we found the mark through g_list.
456 list_del_init(&mark->g_list);
722 list_add(&mark->g_list, &group->marks_list);
723 fsnotify_get_mark(mark); /* for g_list */
737 list_del_init(&mark->g_list);
808 list_for_each_entry_safe(mark, lmark, &group->marks_list, g_list) {
810 list_move(&mark->g_list, &to_free);
821 mark = list_first_entry(head, struct fsnotify_mark, g_list);
900 list_for_each_entry_safe(mark, next, &private_destroy_list, g_list) {
901 list_del_init(&mark->g_list);