Searched refs:allocate_section_hint (Results 1 – 6 of 6) sorted by relevance
930 What: /sys/fs/f2fs/<disk>/allocate_section_hint942 A value of 1 prioritizes writing to devices before the allocate_section_hint. A value of 2943 prioritizes writing to devices after the allocate_section_hint. The default is 0.948 allocate_section_policy = 1 Prioritize writing to section before allocate_section_hint949 allocate_section_policy = 2 Prioritize writing to section after allocate_section_hint
958 sbi->allocate_section_hint = t; in __sbi_store()1276 F2FS_SBI_GENERAL_RW_ATTR(allocate_section_hint);1530 ATTR_LIST(allocate_section_hint),
2329 if (sbi->allocate_section_hint > MAIN_SECS(sbi)) in update_fs_metadata()2330 sbi->allocate_section_hint = MAIN_SECS(sbi); in update_fs_metadata()2338 sbi->allocate_section_hint = FDEV(0).total_segments / in update_fs_metadata()
4393 sbi->allocate_section_hint = le32_to_cpu(raw_super->section_count); in init_sb_info()4934 sbi->allocate_section_hint = FDEV(i).total_segments / in f2fs_scan_devices()
2010 unsigned int allocate_section_hint; /* the boundary position between devices */ member
2879 unsigned int alloc_hint = sbi->allocate_section_hint; in get_new_segment()