Home
last modified time | relevance | path

Searched refs:allocate_segment (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/fs/f2fs/
Dsegment.h223 void (*allocate_segment)(struct f2fs_sb_info *, int, bool); member
Dsegment.c2909 SIT_I(sbi)->s_ops->allocate_segment(sbi, type, true); in __allocate_new_segment()
2941 .allocate_segment = allocate_segment_by_default,
3267 sit_i->s_ops->allocate_segment(sbi, type, false); in f2fs_allocate_data_block()