Lines Matching refs:t

379 	unsigned long t;  in __sbi_store()  local
456 ret = kstrtoul(skip_spaces(buf), 0, &t); in __sbi_store()
461 if (f2fs_build_fault_attr(sbi, 0, t)) in __sbi_store()
466 if (f2fs_build_fault_attr(sbi, t, 0)) in __sbi_store()
473 if (t > (unsigned long)(sbi->user_block_count - in __sbi_store()
480 *ui = t; in __sbi_store()
488 if (t > MAX_PLIST_NUM) in __sbi_store()
492 if (t == *ui) in __sbi_store()
494 *ui = t; in __sbi_store()
499 if (t == 0 || t > MAX_PLIST_NUM) in __sbi_store()
503 if (t == *ui) in __sbi_store()
505 *ui = t; in __sbi_store()
510 if (t == 0 || t > MAX_PLIST_NUM) in __sbi_store()
514 *ui = t; in __sbi_store()
519 if (t > 100) in __sbi_store()
521 *ui = t; in __sbi_store()
526 if (t == 0 || t > SEGS_PER_SEC(sbi)) in __sbi_store()
531 if (t == 0) { in __sbi_store()
533 } else if (t == 1) { in __sbi_store()
541 } else if (t == 2) { in __sbi_store()
543 } else if (t == 3) { in __sbi_store()
556 if (t == GC_IDLE_CB) { in __sbi_store()
558 } else if (t == GC_IDLE_GREEDY) { in __sbi_store()
560 } else if (t == GC_IDLE_AT) { in __sbi_store()
572 sbi->gc_remaining_trials = t; in __sbi_store()
580 sbi->iostat_enable = !!t; in __sbi_store()
587 if (t < MIN_IOSTAT_PERIOD_MS || t > MAX_IOSTAT_PERIOD_MS) in __sbi_store()
590 sbi->iostat_period_ms = (unsigned int)t; in __sbi_store()
599 if (t != 0) in __sbi_store()
607 if (t != 0) in __sbi_store()
614 if (t == 0 || t > 100) in __sbi_store()
616 *ui = t; in __sbi_store()
621 if (t == 0 || t > 100) in __sbi_store()
623 *ui = t; in __sbi_store()
629 if (t > 100) in __sbi_store()
631 sbi->am.candidate_ratio = t; in __sbi_store()
636 if (t > 100) in __sbi_store()
638 sbi->am.age_weight = t; in __sbi_store()
643 if (t < MAX_GC_MODE) in __sbi_store()
644 sbi->gc_segment_mode = t; in __sbi_store()
651 if (t != 0) in __sbi_store()
658 if (t >= MIN_RA_MUL && t <= MAX_RA_MUL) in __sbi_store()
659 sbi->seq_file_ra_mul = t; in __sbi_store()
666 if (t >= MIN_FRAGMENT_SIZE && t <= MAX_FRAGMENT_SIZE) in __sbi_store()
667 sbi->max_fragment_chunk = t; in __sbi_store()
674 if (t >= MIN_FRAGMENT_SIZE && t <= MAX_FRAGMENT_SIZE) in __sbi_store()
675 sbi->max_fragment_hole = t; in __sbi_store()
682 if (t != 0) in __sbi_store()
689 if (t != 0) in __sbi_store()
696 if (t != 0) in __sbi_store()
703 sbi->readdir_ra = !!t; in __sbi_store()
708 if (t == 0 || t >= sbi->warm_data_age_threshold) in __sbi_store()
710 if (t == *ui) in __sbi_store()
712 *ui = (unsigned int)t; in __sbi_store()
717 if (t <= sbi->hot_data_age_threshold) in __sbi_store()
719 if (t == *ui) in __sbi_store()
721 *ui = (unsigned int)t; in __sbi_store()
726 if (t > 100) in __sbi_store()
728 if (t == *ui) in __sbi_store()
730 *ui = (unsigned int)t; in __sbi_store()
735 if (t >= BIT(F2FS_IPU_MAX)) in __sbi_store()
737 if (t && f2fs_lfs_mode(sbi)) in __sbi_store()
739 SM_I(sbi)->ipu_policy = (unsigned int)t; in __sbi_store()
743 *ui = (unsigned int)t; in __sbi_store()