Searched refs:init_pushpull (Results 1 – 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/jffs2/ |
D | compr_rubin.c | 47 static inline void init_pushpull(struct pushpull *pp, char *buf, in init_pushpull() function 270 init_pushpull(&rs.pp, cpage_out, *dstlen * 8, 0, 32); in rubin_do_compress() 376 init_pushpull(&rs.pp, cdata_in, srclen, 0, 0); in rubin_do_decompress()
|
/kernel/liteos_a/fs/jffs2/ |
D | jffs2.patch | 888 @@ -48,7 +45,7 @@ static inline void init_pushpull(struct 901 - init_pushpull(&rs.pp, cpage_out, *dstlen * 8, 0, 32); 902 + init_pushpull(&rs.pp, (char *)cpage_out, *dstlen * 8, 0, 32); 918 - init_pushpull(&rs.pp, cdata_in, srclen, 0, 0); 919 + init_pushpull(&rs.pp, (char *)cdata_in, srclen, 0, 0);
|