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

/linux-master/fs/ntfs3/
H A Dlznt.c38 static inline size_t get_match_len(const u8 *ptr, const u8 *end, const u8 *prev, function
64 len1 += get_match_len(src + 3, ctx->unc_end,
72 len2 += get_match_len(src + 3, ctx->unc_end,
100 get_match_len(src, ctx->unc_end, ptr, ctx->max_len);

Completed in 135 milliseconds