Searched refs:find_rule (Results 1 – 3 of 3) sorted by relevance
| /linux/scripts/gendwarfksyms/ |
| H A D | kabi.c | 259 static struct rule *find_rule(enum kabi_rule_type type, const char *target) in find_rule() function 289 rule = find_rule(type, target); in find_enumerator_rule() 297 return !!find_rule(KABI_RULE_TYPE_DECLONLY, fqn); in kabi_is_declonly() 339 rule = find_rule(KABI_RULE_TYPE_BYTE_SIZE, fqn); in kabi_get_byte_size() 352 rule = find_rule(KABI_RULE_TYPE_TYPE_STRING, type); in kabi_get_type_string()
|
| /linux/security/landlock/ |
| H A D | fs.c | 364 find_rule(const struct landlock_ruleset *const domain, in find_rule() function 815 find_rule(domain, dentry_child1), in is_access_to_paths_allowed() 825 find_rule(domain, dentry_child2), in is_access_to_paths_allowed() 883 rule = find_rule(domain, walker_path.dentry); in is_access_to_paths_allowed() 1076 if (landlock_unmask_layers(find_rule(domain, dir), access_dom, in collect_domain_accesses()
|
| /linux/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_npc_fs.c | 1276 goto find_rule; in npc_install_flow() 1297 find_rule: in npc_install_flow()
|