Searched refs:tomoyo_number_matches_group (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | group.c | 148 * tomoyo_number_matches_group - Check whether the given number matches members of the given number group. 158 bool tomoyo_number_matches_group(const unsigned long min, in tomoyo_number_matches_group() function
|
H A D | common.h | 941 bool tomoyo_number_matches_group(const unsigned long min,
|
H A D | file.c | 116 return tomoyo_number_matches_group(value, value, ptr->group); in tomoyo_compare_number_union()
|
H A D | condition.c | 1073 if (tomoyo_number_matches_group(min_v[0], in tomoyo_condition()
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | group.c | 148 * tomoyo_number_matches_group - Check whether the given number matches members of the given number group. 158 bool tomoyo_number_matches_group(const unsigned long min, in tomoyo_number_matches_group() function
|
H A D | file.c | 116 return tomoyo_number_matches_group(value, value, ptr->group); in tomoyo_compare_number_union()
|
H A D | condition.c | 1073 if (tomoyo_number_matches_group(min_v[0], in tomoyo_condition()
|
H A D | common.h | 941 bool tomoyo_number_matches_group(const unsigned long min,
|
Completed in 11 milliseconds