Home
last modified time | relevance | path

Searched refs:fsnotify_compare_groups (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/fs/notify/
Dfsnotify.h37 extern int fsnotify_compare_groups(struct fsnotify_group *a,
Dfsnotify.c274 fsnotify_compare_groups(max_prio_group, mark->group) > 0) in fsnotify_iter_select_report_types()
286 fsnotify_compare_groups(max_prio_group, mark->group) == 0) in fsnotify_iter_select_report_types()
Dmark.c455 int fsnotify_compare_groups(struct fsnotify_group *a, struct fsnotify_group *b) in fsnotify_compare_groups() function
608 cmp = fsnotify_compare_groups(lmark->group, mark->group); in fsnotify_add_mark_list()