Searched defs:best (Results 1 - 2 of 2) sorted by relevance

/fs/jffs2/
H A Dcompr.c35 struct jffs2_compressor *best, uint32_t size, uint32_t bestsize)
45 if ((best->compr != JFFS2_COMPR_LZO) && (bestsize > size))
154 struct jffs2_compressor *this, *best=NULL; local
210 if (((!best_dlen) || jffs2_is_best_compression(this, best, *cdatalen, best_dlen))
214 best = this;
221 output_buf = best->compr_buf;
222 best->compr_buf = NULL;
223 best->compr_buf_size = 0;
224 best->stat_compr_blocks++;
225 best
34 jffs2_is_best_compression(struct jffs2_compressor *this, struct jffs2_compressor *best, uint32_t size, uint32_t bestsize) argument
[all...]
/fs/ocfs2/
H A Dsuballoc.c438 u16 curr, best; local
440 best = curr = 0;
442 if (le32_to_cpu(cl->cl_recs[best].c_total) >
444 best = curr;
447 return best;
1392 u16 curr, best; local
1396 best = curr = 0;
1399 le32_to_cpu(cl->cl_recs[best].c_free))
1400 best = curr;
1404 BUG_ON(best >
[all...]

Completed in 43 milliseconds