Lines Matching full:marks
18 * Clear all of the marks on an inode when it is being evicted from core
99 /* Were any marks ever added to any object on this sb? */ in fsnotify_sb_delete()
317 /* Check interest of this mark in case event was sent with two marks */ in fsnotify_handle_inode_event()
360 * Some events can be sent on both parent dir and child marks (e.g. in fsnotify_handle_event()
404 /* Are any of the group marks interested in this event? */ in send_to_group()
452 * iter_info is a multi head priority queue of marks.
453 * Pick a subset of marks from queue heads, all with the same group
454 * and set the report_mask to a subset of the selected marks.
466 mark = iter_info->marks[type]; in fsnotify_iter_select_report_types()
475 /* Set the report mask for marks from same group as max prio group */ in fsnotify_iter_select_report_types()
479 mark = iter_info->marks[type]; in fsnotify_iter_select_report_types()
500 * Pop from iter_info multi head queue, the marks that belong to the group of
514 mark = iter_info->marks[type]; in fsnotify_iter_next()
516 iter_info->marks[type] = in fsnotify_iter_next()
517 fsnotify_next_mark(iter_info->marks[type]); in fsnotify_iter_next()
606 * Otherwise, return if none of the marks care about this type of event. in fsnotify()
615 iter_info.marks[FSNOTIFY_ITER_TYPE_SB] = in fsnotify()
619 iter_info.marks[FSNOTIFY_ITER_TYPE_VFSMOUNT] = in fsnotify()
623 iter_info.marks[FSNOTIFY_ITER_TYPE_INODE] = in fsnotify()
627 iter_info.marks[inode2_type] = in fsnotify()
631 iter_info.marks[FSNOTIFY_ITER_TYPE_MNTNS] = in fsnotify()