Searched refs:f2fs_allocate_new_section (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/fs/f2fs/ |
H A D | segment.c | 3101 void f2fs_allocate_new_section(struct f2fs_sb_info *sbi, int type, bool force) in f2fs_allocate_new_section() function 5032 f2fs_allocate_new_section(sbi, type, true); in fix_curseg_write_pointer()
|
H A D | data.c | 3921 f2fs_allocate_new_section(sbi, CURSEG_COLD_DATA_PINNED, false); in f2fs_migrate_blocks()
|
H A D | f2fs.h | 3695 void f2fs_allocate_new_section(struct f2fs_sb_info *sbi, int type, bool force);
|
H A D | file.c | 1730 f2fs_allocate_new_section(sbi, CURSEG_COLD_DATA_PINNED, false); in f2fs_expand_inode_data()
|
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | f2fs.h | 3382 void f2fs_allocate_new_section(struct f2fs_sb_info *sbi, int type);
|
H A D | segment.c | 3107 void f2fs_allocate_new_section(struct f2fs_sb_info *sbi, int type) in f2fs_allocate_new_section() function
|
H A D | file.c | 1669 f2fs_allocate_new_section(sbi, CURSEG_COLD_DATA_PINNED); in expand_inode_data()
|
Completed in 45 milliseconds