Searched refs:lmark (Results 1 – 2 of 2) sorted by relevance
578 struct fsnotify_mark *lmark, *last = NULL; in fsnotify_add_mark_list() local629 hlist_for_each_entry(lmark, &conn->list, obj_list) { in fsnotify_add_mark_list()630 last = lmark; in fsnotify_add_mark_list()632 if ((lmark->group == mark->group) && in fsnotify_add_mark_list()633 (lmark->flags & FSNOTIFY_MARK_FLAG_ATTACHED) && in fsnotify_add_mark_list()639 cmp = fsnotify_compare_groups(lmark->group, mark->group); in fsnotify_add_mark_list()641 hlist_add_before_rcu(&mark->obj_list, &lmark->obj_list); in fsnotify_add_mark_list()752 struct fsnotify_mark *lmark, *mark; in fsnotify_clear_marks_by_group() local771 list_for_each_entry_safe(mark, lmark, &group->marks_list, g_list) { in fsnotify_clear_marks_by_group()
5623 R: Liam Mark <lmark@codeaurora.org>