Home
last modified time | relevance | path

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

/fs/f2fs/
A Dsegment.h81 #define GET_SEG_FROM_SEC(sbi, secno) \ macro
355 unsigned int start_segno = GET_SEG_FROM_SEC(sbi, secno); in set_ckpt_valid_blocks()
372 unsigned int start_segno = GET_SEG_FROM_SEC(sbi, secno); in sanity_check_valid_blocks()
462 unsigned int start_segno = GET_SEG_FROM_SEC(sbi, secno); in __set_free()
495 unsigned int start_segno = GET_SEG_FROM_SEC(sbi, secno); in __set_test_and_free()
A Dsegment.c2238 start_segno = GET_SEG_FROM_SEC(sbi, secno); in f2fs_clear_prefree_segments()
2790 GET_SEG_FROM_SEC(sbi, hint + 1), *newseg + 1); in get_new_segment()
2791 if (segno < GET_SEG_FROM_SEC(sbi, hint + 1)) in get_new_segment()
2839 segno = GET_SEG_FROM_SEC(sbi, secno); in get_new_segment()
2927 GET_SEG_FROM_SEC(sbi, hint + 1) - 1); in __get_next_segno()
5376 cs_zone_block = START_BLOCK(sbi, GET_SEG_FROM_SEC(sbi, cs_section)); in do_fix_curseg_write_pointer()
5417 cs->segno != GET_SEG_FROM_SEC(sbi, GET_ZONE_FROM_SEC(sbi, cs_section))) { in do_fix_curseg_write_pointer()
5433 cs_zone_block = START_BLOCK(sbi, GET_SEG_FROM_SEC(sbi, cs_section)); in do_fix_curseg_write_pointer()
5551 sec_start_blkaddr = START_BLOCK(sbi, GET_SEG_FROM_SEC(sbi, secno)); in f2fs_usable_zone_blks_in_seg()
5607 start = GET_SEG_FROM_SEC(sbi, secno); in f2fs_get_section_mtime()
A Dgc.c355 return GET_SEG_FROM_SEC(sbi, secno); in check_bg_victims()
A Dsuper.c4594 segs = GET_SEG_FROM_SEC(sbi, in get_first_seq_zone_segno()

Completed in 38 milliseconds