Lines Matching refs:type
197 int type; in send_to_group() local
204 fsnotify_foreach_obj_type(type) { in send_to_group()
205 if (!fsnotify_iter_should_report_type(iter_info, type)) in send_to_group()
207 mark = iter_info->marks[type]; in send_to_group()
214 fsnotify_foreach_obj_type(type) { in send_to_group()
215 if (!fsnotify_iter_should_report_type(iter_info, type)) in send_to_group()
217 mark = iter_info->marks[type]; in send_to_group()
272 int type; in fsnotify_iter_select_report_types() local
275 fsnotify_foreach_obj_type(type) { in fsnotify_iter_select_report_types()
276 mark = iter_info->marks[type]; in fsnotify_iter_select_report_types()
287 fsnotify_foreach_obj_type(type) { in fsnotify_iter_select_report_types()
288 mark = iter_info->marks[type]; in fsnotify_iter_select_report_types()
291 fsnotify_iter_set_report_type(iter_info, type); in fsnotify_iter_select_report_types()
303 int type; in fsnotify_iter_next() local
305 fsnotify_foreach_obj_type(type) { in fsnotify_iter_next()
306 if (fsnotify_iter_should_report_type(iter_info, type)) in fsnotify_iter_next()
307 iter_info->marks[type] = in fsnotify_iter_next()
308 fsnotify_next_mark(iter_info->marks[type]); in fsnotify_iter_next()