Searched refs:GET_SEC_FROM_SEG (Results 1 – 5 of 5) sorted by relevance
/fs/f2fs/ |
D | segment.h | 110 #define GET_SEC_FROM_SEG(sbi, segno) \ macro 117 GET_ZONE_FROM_SEC(sbi, GET_SEC_FROM_SEG(sbi, segno)) 355 return &sit_i->sec_entries[GET_SEC_FROM_SEG(sbi, segno)]; in get_sec_entry() 454 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in __set_free() 476 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in __set_inuse() 488 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in __set_test_and_free() 514 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in __set_test_and_inuse() 581 return GET_SEC_FROM_SEG(sbi, reserved_segments(sbi)); in reserved_sections()
|
D | gc.c | 311 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in get_cb_cost() 408 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in add_victim_entry() 635 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in f2fs_pin_section() 726 if (sec_usage_check(sbi, GET_SEC_FROM_SEG(sbi, *result))) in get_victim_by_default() 793 secno = GET_SEC_FROM_SEG(sbi, segno); in get_victim_by_default() 865 secno = GET_SEC_FROM_SEG(sbi, p.min_segno); in get_victim_by_default()
|
D | segment.c | 829 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in __locate_dirty_segment() 860 clear_bit(GET_SEC_FROM_SEG(sbi, segno), in __remove_dirty_segment() 867 unsigned int secno = GET_SEC_FROM_SEG(sbi, segno); in __remove_dirty_segment() 2056 secno = GET_SEC_FROM_SEG(sbi, start); in f2fs_clear_prefree_segments() 2491 unsigned int hint = GET_SEC_FROM_SEG(sbi, *newseg); in get_new_segment() 4697 secno = GET_SEC_FROM_SEG(sbi, segno); in init_dirty_segmap() 4827 zone_secno = GET_SEC_FROM_SEG(sbi, zone_segno); in check_zone_write_pointer() 4837 if (zone_secno == GET_SEC_FROM_SEG(sbi, in check_zone_write_pointer() 4927 cs_section = GET_SEC_FROM_SEG(sbi, cs->segno); in fix_curseg_write_pointer() 4971 cs_section = GET_SEC_FROM_SEG(sbi, cs->segno); in fix_curseg_write_pointer() [all …]
|
D | debug.c | 195 si->cursec[i] = GET_SEC_FROM_SEG(sbi, curseg->segno); in update_general_status()
|
D | file.c | 1663 GET_SEC_FROM_SEG(sbi, overprovision_segments(sbi)))) { in expand_inode_data()
|