Home
last modified time | relevance | path

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

/fs/jffs2/
Dcompr.c35 struct jffs2_compressor *best, uint32_t size, uint32_t bestsize) in jffs2_is_best_compression() argument
45 if ((best->compr != JFFS2_COMPR_LZO) && (bestsize > size)) in jffs2_is_best_compression()
154 struct jffs2_compressor *this, *best=NULL; in jffs2_compress() local
210 if (((!best_dlen) || jffs2_is_best_compression(this, best, *cdatalen, best_dlen)) in jffs2_compress()
214 best = this; in jffs2_compress()
221 output_buf = best->compr_buf; in jffs2_compress()
222 best->compr_buf = NULL; in jffs2_compress()
223 best->compr_buf_size = 0; in jffs2_compress()
224 best->stat_compr_blocks++; in jffs2_compress()
225 best->stat_compr_orig_size += best_slen; in jffs2_compress()
[all …]
/fs/xfs/scrub/
Ddir.c495 __u16 best; in xchk_directory_leaf1_bestfree() local
560 best = be16_to_cpu(*bestp); in xchk_directory_leaf1_bestfree()
570 if (best != NULLDATAOFF) { in xchk_directory_leaf1_bestfree()
578 if (best == NULLDATAOFF) in xchk_directory_leaf1_bestfree()
581 xchk_directory_check_freesp(sc, lblk, dbp, best); in xchk_directory_leaf1_bestfree()
601 __u16 best; in xchk_directory_free_bestfree() local
622 best = be16_to_cpu(freehdr.bests[i]); in xchk_directory_free_bestfree()
623 if (best == NULLDATAOFF) { in xchk_directory_free_bestfree()
633 xchk_directory_check_freesp(sc, lblk, dbp, best); in xchk_directory_free_bestfree()
/fs/reiserfs/
DREADME40 fair, ask. (Last I spoke with him Richard was contemplating how best
71 vendors. Select from the best in the world, not the best in your
89 writing the cleanest code. He always made the effort to be the best he
90 could be, and to make his code the best that it could be. What resulted
/fs/ocfs2/
Dsuballoc.c406 u16 curr, best; in ocfs2_find_smallest_chain() local
408 best = curr = 0; in ocfs2_find_smallest_chain()
410 if (le32_to_cpu(cl->cl_recs[best].c_total) > in ocfs2_find_smallest_chain()
412 best = curr; in ocfs2_find_smallest_chain()
415 return best; in ocfs2_find_smallest_chain()
1387 u16 curr, best; in ocfs2_find_victim_chain() local
1391 best = curr = 0; in ocfs2_find_victim_chain()
1394 le32_to_cpu(cl->cl_recs[best].c_free)) in ocfs2_find_victim_chain()
1395 best = curr; in ocfs2_find_victim_chain()
1399 BUG_ON(best >= le16_to_cpu(cl->cl_next_free_rec)); in ocfs2_find_victim_chain()
[all …]
/fs/ext4/
DKconfig51 table readahead, the best performance gains require enabling ext4
/fs/
DKconfig112 To the best of my knowledge this is dead code that no one cares about.