Home
last modified time | relevance | path

Searched refs:lmark (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/notify/
H A Dmark.c640 struct fsnotify_mark *lmark, *last = NULL; in fsnotify_add_mark_list() local
692 hlist_for_each_entry(lmark, &conn->list, obj_list) { in fsnotify_add_mark_list()
693 last = lmark; in fsnotify_add_mark_list()
695 if ((lmark->group == mark->group) && in fsnotify_add_mark_list()
696 (lmark->flags & FSNOTIFY_MARK_FLAG_ATTACHED) && in fsnotify_add_mark_list()
702 cmp = fsnotify_compare_groups(lmark->group, mark->group); in fsnotify_add_mark_list()
704 hlist_add_before_rcu(&mark->obj_list, &lmark->obj_list); in fsnotify_add_mark_list()
815 struct fsnotify_mark *lmark, *mark; in fsnotify_clear_marks_by_group() local
834 list_for_each_entry_safe(mark, lmark, &group->marks_list, g_list) { in fsnotify_clear_marks_by_group()
/openbmc/linux/
H A D.mailmap337 Liam Mark <quic_lmark@quicinc.com> <lmark@codeaurora.org>