Searched refs:outpos (Results 1 – 3 of 3) sorted by relevance
/linux/fs/jffs2/ |
A D | compr_rtime.c | 37 int outpos = 0; in jffs2_rtime_compress() local 51 cpage_out[outpos++] = data_in[pos++]; in jffs2_rtime_compress() 61 cpage_out[outpos++] = runlen; in jffs2_rtime_compress() 64 if (outpos >= pos) { in jffs2_rtime_compress() 71 *dstlen = outpos; in jffs2_rtime_compress() 81 int outpos = 0; in jffs2_rtime_decompress() local 86 while (outpos<destlen) { in jffs2_rtime_decompress() 96 positions[value]=outpos; in jffs2_rtime_decompress() 98 if (backoffs + repeat >= outpos) { in jffs2_rtime_decompress() 100 cpage_out[outpos++] = cpage_out[backoffs++]; in jffs2_rtime_decompress() [all …]
|
A D | compr_rubin.c | 266 int outpos = 0; in rubin_do_compress() local 279 if (outpos > pos) { in rubin_do_compress() 287 outpos = (pushedbits(&rs.pp)+7)/8; in rubin_do_compress() 289 if (outpos >= pos) in rubin_do_compress() 292 *dstlen = outpos; in rubin_do_compress() 373 int outpos = 0; in rubin_do_decompress() local 379 while (outpos < destlen) in rubin_do_decompress() 380 page_out[outpos++] = in_byte(&rs); in rubin_do_decompress()
|
/linux/net/ceph/crush/ |
A D | mapper.c | 454 int *out, int outpos, in crush_choose_firstn() argument 480 bucket->id, x, outpos, numrep, in crush_choose_firstn() 518 outpos); in crush_choose_firstn() 567 out2, outpos, count, in crush_choose_firstn() 581 out2[outpos] = item; in crush_choose_firstn() 625 out[outpos] = item; in crush_choose_firstn() 626 outpos++; in crush_choose_firstn() 635 return outpos; in crush_choose_firstn() 648 int *out, int outpos, in crush_choose_indep() argument 657 int endpos = outpos + left; in crush_choose_indep() [all …]
|
Completed in 6 milliseconds