Searched refs:get_match_len (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/fs/ntfs3/ |
D | lznt.c | 38 static inline size_t get_match_len(const u8 *ptr, const u8 *end, const u8 *prev, in get_match_len() function 64 len1 += get_match_len(src + 3, ctx->unc_end, in longest_match_std() 72 len2 += get_match_len(src + 3, ctx->unc_end, in longest_match_std() 100 get_match_len(src, ctx->unc_end, ptr, ctx->max_len); in longest_match_best()
|