Searched refs:best (Results 1 – 5 of 5) sorted by relevance
/fs/jffs2/ |
D | compr.c | 35 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/ |
D | dir.c | 509 __u16 best; in xchk_directory_leaf1_bestfree() local 574 best = be16_to_cpu(*bestp); in xchk_directory_leaf1_bestfree() 584 if (best != NULLDATAOFF) { in xchk_directory_leaf1_bestfree() 592 if (best == NULLDATAOFF) in xchk_directory_leaf1_bestfree() 595 xchk_directory_check_freesp(sc, lblk, dbp, best); in xchk_directory_leaf1_bestfree() 615 __u16 best; in xchk_directory_free_bestfree() local 636 best = be16_to_cpu(freehdr.bests[i]); in xchk_directory_free_bestfree() 637 if (best == NULLDATAOFF) { in xchk_directory_free_bestfree() 647 xchk_directory_check_freesp(sc, lblk, dbp, best); in xchk_directory_free_bestfree()
|
/fs/reiserfs/ |
D | README | 40 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/ |
D | suballoc.c | 404 u16 curr, best; in ocfs2_find_smallest_chain() local 406 best = curr = 0; in ocfs2_find_smallest_chain() 408 if (le32_to_cpu(cl->cl_recs[best].c_total) > in ocfs2_find_smallest_chain() 410 best = curr; in ocfs2_find_smallest_chain() 413 return best; in ocfs2_find_smallest_chain() 1385 u16 curr, best; in ocfs2_find_victim_chain() local 1389 best = curr = 0; in ocfs2_find_victim_chain() 1392 le32_to_cpu(cl->cl_recs[best].c_free)) in ocfs2_find_victim_chain() 1393 best = curr; in ocfs2_find_victim_chain() 1397 BUG_ON(best >= le16_to_cpu(cl->cl_next_free_rec)); in ocfs2_find_victim_chain() [all …]
|
/fs/ext4/ |
D | Kconfig | 51 table readahead, the best performance gains require enabling ext4
|