Searched defs:segno (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/fs/f2fs/ |
D | segment.h | 24 #define GET_L2R_SEGNO(free_i, segno) ((segno) - (free_i)->start_segno) argument 25 #define GET_R2L_SEGNO(free_i, segno) ((segno) + (free_i)->start_segno) argument 75 #define START_BLOCK(sbi, segno) (SEG0_BLKADDR(sbi) + \ argument 93 #define GET_SEC_FROM_SEG(sbi, segno) \ argument 99 #define GET_ZONE_FROM_SEG(sbi, segno) \ argument 102 #define GET_SUM_BLOCK(sbi, segno) \ argument 108 #define SIT_ENTRY_OFFSET(sit_i, segno) \ argument 110 #define SIT_BLOCK_OFFSET(segno) \ argument 112 #define START_SEGNO(segno) \ argument 298 unsigned int segno; /* current segment number */ member [all …]
|
D | gc.c | 237 static unsigned int get_cb_cost(struct f2fs_sb_info *sbi, unsigned int segno) in get_cb_cost() 270 unsigned int segno, struct victim_sel_policy *p) in get_gc_cost() 340 unsigned int segno; in get_victim_by_default() local 449 unsigned int segno, int offset) in check_valid_map() 468 struct f2fs_summary *sum, unsigned int segno, int gc_type) in gc_node_segment() 673 int gc_type, unsigned int segno, int off) in move_data_block() 828 unsigned int segno, int off) in move_data_page() 905 struct gc_inode_list *gc_list, unsigned int segno, int gc_type) in gc_data_segment() 1058 unsigned int segno = start_segno; in do_garbage_collect() local 1132 bool background, unsigned int segno) in f2fs_gc()
|
D | segment.c | 748 static void __locate_dirty_segment(struct f2fs_sb_info *sbi, unsigned int segno, in __locate_dirty_segment() 773 static void __remove_dirty_segment(struct f2fs_sb_info *sbi, unsigned int segno, in __remove_dirty_segment() 799 static void locate_dirty_segment(struct f2fs_sb_info *sbi, unsigned int segno) in locate_dirty_segment() 936 unsigned int segno; in __check_sit_bitmap() local 1794 unsigned int segno; in set_prefree_as_free_segments() local 1962 static bool __mark_sit_entry_dirty(struct f2fs_sb_info *sbi, unsigned int segno) in __mark_sit_entry_dirty() 1975 unsigned int segno, int modified) in __set_sit_entry_type() 1986 unsigned int segno, offset; in update_sit_entry() local 2075 unsigned int segno = GET_SEGNO(sbi, addr); in f2fs_invalidate_blocks() local 2098 unsigned int segno, offset; in f2fs_is_checkpointed_data() local [all …]
|
D | debug.c | 140 unsigned int segno, vblocks; in update_sit_info() local
|
D | recovery.c | 335 unsigned int segno = GET_SEGNO(sbi, blkaddr); in check_index_in_prev_nodes() local
|
D | node.c | 2578 unsigned int segno, struct f2fs_summary_block *sum) in f2fs_restore_node_summary()
|
/Linux-v4.19/arch/powerpc/platforms/powernv/ |
D | pci-ioda.c | 260 int segno, i; in pnv_ioda_reserve_dev_m64_pe() local 3755 unsigned int segno; in pnv_pci_init_ioda_phb() local
|
/Linux-v4.19/include/linux/ |
D | f2fs_fs.h | 434 __le32 segno; member
|
/Linux-v4.19/drivers/scsi/ |
D | gdth.h | 973 u8 segno; member
|