Home
last modified time | relevance | path

Searched refs:GET_SEG_FROM_SEC (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/fs/f2fs/
H A Dsegment.h107 #define GET_SEG_FROM_SEC(sbi, secno) \ macro
350 unsigned int start_segno = GET_SEG_FROM_SEC(sbi, secno); in get_ckpt_valid_blocks()
430 unsigned int start_segno = GET_SEG_FROM_SEC(sbi, secno); in __set_free()
464 unsigned int start_segno = GET_SEG_FROM_SEC(sbi, secno); in __set_test_and_free()
H A Dsegment.c2228 start_segno = GET_SEG_FROM_SEC(sbi, secno); in f2fs_clear_prefree_segments()
2765 GET_SEG_FROM_SEC(sbi, hint + 1), *newseg + 1); in get_new_segment()
2766 if (segno < GET_SEG_FROM_SEC(sbi, hint + 1)) in get_new_segment()
2814 segno = GET_SEG_FROM_SEC(sbi, secno); in get_new_segment()
2898 GET_SEG_FROM_SEC(sbi, hint + 1) - 1); in __get_next_segno()
5327 cs_zone_block = START_BLOCK(sbi, GET_SEG_FROM_SEC(sbi, cs_section)); in do_fix_curseg_write_pointer()
5368 cs->segno != GET_SEG_FROM_SEC(sbi, GET_ZONE_FROM_SEC(sbi, cs_section))) { in do_fix_curseg_write_pointer()
5384 cs_zone_block = START_BLOCK(sbi, GET_SEG_FROM_SEC(sbi, cs_section)); in do_fix_curseg_write_pointer()
5502 sec_start_blkaddr = START_BLOCK(sbi, GET_SEG_FROM_SEC(sbi, secno)); in f2fs_usable_zone_blks_in_seg()
5558 start = GET_SEG_FROM_SEC(sbi, secno); in f2fs_get_section_mtime()
H A Dgc.c358 return GET_SEG_FROM_SEC(sbi, secno); in check_bg_victims()