Searched refs:match_pattern (Results 1 – 5 of 5) sorted by relevance
| /linux/fs/smb/server/ |
| H A D | misc.h | 14 int match_pattern(const char *str, size_t len, const char *pattern);
|
| H A D | smb_common.c | 457 if (!match_pattern(d_info->name, d_info->name_len, in ksmbd_populate_dot_dotdot_entries()
|
| H A D | smb2pdu.c | 4302 if (!match_pattern(name, namlen, priv->search_pattern)) in __query_dir()
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | ctx_rewrite.c | 490 static bool match_pattern(struct btf *btf, char *pattern, char *text, char *reg_map[][2]) in match_pattern() function 695 ASSERT_TRUE(match_pattern(btf, pattern, text, reg_map), in match_program()
|
| /linux/tools/testing/selftests/tc-testing/ |
| H A D | tdc.py | 447 match_pattern = re.compile( 449 match_index = re.findall(match_pattern, procout)
|