Home
last modified time | relevance | path

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

/openbmc/linux/fs/ntfs3/
H A Dlznt.c28 struct lznt { struct
35 struct lznt_hash hash[LZNT_CHUNK_SIZE]; argument
48 static size_t longest_match_std(const u8 *src, struct lznt *ctx) in longest_match_std() argument
138 static inline int compress_chunk(size_t (*match)(const u8 *, struct lznt *), in compress_chunk()
H A Dfrecord.c2820 struct lznt *lznt; in ni_write_frame() local
H A Dntfs_fs.h309 struct lznt *lznt; member