Searched refs:lmark (Results 1 – 2 of 2) sorted by relevance
551 struct fsnotify_mark *lmark, *last = NULL; in fsnotify_add_mark_list() local602 hlist_for_each_entry(lmark, &conn->list, obj_list) { in fsnotify_add_mark_list()603 last = lmark; in fsnotify_add_mark_list()605 if ((lmark->group == mark->group) && in fsnotify_add_mark_list()606 (lmark->flags & FSNOTIFY_MARK_FLAG_ATTACHED) && in fsnotify_add_mark_list()612 cmp = fsnotify_compare_groups(lmark->group, mark->group); in fsnotify_add_mark_list()614 hlist_add_before_rcu(&mark->obj_list, &lmark->obj_list); in fsnotify_add_mark_list()727 struct fsnotify_mark *lmark, *mark; in fsnotify_clear_marks_by_group() local746 list_for_each_entry_safe(mark, lmark, &group->marks_list, g_list) { in fsnotify_clear_marks_by_group()
5265 R: Liam Mark <lmark@codeaurora.org>