Searched refs:GET_SEC_FROM_SEG (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.15/fs/f2fs/ |
| D | segment.h | 103 #define GET_SEC_FROM_SEG(sbi, segno) \ macro 110 GET_ZONE_FROM_SEC(sbi, GET_SEC_FROM_SEG(sbi, segno)) 345 return &sit_i->sec_entries[GET_SEC_FROM_SEG(sbi, segno)]; in get_sec_entry() 444 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in __set_free() 466 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in __set_inuse() 478 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in __set_test_and_free() 504 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in __set_test_and_inuse() 570 return GET_SEC_FROM_SEG(sbi, reserved_segments(sbi)); in reserved_sections()
|
| D | gc.c | 309 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in get_cb_cost() 407 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in add_victim_entry() 677 if (sec_usage_check(sbi, GET_SEC_FROM_SEG(sbi, *result))) in get_victim_by_default() 744 secno = GET_SEC_FROM_SEG(sbi, segno); in get_victim_by_default() 813 secno = GET_SEC_FROM_SEG(sbi, p.min_segno); in get_victim_by_default()
|
| D | segment.c | 830 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in __locate_dirty_segment() 861 clear_bit(GET_SEC_FROM_SEG(sbi, segno), in __remove_dirty_segment() 868 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in __remove_dirty_segment() 2063 secno = GET_SEC_FROM_SEG(sbi, start); in f2fs_clear_prefree_segments() 2522 unsigned int hint = GET_SEC_FROM_SEG(sbi, *newseg); in get_new_segment() 4674 secno = GET_SEC_FROM_SEG(sbi, segno); in init_dirty_segmap() 4790 zone_secno = GET_SEC_FROM_SEG(sbi, zone_segno); in check_zone_write_pointer() 4800 if (zone_secno == GET_SEC_FROM_SEG(sbi, in check_zone_write_pointer() 4890 cs_section = GET_SEC_FROM_SEG(sbi, cs->segno); in fix_curseg_write_pointer() 4934 cs_section = GET_SEC_FROM_SEG(sbi, cs->segno); in fix_curseg_write_pointer() [all …]
|
| D | debug.c | 184 si->cursec[i] = GET_SEC_FROM_SEG(sbi, curseg->segno); in update_general_status()
|
| D | file.c | 1675 GET_SEC_FROM_SEG(sbi, overprovision_segments(sbi)))) { in expand_inode_data()
|