Home
last modified time | relevance | path

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

/Linux-v6.6/fs/ntfs3/
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()
Dfrecord.c2751 struct lznt *lznt; in ni_write_frame() local
Dntfs_fs.h307 struct lznt *lznt; member