Searched refs:first_mark (Results 1 – 1 of 1) sorted by relevance
166 struct fsnotify_mark *first_mark = NULL; in fsnotify_update_sb_watchers() local170 first_mark = hlist_entry_safe(conn->list.first, in fsnotify_update_sb_watchers()172 if (first_mark) in fsnotify_update_sb_watchers()173 highest_prio = first_mark->group->priority; in fsnotify_update_sb_watchers()190 if (first_mark && !is_watched) { in fsnotify_update_sb_watchers()193 } else if (!first_mark && is_watched) { in fsnotify_update_sb_watchers()
Completed in 3 milliseconds