Searched defs:segno (Results 1 – 7 of 7) sorted by relevance
/third_party/f2fs-tools/fsck/ |
D | mount.c | 36 static int get_device_idx(struct f2fs_sb_info *sbi, uint32_t segno) in get_device_idx() 51 uint32_t segno, uint32_t dev_idx) in get_zone_idx_from_dev() 59 bool is_usable_seg(struct f2fs_sb_info *sbi, unsigned int segno) in is_usable_seg() 92 bool is_usable_seg(struct f2fs_sb_info *UNUSED(sbi), unsigned int UNUSED(segno)) in is_usable_seg() 1869 unsigned int segno, struct f2fs_summary_block *sum_blk) in restore_node_summary() 1898 unsigned int segno = 0; in read_normal_summaries() local 1937 u32 segno, offset; in update_sum_entry() local 1981 unsigned int segno; in build_curseg() local 2027 static inline void check_seg_range(struct f2fs_sb_info *sbi, unsigned int segno) in check_seg_range() 2034 unsigned int segno) in current_sit_addr() [all …]
|
D | f2fs.h | 182 unsigned int segno; /* current segment number */ member 423 #define GET_ZONENO_FROM_SEGNO(sbi, segno) \ argument 441 #define GET_SUM_BLKADDR(sbi, segno) \ argument 453 #define GET_SEC_FROM_SEG(sbi, segno) \ argument 460 #define GET_R2L_SEGNO(sbi, segno) (segno + FREE_I_START_SEGNO(sbi)) argument 466 #define START_BLOCK(sbi, segno) (SM_I(sbi)->main_blkaddr + \ argument 507 #define SIT_ENTRY_OFFSET(sit_i, segno) \ argument 509 #define SIT_BLOCK_OFFSET(sit_i, segno) \ argument 542 static inline int IS_CUR_SEGNO(struct f2fs_sb_info *sbi, u32 segno) in IS_CUR_SEGNO()
|
D | resize.c | 209 static void move_ssa(struct f2fs_sb_info *sbi, unsigned int segno, in move_ssa() 396 unsigned int segno, index; in migrate_sit() local
|
D | dump.c | 114 unsigned int segno; in sit_dump() local 181 int segno, type, i, ret; in ssa_dump() local
|
D | fsck.c | 151 u32 segno, offset; in is_valid_ssa_node_blk() local 276 u32 segno, offset; in is_valid_ssa_data_blk() local
|
/third_party/elfio/examples/c_wrapper/ |
D | c_example.c | 82 int segno = elfio_get_segments_num( pelfio ); in main() local
|
/third_party/f2fs-tools/include/ |
D | f2fs_fs.h | 1242 __le32 segno; member
|