Searched refs:GET_SEGNO (Results 1 – 9 of 9) sorted by relevance
| /linux/fs/f2fs/ |
| H A D | segment.c | 1218 segno = GET_SEGNO(sbi, blk); in __check_sit_bitmap() 2116 se = get_seg_entry(sbi, GET_SEGNO(sbi, i)); in f2fs_issue_discard() 2457 unsigned int segno = GET_SEGNO(sbi, blkaddr); in get_segment_mtime() 2468 unsigned int segno = GET_SEGNO(sbi, blkaddr); in update_segment_mtime() 2498 f2fs_bug_on(sbi, GET_SEGNO(sbi, blkaddr) != GET_SEGNO(sbi, blkaddr + del_count - 1)); in update_sit_entry_for_release() 2545 f2fs_bug_on(sbi, GET_SEGNO(sbi, blkaddr) != GET_SEGNO(sbi, blkaddr + del_count - 1)); in update_sit_entry_for_alloc() 2597 segno = GET_SEGNO(sbi, blkaddr); in update_sit_entry() 2629 unsigned int segno = GET_SEGNO(sbi, addr); in f2fs_invalidate_blocks() 2638 seg_num = GET_SEGNO(sbi, addr_end) - segno + 1; in f2fs_invalidate_blocks() 2675 unsigned int segno = GET_SEGNO(sbi, addr); in f2fs_reserve_device_alias() [all …]
|
| H A D | debug.c | 85 start_segno = GET_SEGNO(sbi, start_blk); in update_multidevice_stats() 86 end_segno = GET_SEGNO(sbi, end_blk); in update_multidevice_stats()
|
| H A D | recovery.c | 518 unsigned int segno = GET_SEGNO(sbi, blkaddr); in check_index_in_prev_nodes()
|
| H A D | segment.h | 69 #define GET_SEGNO(sbi, blk_addr) \ macro
|
| H A D | file.c | 2944 gc_control.victim_segno = GET_SEGNO(sbi, range->start); in __f2fs_ioc_gc_range() 3437 dev_start_segno = GET_SEGNO(sbi, FDEV(range.dev_num).start_blk); in f2fs_ioc_flush_device() 3438 dev_end_segno = GET_SEGNO(sbi, FDEV(range.dev_num).end_blk); in f2fs_ioc_flush_device() 3803 start = GET_SEGNO(sbi, ei.blk); in f2fs_ioc_reserve_dev_alias() 3804 end = GET_SEGNO(sbi, ei.blk + ei.len - 1); in f2fs_ioc_reserve_dev_alias()
|
| H A D | gc.c | 1198 unsigned int segno = GET_SEGNO(sbi, blkaddr); in is_alive() 2146 GET_SEGNO(sbi, FDEV(0).end_blk) + 1; in f2fs_build_gc_manager()
|
| H A D | checkpoint.c | 345 segno = GET_SEGNO(sbi, blkaddr); in __is_bitmap_valid()
|
| H A D | data.c | 1526 if (GET_SEGNO(sbi, old_blkaddr) != NULL_SEGNO) in __allocate_data_block()
|
| H A D | super.c | 4867 return GET_SEGNO(sbi, FDEV(devi).start_blk + blks); in get_first_seq_zone_segno()
|