Lines Matching full:marks
18 * Clear all of the marks on an inode when it is being evicted from core
259 /* Check interest of this mark in case event was sent with two marks */ in fsnotify_handle_inode_event()
298 * Some events can be sent on both parent dir and child marks in fsnotify_handle_event()
333 mark = iter_info->marks[type]; in send_to_group()
343 mark = iter_info->marks[type]; in send_to_group()
392 * iter_info is a multi head priority queue of marks.
393 * Pick a subset of marks from queue heads, all with the
406 mark = iter_info->marks[type]; in fsnotify_iter_select_report_types()
415 /* Set the report mask for marks from same group as max prio group */ in fsnotify_iter_select_report_types()
418 mark = iter_info->marks[type]; in fsnotify_iter_select_report_types()
428 * Pop from iter_info multi head queue, the marks that were iterated in the
437 iter_info->marks[type] = in fsnotify_iter_next()
438 fsnotify_next_mark(iter_info->marks[type]); in fsnotify_iter_next()
512 * otherwise return if none of the marks care about this type of event. in fsnotify()
520 iter_info.marks[FSNOTIFY_OBJ_TYPE_SB] = in fsnotify()
523 iter_info.marks[FSNOTIFY_OBJ_TYPE_VFSMOUNT] = in fsnotify()
527 iter_info.marks[FSNOTIFY_OBJ_TYPE_INODE] = in fsnotify()
531 iter_info.marks[FSNOTIFY_OBJ_TYPE_PARENT] = in fsnotify()