Home
last modified time | relevance | path

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

/Linux-v5.10/fs/f2fs/
Dsegment.h103 #define GET_SEC_FROM_SEG(sbi, segno) \ macro
110 GET_ZONE_FROM_SEC(sbi, GET_SEC_FROM_SEG(sbi, segno))
347 return &sit_i->sec_entries[GET_SEC_FROM_SEG(sbi, segno)]; in get_sec_entry()
434 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in __set_free()
456 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in __set_inuse()
468 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in __set_test_and_free()
494 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in __set_test_and_inuse()
560 return GET_SEC_FROM_SEG(sbi, reserved_segments(sbi)); in reserved_sections()
Dgc.c289 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in get_cb_cost()
386 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in add_victim_entry()
660 if (sec_usage_check(sbi, GET_SEC_FROM_SEG(sbi, *result))) in get_victim_by_default()
727 secno = GET_SEC_FROM_SEG(sbi, segno); in get_victim_by_default()
780 secno = GET_SEC_FROM_SEG(sbi, p.min_segno); in get_victim_by_default()
Dsegment.c804 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in __locate_dirty_segment()
835 clear_bit(GET_SEC_FROM_SEG(sbi, segno), in __remove_dirty_segment()
842 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in __remove_dirty_segment()
2021 secno = GET_SEC_FROM_SEG(sbi, start); in f2fs_clear_prefree_segments()
2453 unsigned int hint = GET_SEC_FROM_SEG(sbi, *newseg); in get_new_segment()
4549 secno = GET_SEC_FROM_SEG(sbi, segno); in init_dirty_segmap()
4661 zone_secno = GET_SEC_FROM_SEG(sbi, zone_segno); in check_zone_write_pointer()
4671 if (zone_secno == GET_SEC_FROM_SEG(sbi, in check_zone_write_pointer()
4760 cs_section = GET_SEC_FROM_SEG(sbi, cs->segno); in fix_curseg_write_pointer()
4803 cs_section = GET_SEC_FROM_SEG(sbi, cs->segno); in fix_curseg_write_pointer()
[all …]
Ddebug.c170 si->cursec[i] = GET_SEC_FROM_SEG(sbi, curseg->segno); in update_general_status()
Dfile.c1634 GET_SEC_FROM_SEG(sbi, overprovision_segments(sbi)))) { in expand_inode_data()