Home
last modified time | relevance | path

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

/openbmc/linux/fs/ntfs3/
H A Dlznt.c38 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()