Searched refs:lmark (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/fs/notify/ |
D | mark.c | 212 struct fsnotify_mark *mark, *lmark; in fsnotify_destroy_marks() local 215 list_for_each_entry_safe(mark, lmark, to_free, free_list) { in fsnotify_destroy_marks() 284 struct fsnotify_mark *lmark, *last = NULL; in fsnotify_add_mark_list() local 294 hlist_for_each_entry(lmark, head, obj_list) { in fsnotify_add_mark_list() 295 last = lmark; in fsnotify_add_mark_list() 297 if ((lmark->group == mark->group) && !allow_dups) in fsnotify_add_mark_list() 300 cmp = fsnotify_compare_groups(lmark->group, mark->group); in fsnotify_add_mark_list() 302 hlist_add_before_rcu(&mark->obj_list, &lmark->obj_list); in fsnotify_add_mark_list() 414 struct fsnotify_mark *lmark, *mark; in fsnotify_clear_marks_by_group_flags() local 427 list_for_each_entry_safe(mark, lmark, &group->marks_list, g_list) { in fsnotify_clear_marks_by_group_flags()
|