Home
last modified time | relevance | path

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

/linux-4.19.296/fs/jffs2/
Dcompr_rtime.c88 int backoffs; in jffs2_rtime_decompress() local
94 backoffs = positions[value]; in jffs2_rtime_decompress()
98 if (backoffs + repeat >= outpos) { in jffs2_rtime_decompress()
100 cpage_out[outpos++] = cpage_out[backoffs++]; in jffs2_rtime_decompress()
104 memcpy(&cpage_out[outpos],&cpage_out[backoffs],repeat); in jffs2_rtime_decompress()
/linux-4.19.296/include/linux/ceph/
Dosd_client.h292 struct rb_root backoffs; member