Searched refs:f2fs_allocate_new_section (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/fs/f2fs/ |
D | segment.c | 2927 void f2fs_allocate_new_section(struct f2fs_sb_info *sbi, int type, bool force) in f2fs_allocate_new_section() function 4817 f2fs_allocate_new_section(sbi, type, true); in fix_curseg_write_pointer()
|
D | data.c | 3815 f2fs_allocate_new_section(sbi, CURSEG_COLD_DATA_PINNED, false); in f2fs_migrate_blocks()
|
D | f2fs.h | 3661 void f2fs_allocate_new_section(struct f2fs_sb_info *sbi, int type, bool force);
|
D | file.c | 1743 f2fs_allocate_new_section(sbi, CURSEG_COLD_DATA_PINNED, false); in expand_inode_data()
|