Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jffs2/
Dcompr_rtime.c46 int backpos, runlen=0; in jffs2_rtime_compress() local
57 (data_in[pos]==data_in[backpos++]) && (runlen<255)) { in jffs2_rtime_compress()
59 runlen++; in jffs2_rtime_compress()
61 cpage_out[outpos++] = runlen; in jffs2_rtime_compress()