Searched refs:lmark (Results 1 – 2 of 2) sorted by relevance
614 struct fsnotify_mark *lmark, *last = NULL; in fsnotify_add_mark_list() local666 hlist_for_each_entry(lmark, &conn->list, obj_list) { in fsnotify_add_mark_list()667 last = lmark; in fsnotify_add_mark_list()669 if ((lmark->group == mark->group) && in fsnotify_add_mark_list()670 (lmark->flags & FSNOTIFY_MARK_FLAG_ATTACHED) && in fsnotify_add_mark_list()676 cmp = fsnotify_compare_groups(lmark->group, mark->group); in fsnotify_add_mark_list()678 hlist_add_before_rcu(&mark->obj_list, &lmark->obj_list); in fsnotify_add_mark_list()789 struct fsnotify_mark *lmark, *mark; in fsnotify_clear_marks_by_group() local808 list_for_each_entry_safe(mark, lmark, &group->marks_list, g_list) { in fsnotify_clear_marks_by_group()
6074 R: Liam Mark <lmark@codeaurora.org>