Searched refs:allocate_segment (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/f2fs/ |
H A D | segment.h | 249 void (*allocate_segment)(struct f2fs_sb_info *, int, bool, int); member
|
H A D | segment.c | 3098 SIT_I(sbi)->s_ops->allocate_segment(sbi, type, true, SEQ_NONE); in __allocate_new_segment() 3129 .allocate_segment = allocate_segment_by_default, 3572 sit_i->s_ops->allocate_segment(sbi, type, false, contig); in f2fs_allocate_data_block()
|
Completed in 9 milliseconds