Searched refs:new_curseg (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/fs/f2fs/ |
| D | segment.c | 2497 static void new_curseg(struct f2fs_sb_info *sbi, int type, bool new_sec) in new_curseg() function 2645 new_curseg(sbi, type, true); in allocate_segment_by_default() 2648 new_curseg(sbi, type, false); in allocate_segment_by_default() 2651 new_curseg(sbi, type, false); in allocate_segment_by_default() 2655 new_curseg(sbi, type, false); in allocate_segment_by_default() 2677 new_curseg(sbi, type, true); in allocate_segment_for_resize()
|