Home
last modified time | relevance | path

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

/openbmc/linux/fs/f2fs/
H A Dsegment.h976 static inline unsigned int first_zoned_segno(struct f2fs_sb_info *sbi) in first_zoned_segno() function
H A Dsegment.c2684 segno = pinning ? 0 : max(first_zoned_segno(sbi), *newseg); in get_new_segment()