Home
last modified time | relevance | path

Searched refs:GET_SEC_FROM_SEG (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/fs/f2fs/
Dsegment.h110 #define GET_SEC_FROM_SEG(sbi, segno) \ macro
117 GET_ZONE_FROM_SEC(sbi, GET_SEC_FROM_SEG(sbi, segno))
343 return &sit_i->sec_entries[GET_SEC_FROM_SEG(sbi, segno)]; in get_sec_entry()
442 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in __set_free()
464 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in __set_inuse()
476 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in __set_test_and_free()
502 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in __set_test_and_inuse()
569 return GET_SEC_FROM_SEG(sbi, reserved_segments(sbi)); in reserved_sections()
Dgc.c335 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in get_cb_cost()
488 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in add_victim_entry()
691 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in f2fs_pin_section()
782 if (sec_usage_check(sbi, GET_SEC_FROM_SEG(sbi, *result))) in f2fs_get_victim()
849 secno = GET_SEC_FROM_SEG(sbi, segno); in f2fs_get_victim()
921 secno = GET_SEC_FROM_SEG(sbi, p.min_segno); in f2fs_get_victim()
Dsegment.c767 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in __locate_dirty_segment()
798 clear_bit(GET_SEC_FROM_SEG(sbi, segno), in __remove_dirty_segment()
805 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in __remove_dirty_segment()
2186 secno = GET_SEC_FROM_SEG(sbi, start); in f2fs_clear_prefree_segments()
2645 unsigned int hint = GET_SEC_FROM_SEG(sbi, *newseg); in get_new_segment()
4750 secno = GET_SEC_FROM_SEG(sbi, segno); in init_dirty_segmap()
4882 zone_secno = GET_SEC_FROM_SEG(sbi, zone_segno); in check_zone_write_pointer()
4892 if (zone_secno == GET_SEC_FROM_SEG(sbi, in check_zone_write_pointer()
5002 cs_section = GET_SEC_FROM_SEG(sbi, cs->segno); in fix_curseg_write_pointer()
5046 cs_section = GET_SEC_FROM_SEG(sbi, cs->segno); in fix_curseg_write_pointer()
[all …]
Ddebug.c191 si->cursec[i] = GET_SEC_FROM_SEG(sbi, curseg->segno); in update_general_status()
Dfile.c1729 GET_SEC_FROM_SEG(sbi, overprovision_segments(sbi)))) { in f2fs_expand_inode_data()