Home
last modified time | relevance | path

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

/linux/Documentation/ABI/testing/
H A Dsysfs-fs-f2fs930 What: /sys/fs/f2fs/<disk>/allocate_section_hint
942 A value of 1 prioritizes writing to devices before the allocate_section_hint. A value of 2
943 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_hint
949 allocate_section_policy = 2 Prioritize writing to section after allocate_section_hint
/linux/fs/f2fs/
H A Dsysfs.c958 sbi->allocate_section_hint = t; in __sbi_store()
1276 F2FS_SBI_GENERAL_RW_ATTR(allocate_section_hint);
1530 ATTR_LIST(allocate_section_hint),
H A Dgc.c2329 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()
H A Dsuper.c4393 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()
H A Df2fs.h2010 unsigned int allocate_section_hint; /* the boundary position between devices */ member
H A Dsegment.c2879 unsigned int alloc_hint = sbi->allocate_section_hint; in get_new_segment()