f2fs_allocate_new_section
int f2fs_allocate_new_section(struct f2fs_sb_info *sbi, int type, bool force);
err = f2fs_allocate_new_section(sbi, CURSEG_COLD_DATA_PINNED, false);
f2fs_allocate_new_section(sbi, type, true);