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.c489 __u16 best; in xchk_directory_leaf1_bestfree() local
554 best = be16_to_cpu(*bestp); in xchk_directory_leaf1_bestfree()
555 if (best == NULLDATAOFF) in xchk_directory_leaf1_bestfree()
562 xchk_directory_check_freesp(sc, lblk, dbp, best); in xchk_directory_leaf1_bestfree()
582 __u16 best; in xchk_directory_free_bestfree() local
604 best = be16_to_cpu(*bestp); in xchk_directory_free_bestfree()
605 if (best == NULLDATAOFF) { in xchk_directory_free_bestfree()
615 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()
1384 u16 curr, best; in ocfs2_find_victim_chain() local
1388 best = curr = 0; in ocfs2_find_victim_chain()
1391 le32_to_cpu(cl->cl_recs[best].c_free)) in ocfs2_find_victim_chain()
1392 best = curr; in ocfs2_find_victim_chain()
1396 BUG_ON(best >= le16_to_cpu(cl->cl_next_free_rec)); in ocfs2_find_victim_chain()
[all …]
/fs/ext4/
DKconfig57 table readahead, the best performance gains require enabling ext4
/fs/
DKconfig111 To the best of my knowledge this is dead code that no one cares about.