Searched refs:first_mark (Results 1 – 1 of 1) sorted by relevance
176 struct fsnotify_mark *first_mark = NULL; in fsnotify_update_sb_watchers() local180 first_mark = hlist_entry_safe(conn->list.first, in fsnotify_update_sb_watchers()182 if (first_mark) in fsnotify_update_sb_watchers()183 highest_prio = first_mark->group->priority; in fsnotify_update_sb_watchers()200 if (first_mark && !is_watched) { in fsnotify_update_sb_watchers()203 } else if (!first_mark && is_watched) { in fsnotify_update_sb_watchers()
Completed in 5 milliseconds