Home
last modified time | relevance | path

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

/linux/fs/ntfs3/
H A Dlznt.c28 struct lznt { struct
48 static size_t longest_match_std(const u8 *src, struct lznt *ctx) in longest_match_std() argument
89 static size_t longest_match_best(const u8 *src, struct lznt *ctx) in longest_match_best()
138 static inline int compress_chunk(size_t (*match)(const u8 *, struct lznt *), in compress_chunk() argument
141 struct lznt *ctx) in compress_chunk()
300 struct lznt *get_lznt_ctx(int level) in get_lznt_ctx()
302 struct lznt *r = kzalloc(level ? offsetof(struct lznt, hash) : in get_lznt_ctx()
303 sizeof(struct lznt), in get_lznt_ctx()
319 size_t cmpr_size, struct lznt *ctx) in compress_lznt()
322 size_t (*match)(const u8 *src, struct lznt *ctx); in compress_lznt()