Searched refs:GET_SEC_FROM_SEG (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/fs/f2fs/ |
D | segment.h | 107 #define GET_SEC_FROM_SEG(sbi, segno) \ macro 114 GET_ZONE_FROM_SEC(sbi, GET_SEC_FROM_SEG(sbi, segno)) 353 return &sit_i->sec_entries[GET_SEC_FROM_SEG(sbi, segno)]; in get_sec_entry() 452 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in __set_free() 474 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in __set_inuse() 486 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in __set_test_and_free() 512 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in __set_test_and_inuse() 579 return GET_SEC_FROM_SEG(sbi, reserved_segments(sbi)); in reserved_sections()
|
D | gc.c | 334 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in get_cb_cost() 432 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in add_victim_entry() 659 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in f2fs_pin_section() 750 if (sec_usage_check(sbi, GET_SEC_FROM_SEG(sbi, *result))) in get_victim_by_default() 817 secno = GET_SEC_FROM_SEG(sbi, segno); in get_victim_by_default() 889 secno = GET_SEC_FROM_SEG(sbi, p.min_segno); in get_victim_by_default()
|
D | segment.c | 732 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in __locate_dirty_segment() 763 clear_bit(GET_SEC_FROM_SEG(sbi, segno), in __remove_dirty_segment() 770 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in __remove_dirty_segment() 1962 secno = GET_SEC_FROM_SEG(sbi, start); in f2fs_clear_prefree_segments() 2427 unsigned int hint = GET_SEC_FROM_SEG(sbi, *newseg); in get_new_segment() 4548 secno = GET_SEC_FROM_SEG(sbi, segno); in init_dirty_segmap() 4680 zone_secno = GET_SEC_FROM_SEG(sbi, zone_segno); in check_zone_write_pointer() 4690 if (zone_secno == GET_SEC_FROM_SEG(sbi, in check_zone_write_pointer() 4780 cs_section = GET_SEC_FROM_SEG(sbi, cs->segno); in fix_curseg_write_pointer() 4824 cs_section = GET_SEC_FROM_SEG(sbi, cs->segno); in fix_curseg_write_pointer() [all …]
|
D | debug.c | 180 si->cursec[i] = GET_SEC_FROM_SEG(sbi, curseg->segno); in update_general_status()
|
D | file.c | 1733 GET_SEC_FROM_SEG(sbi, overprovision_segments(sbi)))) { in expand_inode_data()
|